.calculatorSection {
  margin-top: 40px;
  background-color: var(--white);
  border-radius: 16px;
  padding: 16px;
}
.calcPicture {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.calcImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 436px;
}
.calcLogoImg {
  position: absolute;
  right: 5%;
  bottom: 0;
  transform: translateY(50%);
  height: auto;
  width: 20%;
  aspect-ratio: 1/1;
  max-width: 156px;
}
.calcTitle {
  margin-top: 80px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr1C);
}
.calcTitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
.calcText1 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr31);
}
.calcForm {
  margin-top: 40px;
  gap: 25px;
}
.calcField {
  outline: none;
  border: none;
  gap: 5px;
}
.calcLabel,
.summaryTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr31);
}
.calcInput {
  height: 48px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr31);
  outline: none;
  transition: border 0.35s;
}
.calcInput:focus {
  border: 1px solid var(--clrBA);
}
.calcLivePrice,
.calcFinalText {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
  gap: 5px;
}
.calcLivePrice span {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
}
.calcRowGrid {
  gap: 25px;
}
.calcSummaryDiv {
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 17px 0;
  gap: 25px;
}
.calcSummaryItem {
  padding: 0 16px;
  position: relative;
}
.calcSummaryItem::after {
  content: "";
  width: calc(100% + 32px);
  left: -16px;
  bottom: -12.5px;
  position: absolute;
  pointer-events: none;
  height: 1px;
  background-color: var(--bgClr);
}
.calcSummaryItem:last-child::after {
  display: none;
}
.calSummaryTitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr31);
}
.calcValueSpan {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--clr31);
}
.toomanSpan {
  font-weight: 600;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--clr31);
}
.calcSummaryFormula {
  font-weight: 400;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
}
.calcFinalText {
  height: 56px;
  border: none;
  background-color: var(--bgClr);
}
.calcFinalPrice {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
.finalToomanSpan {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
.calcArrow {
  display: none;
}
@media screen and (min-width: 968px) {
  .calcTitle {
    margin-top: 90px;
  }
  .calcTitle,
  .calcTitle span {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
  .calcText1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .calcForm {
    gap: 30px;
    max-width: 812px;
    margin: 40px auto 60px;
    width: 100%;
  }
  .calcRowGrid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .calcLabel {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcLivePrice {
    height: 63px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .calcLivePrice span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .calcInput {
    height: 64px;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .summaryTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .calcSummaryDiv {
    padding: 32px;
  }
  .calcSummaryDiv {
    gap: 32px;
  }
  .calcSummaryItem::after {
    width: calc(100% + 64px);
    left: -32px;
    bottom: -16px;
  }
  .calSummaryTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcValueSpan {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .toomanSpan {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcSummaryFormula {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcFinalText {
    height: 79px;
  }
  .calcFinalPrice {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .finalToomanSpan {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .calcArrow {
    display: block;
    position: absolute;
    pointer-events: none;
    left: 10%;
    bottom: 20%;
  }
}
/* suggestSection */
.suggestSection {
  position: relative;
  margin-top: 100px;
}
.suggestEngDiv {
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0.07;
  pointer-events: none;
}
.suggestEngText1 {
  font-family: "inspiron", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--neutral2);
  width: 100%;
}
.suggestEngText2 {
  font-family: "inspiron", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 140px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--neutral2);
  z-index: 10;
  width: 100%;
  margin-top: 10px;
}
.suggestBg {
  position: absolute;
  left: 0;
  top: 0;
  height: 60%;
  width: 100%;
  background-color: var(--colorPrimiary2);
  z-index: 1;
  pointer-events: none;
}
.suggestTile {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  z-index: 10;
  margin-top: 120px;
}
.suggestTitle2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--neutral2);
  z-index: 10;
  margin-top: 10px;
}
.suggestTopLine {
  position: absolute;
  z-index: 6;
  top: 40px;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.suggestBottomLine {
  display: none;
}
.suggestSwiper {
  width: 100%;
  padding: 0 3%;
  z-index: 100;
  margin-top: 80px;
}
.suggestSwiper.firstLoad .swiper-wrapper {
  gap: 15px;
}
.suggestSlide,
.listItem {
  padding: 15px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px #0000000f;
  direction: rtl;
  width: 280px;
}
.suggestImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.listItemImgLink {
  border-radius: 16px;
  border: 1px solid var(--neutral2);
}
.listItemImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.suggestFeeDiv,
.listItemFeeDiv {
  position: absolute;
  left: 15px;
  bottom: 15px;
  gap: 10px;
  align-items: flex-end;
}
.suggestFeeItem {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 12px;
  border-radius: 48px;
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  align-items: center;
}
.suggestFeeItem span {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.4s, padding-left 0.3s;
  padding-left: 0;
}
.suggestFeeItem:hover span {
  max-width: 200px;
  padding-left: 5px;
}
.suggestLink {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  color: var(--clr1C);
}
.suggestWeight {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #31302f;
  margin: 3px;
}
.suggestActionDiv {
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.suggestAddToCart,
.listAddToCart,
.notExistText {
  height: 38px;
  padding: 3px 20px;
  background-color: var(--secondary);
  border-radius: 8px;
  color: var(--white);
}
.suggestPrice {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
}
.suggestPrice span {
  font-weight: 400;
  font-size: 10px;
}
.suggestText {
  position: absolute;
  top: 15%;
  right: 50%;
  width: 90px;
  height: auto;
  aspect-ratio: 8.5/5.6;
  transform: translateX(154px);
}
.suggestSection2 .suggestText {
  top: 17%;
}
.suggestSliderBtnDiv,
.lowFeeSliderBtnDiv {
  margin: 30px auto 0;
  width: 70%;
  max-width: 220px;
  justify-content: space-between;
}
.suggest1PreSlide {
  color: var(--colorPrimiary2);
}
.suggest1NexSlide {
  color: #8c8687;
}
.suggest1PreSlide,
.suggest1NexSlide {
  width: 47px;
  height: 47px;
}
.suggestLine1 {
  border-top: 1px solid var(--neutral2);
  border-right: 1px solid var(--neutral2);
  border-top-right-radius: 450px;
  width: 35%;
  aspect-ratio: 1/1.5;
  position: absolute;
  left: 0;
  top: -20%;
  z-index: 1;
}
.suggestLine1 svg {
  display: none;
}
.suggestLine2 {
  border-radius: 500px;
  background-color: var(--neutral2);
  width: 80%;
  aspect-ratio: 1/1.5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 450px;
}
.suggestLine3 {
  border-top: 1px solid var(--neutral2);
  width: 50%;
  right: 0;
  top: 25%;
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}
.suggestBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #726f6f;
  z-index: 10;
  margin-top: 5px;
}
.suggestSwiper {
  z-index: 10;
}
@media screen and (min-width: 968px) {
  .pathItem {
    color: var(--grey72);
  }
  .pathItem:last-child {
    color: var(--colorPrimiary2);
  }
  .suggestSection {
    margin-top: 120px;
  }
  .suggestSwiper {
    width: calc(100% - 360px);
    margin: 40px auto 0 0;
    z-index: 100;
    padding: 0;
    margin-top: 60px;
  }
  .suggestSwiper .suggestSlide:last-child {
    margin: 0 0 0 15px;
  }
  .suggestSliderBtnDiv {
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
    z-index: 40;
    justify-content: flex-start;
    gap: 50px;
    padding-right: 80px;
  }
  .suggestBg {
    height: 85%;
    transform: none;
    width: calc(100% - (100% - 1350px) / 2 - 100px);
    left: unset;
    right: 0;
    border-radius: 180px 0 0 0;
  }
  .suggestEngDiv {
    position: absolute;
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
  }
  .suggestTile {
    position: absolute;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
    width: 94%;
    max-width: 1350px;
    margin: 180px auto 0;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 50px;
  }
  .suggestTitle2 {
    position: absolute;
    width: 260px;
    top: 230px;
    text-align: right;
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 80px;
  }
  .suggestTopLine {
    border-top: 1px solid #d6d3d43b;
    right: 0;
    width: 50%;
    left: unset;
    transform: none;
    top: 30%;
    padding-right: 5%;
  }
  .suggestTopLine svg {
    transform: translateY(-60%);
    z-index: 12;
  }
  .suggestBottomLine {
    display: block;
    left: 0;
    position: absolute;
    bottom: -20%;
    border-bottom: 1px solid var(--neutral2);
    border-right: 1px solid var(--neutral2);
    border-radius: 0 0 180px 0;
    width: 30%;
    height: 150px;
  }
  .suggestBottomLine svg {
    position: absolute;
    bottom: 0;
    right: 40%;
    transform: translateY(50%);
  }
  .suggestSliderBtnDiv .suggest1PreSlide {
    color: var(--white);
  }
  .suggestEngText1 {
    font-weight: 400;
    font-size: 96px;
    line-height: 70%;
    letter-spacing: 0px;
  }
  .suggestEngText2 {
    font-weight: 400;
    font-size: 160px;
    line-height: 70%;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1350px) {
  .suggestSwiper {
    width: calc(100% - (100% - 1350px) / 2 - 360px);
  }
}
/* howWorkSection */
.howWorkSection {
  margin-top: 120px;
  gap: 30px;
}
.howWorkTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: justify;
  color: var(--clr31);
}
.howWorkBody {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: var(--clr5A);
}
.howWorkPicture {
  width: 100%;
  height: fit-content;
  border-radius: 16px;
  overflow: hidden;
  margin: 20px 0;
}
.howWorkImg {
  height: auto;
  width: 100%;
  aspect-ratio: 3.2/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 500px;
}
@media screen and (min-width: 968px) {
  .howWorkSection {
    gap: 40px;
    margin-top: 150px;
  }
  .howWorkImg {
    max-height: 294px;
  }
  .howWorkTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .howWorkBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: justify;
  }
  .howWorkSection div {
    gap: 20px;
  }
}
/* faqSection */
.faqSection {
  margin-top: 40px;
}
.faqTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.faqList {
  margin-top: 10px;
}
.faqItem {
  padding: 30px 20px;
  border-bottom: 1px solid #ddd;
}
.toggleFaqBtn {
  grid-template-columns: 1fr 25px;
  gap: 5px;
  color: var(--clr31);
}
.toggleFaqBtn svg {
  transition: transform 0.4s;
}
.toggleFaqBtn.toggle svg {
  transform: rotate(180deg);
}
.toggleFaqBtn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  padding-left: 20%;
}
.faqBodyDiv {
  max-height: 0;
  overflow: hidden;
}
.faqBodyText {
  margin-top: 10px;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr5A);
}
.toggleFaqBtn.toggle + .faqBodyDiv {
  max-height: 450px;
}
@media screen and (min-width: 968px) {
  .faqSection {
    margin-top: 80px;
  }
  .faqTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .toggleFaqBtn span {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .faqBodyText {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    margin-top: 15px;
  }
}
/* latestBlog */
.latestBlog {
  margin: 80px auto 180px;
  position: relative;
}
.latestBlogTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.latestBlogBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  margin-top: 5px;
}
.latestBlogGrid {
  gap: 20px;
  margin-top: 20px;
}
.latestBlogImg {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.2;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.latestBlogItemHeader {
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.latestBlogName {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #454342;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latestBlogVisit {
  font-weight: 600;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #fca120;
}
.latestBlogDesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  margin-top: 5px;
}
.blogItemInfoDiv {
  margin-top: 10px;
  gap: 4px;
}
.blogItemAuthorName {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9b9999;
}
.blogItemDivider {
  height: 100%;
  width: 1px;
  background-color: #9d9ea2;
}
.blogItemDate {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #aaa8a8;
}
.blogItemTagList {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.blogTagItem {
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  padding: 4px 16px;
  background-color: var(--neutral);
  border-radius: 6px;
}
.latestBlogSeeMoreLink {
  height: 49px;
  background-color: var(--colorPrimiary2);
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--white);
  width: 70%;
  margin: 40px auto 0;
  max-width: 250px;
}
.latestBlogSeeMoreLink svg {
  display: none;
}
@media screen and (min-width: 649px) {
  .latestBlogGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 968px) {
  .latestBlog {
    margin-top: 80px;
  }
  .latestBlogGrid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }
  .latestBlogTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 90%;
  }
  .latestBlogBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    width: 90%;
  }
  .latestBlogSeeMoreLink {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 22px;
    width: fit-content;
    background-color: transparent;
    color: #31302f;
    gap: 5px;
  }
  .latestBlogSeeMoreLink svg {
    display: block;
    color: var(--colorPrimiary2);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 1150px) {
  .latestBlogName {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
  }
  .latestBlogVisit {
    font-weight: 600;
    font-size: 12px;
    line-height: 180%;
  }
  .latestBlogDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .blogItemAuthorName {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  .blogItemDate {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  .blogTagItem {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
  }
}
@media screen and (min-width: 1350px) {
  .latestBlogGrid {
    margin-top: 40px;
  }
}
