/* banner picture */
.bannerImg {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  /* .bannerImg {
    height: auto;
  } */
}
/* vanificSection */
.vanificSection {
  margin: 40px auto;
  padding: 0 20px;
}
.sectionTitleDiv {
  position: relative;
  padding-left: 27px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sectionTitleDiv::before {
  content: "";
  width: 12.5px;
  height: 100%;
  background-color: var(--primaryClr1);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.sectionTitleText {
  font-size: 1.04em;
  color: var(--clr3);
  font-weight: 600;
  text-transform: uppercase;
}
.sectionTitle {
  font-family: "Montserrat", sans-serif;
  color: var(--primaryClr1);
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: uppercase;
}
.vanificText {
  margin-top: 25px;
  color: var(--clr3);
  font-weight: 500;
  font-size: 1.05em;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.5em;
}
.startNowLink {
  font-family: "Montserrat", "sans-serif";
  color: var(--clrF);
  font-size: 1.1em;
  font-weight: 500;
  background-color: var(--primaryClr1);
  padding: 15px 30px;
  width: fit-content;
  margin: 45px auto 0;
  transition: border-radius 0.3s, opacity 0.3s;
}
.startNowLink:hover {
  border-radius: 12px;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .sectionTitleText {
    font-size: 1.2em;
  }
  .sectionTitle {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 968px) {
  .vanificSection {
    padding: 20px 70px;
  }
}
/* benefitSection */
.benefitSection {
  margin: 40px auto;
  background-color: var(--clrF2);
  padding: 60px 0 80px;
}
.benefitContainer {
  padding: 0 20px;
}
.benefitGrid {
  padding: 0 40px;
  margin-top: 50px;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.beneifitItem {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: var(--clrF);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  gap: 5px;
  box-shadow: 0 0 5px var(--clrOp10);
  transition: box-shadow 0.3s;
  max-width: 350px;
}
.beneifitItem:hover {
  box-shadow: 0 0 15px var(--clrOp15);
}
.benefitImg {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
.benefitTitle {
  font-family: "Montserrat", "sans-serif";
  color: var(--clr3);
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: 700;
}
.benefitBody {
  font-size: 0.95em;
  font-weight: 500;
  color: var(--clr5);
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .beneifitItem {
    height: 100%;
    max-width: 350px;
  }
  .benefitImg {
    width: 120px;
  }
  .benefitTitle {
    margin-bottom: 7px;
  }
  .benefitBody {
    margin: auto 0;
  }
}
@media screen and (min-width: 968px) {
  .benefitGrid {
    padding: 0 40px;
    gap: 15px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .benefitContainer {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1100px) {
  .benefitGrid {
    padding: 0 40px;
    gap: 20px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
  }
  .benefitContainer {
    padding: 0 70px;
  }
}
/* howWrokSection */
.howWrokSection {
  padding: 0 20px;
  margin-top: 60px;
}
.howGrid {
  margin-top: 35px;
  gap: 10px;
  flex-direction: column;
}
.howDivImg {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howWorkImg {
  width: 90%;
}
.howLeftDiv,
.howRightDiv {
  gap: 45px;
}
.howItem {
  gap: 15px;
  align-items: flex-start;
}
.howCounter {
  background-color: var(--primaryClr1);
  height: 55px;
  width: 55px;
  color: var(--clrF);
  font-size: 1.8em;
  font-weight: 600;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howInfoDiv {
  width: calc(100% - 70px);
}
.howInfoTitle {
  font-size: 1.25em;
  font-weight: 700;
  color: var(--clr1);
  margin-top: 5px;
}
.howInfoText {
  margin-top: 7px;
  font-size: 0.95em;
  font-weight: 500;
  color: var(--clr5);
}
.howRightDiv {
  margin-top: 25px;
}
.howDescDiv {
  margin-top: 80px;
  text-align: center;
}
.howDescTitle {
  font-size: 1.7em;
  font-weight: 700;
  color: var(--primaryClr1);
  font-family: "Montserrat", "sans-serif";
}
.howDescText2 {
  margin: 5px auto 0;
  font-weight: 500;
  color: var(--clr3);
  font-size: 0.98em;
  max-width: 450px;
  line-height: 1.45em;
}
.howLink {
  font-family: "Montserrat", "sans-serif";
  color: var(--clrF);
  font-size: 1.1em;
  font-weight: 500;
  background-color: var(--primaryClr1);
  padding: 12px 45px;
  width: fit-content;
  margin: 15px auto 0;
  transition: border-radius 0.3s, opacity 0.3s;
}
.howLink:hover {
  border-radius: 12px;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .howGrid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .howDivImg {
    max-width: 70%;
    margin: 0 auto;
  }
  .howLeftDiv,
  .howRightDiv {
    width: calc(100% / 2 - 10px);
    margin-top: 10px;
  }
  .howItem {
    min-height: 70px;
  }
}
@media screen and (min-width: 968px) {
  .howWrokSection {
    padding: 0 70px;
  }
  .howGrid {
    align-items: center;
  }
  .howLeftDiv,
  .howRightDiv {
    width: calc(100% / 3 - 10px * 2 / 3 - 20px);
    max-width: unset;
    margin-top: 15px;
  }
  .howDivImg {
    order: 2;
    width: calc(100% / 3 - 10px * 2 / 3 - 40px);
    max-width: unset;
    margin-top: 15px;
  }
  .howLeftDiv {
    order: 1;
    text-align: right;
  }
  .howRightDiv {
    order: 3;
  }
  .howLeftDiv .howCounter {
    order: 2;
  }
  .howInfoText {
    max-width: 195px;
  }
  .howLeftDiv .howInfoText {
    margin-left: auto;
  }
}
/* commentSection */
.commentSection {
  margin-top: 70px;
  padding: 60px 0;
  background-color: #121b22;
}
.commentContainer {
  padding: 0 20px;
}
.commentContainer .sectionTitleText {
  color: var(--clrF);
}
.commentMainDiv {
  position: relative;
}
.commentSwiper {
  width: 70%;
  margin-top: 50px;
}
.commentSliderDiv {
  background-color: var(--clrF);
  border-radius: 5px;
  padding: 0 20px 30px;
  margin-top: 40px;
}
.commentUserImg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: -40px auto 0;
}
.commentSliderInfoDiv {
  width: 50%;
  margin: 10px auto;
  text-align: center;
  gap: 5px;
}
.commentUsername {
  font-size: 1.25em;
  font-weight: 900;
  color: var(--clr3);
}
.commentUserjob {
  font-size: 0.95em;
  font-weight: 500;
  color: var(--clr5);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr3);
}
.commentBody {
  margin-top: 15px;
  position: relative;
  padding: 0 20px 0 40px;
  font-size: 0.8em;
  font-weight: 500;
  color: #777;
  font-style: italic;
  font-family: "Montserrat", "sans-serif";
  opacity: 0.95;
  line-height: 1.8em;
}
.commentBody svg {
  color: var(--primaryClr1);
}
.startQuote {
  position: absolute;
  left: 12px;
  top: -3px;
  width: 22px;
  height: 22px;
}
.endQuote {
  transform: translate(5px, 9px);
  width: 22px;
  height: 22px;
  margin-top: -12px;
}
.nextBtn,
.preBtn {
  color: var(--primaryClr1);
  height: 45px;
  width: 45px;
  position: absolute;
  top: 60%;
  transform: translateY(calc(-50% - 40px));
  z-index: 40;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.nextBtn {
  right: -2%;
}
.preBtn {
  left: -2%;
}
.nextBtn:hover,
.preBtn:hover {
  background-color: var(--clrF2d);
}
.nextBtn svg {
  transform: translateX(2px);
}
.preBtn svg {
  transform: translateX(-2px);
}
.commentSwiper.firstLoad .swiper-wrapper {
  gap: 10px;
}
.commentPagination {
  margin-top: 65px;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  gap: 8px !important;
}
.commentPagination .swiper-pagination-bullet {
  background-color: var(--clrF) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.commentPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryClr1) !important;
}
@media screen and (min-width: 768px) {
  .commentSwiper.firstLoad .swiper-slide {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 968px) {
  .commentContainer {
    padding: 0 70px;
  }
  .commentSwiper {
    width: 90%;
  }
  .commentSwiper.firstLoad .swiper-wrapper {
    gap: 20px;
  }
  .commentSwiper.firstLoad .swiper-slide {
    width: calc(100% / 3 - 10px * 2 / 3);
  }
  .commentBody {
    margin: 15px auto 0;
    width: 90%;
  }
}
/* faqSection */
.faqSection {
  padding: 0 20px;
  margin-top: 80px;
}
.faqList {
  margin-top: 50px;
  padding: 0 30px;
  gap: 15px;
}
.faqItem {
  border: 1px solid var(--primaryClr2);
  background-color: var(--clrF2);
  padding: 10px 20px;
}
.faqQuestion {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  cursor: pointer;
}
.questionText {
  color: var(--primaryClr1);
  font-size: 1.05em;
  font-weight: 660;
}
.iconArrow {
  min-width: 20px;
  height: 20px;
  color: var(--primaryClr1);
}
.spanArrow {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--clr3);
  color: var(--clr3);
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, border 0.3s;
  margin-left: auto;
}
.spanArrow svg {
  min-width: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.faqAnswerDiv {
  padding: 0 25px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s;
}
.faqAnaswer {
  margin: 25px 0 10px;
  color: var(--clr3);
  opacity: 0.9;
  font-size: 0.8em;
  font-weight: 550;
  font-style: italic;
  font-family: "Montserrat", "sans-serif";
  line-height: 1.8em;
}
.faqQuestion.toggle .spanArrow svg {
  transform: rotate(270px);
}
.faqQuestion.toggle .spanArrow {
  color: var(--primaryClr1);
  border: 1px solid var(--primaryClr1);
}
.faqQuestion.toggle + .faqAnswerDiv {
  max-height: 450px;
  overflow-y: auto;
}
.joinDiv {
  margin: 60px 0 150px;
  text-align: center;
}
.joinTitle {
  font-size: 1.65em;
  font-weight: 900 !important;
  color: var(--primaryClr1);
}
.joinBody {
  margin: 15px auto 10px;
  font-weight: 600;
  color: var(--clr5);
  font-size: 0.87em;
  max-width: 450px;
  line-height: 1.45em;
}
@media screen and (min-width: 768px) {
  .faqItem {
    padding: 20px 25px;
  }
  .faqList {
    padding: 0 40px;
  }
}
@media screen and (min-width: 968px) {
  .faqSection {
    padding: 0 70px;
  }
  .faqList {
    padding: 0 60px;
  }
}
