/* sliderSection */
.sliderSection {
  width: 100%;
  background-color: var(--colorPrimiary);
  padding-top: 140px;
  margin-top: -50px;
}
.fullSliderBg {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sliderRectImg {
  width: 100%;
}
.fullSliderBgPic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.6;
}
.fullSliderRect2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55px;
  z-index: 10;
}
.fullSliderRect3 {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.fullSliderBg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #310910;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 11;
}
.sliderJewImg {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  height: 45px;
  z-index: 9;
  opacity: 0.4;
}
.sliderLuxImg {
  position: absolute;
  left: 50%;
  top: 120px;
  height: 100px;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0.4;
}
.fullSliderSwiper {
  z-index: 50;
  width: 100%;
  transform: translateY(-80px);
}
.fullSliderDiv {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
}
.fullSliderImg {
  width: 50;
  height: auto;
  overflow: visible;
  filter: drop-shadow(-10px 3px 15px #1111113d);
  max-width: 140px;
  opacity: 0;
  transform: translateY(-80px);
  transition: opacity 0.4s, transform 0.3s;
  margin: 0 auto;
}
.swiper-slide.swiper-slide-active .fullSliderImg,
.fullSliderSwiper.firstLoad .fullSliderImg {
  opacity: 1;
  transform: translateY(0);
}
.fullSliderInfoDiv {
  flex-direction: column;
  align-items: center;
}
.fullSliderStar {
  align-self: flex-start;
  margin: -30px 7% 0 0;
}
.fullSliderTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}
.fillSliderBody {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: 0px;
  text-align: center;
  color: #beb9ba;
  margin-top: 7px;
  width: 90%;
}
.fullSliderTitle,
.fillSliderBody {
  transition: opacity 0.5s, transform 0.5s;
  transform: scale(0);
  opacity: 0;
}
.swiper-slide.swiper-slide-active .fullSliderTitle,
.fullSliderSwiper.firstLoad .fullSliderTitle,
.swiper-slide.swiper-slide-active .fillSliderBody,
.fullSliderSwiper.firstLoad .fillSliderBody {
  transform: scale(1);
  opacity: 1;
}
.fullSliderLink {
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
  letter-spacing: 0px;
  text-align: center;
  color: #49111c;
  width: fit-content;
  height: 42px;
  border-radius: 10px;
  background-color: var(--bgClr);
  margin-top: 20px;
  padding: 0 30px;
  opacity: 0;
  transition: opacity 1s;
}
.swiper-slide.swiper-slide-active .fullSliderLink,
.fullSliderSwiper.firstLoad .fullSliderLink {
  opacity: 1;
}
.fullSliderToRight {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 20%;
  transform: translateX(50%);
  bottom: -75px;
  z-index: 50;
}
.fullSliderToLeft {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 20%;
  transform: translateX(-50%);
  bottom: -75px;
  z-index: 50;
}
.fullSliderPagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -75px !important;
  height: 30px;
  align-items: center;
  width: 40% !important;
  z-index: 70;
}
.fullSliderPagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: #cfcbcb;
  transition: background-color 0.4s;
  border-radius: 50%;
  opacity: 1 !important;
}
.fullSliderPagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--colorPrimiary2);
}
@media screen and (min-width: 400px) {
  .fullSliderImg {
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .sliderSection {
    padding-top: 100px;
  }
  .fullSliderDiv {
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: 80px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }
  .fullSliderImg {
    order: 2;
    max-width: 150px;
  }
  .fullSliderImg {
    transform: translateY(-150px);
    transition: opacity 0.5s, transform 0.5s;
  }
  .swiper-slide.swiper-slide-active .fullSliderImg,
  .fullSliderSwiper.firstLoad .fullSliderImg {
    opacity: 1;
    transform: translateY(0);
  }
  .fullSliderRect2 {
    height: 60px;
    opacity: 1;
    z-index: 100;
    width: 70%;
    bottom: 40px;
  }
  .fullSliderRect3 {
    z-index: 100;
    opacity: 1;
    width: 100px;
  }
  .sliderJewImg {
    height: 38px;
    left: 50px;
    width: auto;
    top: unset;
    bottom: 200px;
    transform: unset;
  }
  .sliderLuxImg {
    width: auto;
    height: 100px;
    left: 60px;
    top: unset;
    bottom: 90px;
    transform: unset;
  }
  .fullSliderInfoDiv {
    align-items: flex-start;
    width: 100%;
  }
  .fullSliderStar {
    margin: 0;
  }
  .fullSliderTitle {
    font-weight: 700;
    font-size: 38px;
    line-height: 65.6px;
    letter-spacing: 0px;
    text-align: right;
  }
  .fillSliderBody {
    font-weight: 500;
    font-size: 23px;
    line-height: 35.8px;
    letter-spacing: 0px;
    text-align: right;
    width: 100%;
    margin-top: 10px;
  }
  .fullSliderLink {
    font-weight: 500;
    font-size: 15px;
    line-height: 28.8px;
    letter-spacing: 0px;
    text-align: right;
    height: 50px;
    margin-top: 30px;
  }
  .fullSliderPagination {
    width: 180px !important;
    bottom: 30px !important;
    z-index: 180;
    height: 50px;
  }
  .fullSliderPagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #8c8687;
  }
  .fullSliderPagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
  .fullSliderToRight {
    right: 50%;
    transform: translateX(190px);
    width: 66px;
    bottom: 30px;
    z-index: 180;
    color: #fff;
    height: 50px;
  }
  .fullSliderToLeft {
    left: 50%;
    transform: translateX(-190px);
    width: 66px;
    bottom: 30px;
    z-index: 180;
    color: #fff;
    height: 50px;
  }
  .fullSliderToLeft svg,
  .fullSliderToRight svg {
    width: 50px;
  }
}
@media screen and (min-width: 968px) {
  .sliderSection {
    min-height: 400px;
    margin-top: -50px;
  }
  .fullSliderDiv {
    gap: 0;
    width: 90%;
    max-width: 1250px;
    grid-template-columns: 2fr 1fr;
  }
  .fullSliderImg {
    max-width: 200px;
  }
  .fullSliderTitle {
    font-weight: 700;
    font-size: 64px;
    line-height: 89.6px;
    letter-spacing: 0px;
    text-align: right;
  }
  .fillSliderBody {
    font-weight: 500;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 20px;
  }
  .fullSliderLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 30px;
  }
  .fullSliderPagination {
    bottom: 40px !important;
  }
  .fullSliderToRight {
    bottom: 40px;
  }
  .fullSliderToLeft {
    bottom: 40px;
  }
  .fullSliderToLeft svg,
  .fullSliderToRight svg {
    width: 58px;
  }
  .fullSliderRect2 {
    height: 120px;
    width: auto;
  }
  .fullSliderRect3 {
    height: auto;
    width: 120px;
    opacity: 1;
    z-index: 150;
  }
}
@media screen and (min-width: 1250px) {
  .sliderSection {
    min-height: 650px;
  }
  .sliderJewImg {
    left: 50%;
    transform: translateX(calc(+50% - 720px));
  }
  .sliderLuxImg {
    left: 50%;
    transform: translateX(calc(+50% - 770px));
  }
  .fullSliderDiv {
    width: 94%;
    grid-template-columns: 2fr 1fr;
  }
  .fullSliderImg {
    max-width: 220px;
  }
}
/* aboutSection */
.aboutSection {
  padding: 140px 0 80px;
  background-color: #efeded;
  border-radius: 0 0 80px 0;
  position: relative;
}
.aboutDiv .picture {
  width: 100%;
}
.aboutDiv .aboutImg {
  width: 100%;
  height: auto;
}
.aboutTextDiv {
  width: 90%;
  align-self: center;
  margin-top: 60px;
  gap: 15px;
}
.aboutTitleText {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr1C);
}
.aboutTitleText span {
  color: #49111c;
  font-weight: 700;
}
.aboutTitleBody {
  color: #5a5757;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: #5a5757;
}
.aboutLinkDiv {
  grid-template-columns: 1.28fr 1.65fr;
  gap: 10px;
  margin: 30px auto 0;
  width: 98%;
  max-width: 450px;
}
.aboutLinkDiv svg {
  position: absolute;
  left: 0;
  top: -20px;
  transform: translateY(-100%);
  pointer-events: none;
}
.aboutSection .aboutLink,
.lowFeeMoewInfo,
.grntDescLink,
.benefitConsultingLink,
.getHintLink {
  height: 49px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: var(--colorPrimiary2);
  border-radius: 12px;
  border: 1px solid var(--colorPrimiary2);
}
.aboutSection .contactLink,
.lowFeeSeeAll,
.grntReqLink,
.benefitBuyLink,
.aboutSeePage {
  height: 49px;
  box-shadow: 0px 20px 35px 0px #00000026;
  background-color: var(--colorPrimiary2);
  border-radius: 12px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
}
.aboutSection .svg1,
.aboutSection .svg2,
.aboutSection .line1,
.aboutSection .line2,
.circleSvg {
  display: none;
}
@media screen and (min-width: 867px) {
  .aboutSection {
    padding-top: 220px;
    border-radius: 0 0 200px 0;
  }
  .aboutDiv .aboutImg {
    width: 90%;
    z-index: 20;
    max-width: 1250px;
  }
  .aboutSection .svg1 {
    display: block;
    position: absolute;
    right: 0;
    top: -88px;
    width: 61%;
    height: auto;
    z-index: 1;
  }
  .aboutSection .svg2 {
    display: block;
    position: absolute;
    left: 0;
    width: 21%;
    height: auto;
    bottom: -58px;
    z-index: 1;
  }
  .circleSvg {
    display: block;
    position: absolute;
    left: 40px;
    bottom: -40px;
  }
  .aboutTextDiv .aboutTitleText {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .aboutTextDiv .aboutTitleBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .aboutTextDiv .aboutLink,
  .lowFeeMoewInfo,
  .aboutTextDiv .contactLink,
  .lowFeeSeeAll,
  .benefitConsultingLink,
  .benefitBuyLink,
  .aboutSeePage,
  .getHintLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .aboutLinkDiv {
    position: unset;
  }
  .aboutLinkDiv svg {
    left: unset;
    right: -20px;
    top: 60px;
    width: 45px;
    height: 96px;
    opacity: 0.4;
  }
}
@media screen and (min-width: 1000px) {
  .aboutSection .svg1 {
    top: -94px;
  }
  .aboutSection .svg2 {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .aboutSection .svg1 {
    top: -110px;
  }
  .aboutSection .svg2 {
    bottom: -78px;
  }
}
@media screen and (min-width: 1250px) {
  .aboutDiv {
    max-width: 1350px;
    margin: 0 auto;
    width: 94%;
  }
  .aboutSection .svg1 {
    top: -125px;
  }
  .aboutSection .svg2 {
    bottom: -94px;
  }
  .aboutSection .line2 {
    display: block;
    width: 61%;
    height: auto;
    aspect-ratio: 1/0.346;
    position: absolute;
    top: -119px;
    transform: translateX(100%);
    border-top: 1px solid #d6d3d4;
    border-bottom: 1px solid #d6d3d4;
    right: 0;
  }
  .aboutSection .line1 {
    display: block;
    width: 21%;
    height: auto;
    aspect-ratio: 1/0.691;
    position: absolute;
    bottom: -86px;
    left: 0;
    transform: translateX(-100%);
    border-top: 1px solid #d6d3d4;
    border-bottom: 1px solid #d6d3d4;
  }
}
/* newCollectionSection */
.newCollectionSection {
  margin-top: 60px;
}
.newCollectionSection .picture {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.newCollectionSection .collection1Img {
  width: 100%;
  height: auto;
}
.newCollectionContent {
  margin-top: -180px;
  z-index: 10;
}
.newCollectionSection2 .newCollectionContent {
  margin-top: -280px;
}
.newCollectionContentText {
  width: 94%;
  margin: 0 auto;
}
.newCollectionTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.newCollectionBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  margin-top: 5px;
}
.collectionSwiper {
  width: 100%;
  padding: 0 3%;
}
.collectionSwiper.firstLoad .swiper-wrapper {
  gap: 20px;
}
.collectionSwiper .swiper-wrapper {
  padding: 20px 0;
}
.collectionSwiper1 .collectionSlide,
.collectionSwiper2 .collectionSlide {
  width: fit-content !important;
}
.collectionSwiper1 .collectionSlider,
.collectionSwiper2 .collectionSlider {
  width: 280px;
}
.collectionSlider {
  padding: 15px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px #0000000f;
  direction: rtl;
  flex-direction: row;
  flex-wrap: wrap;
}
.collectionImgDiv,
.collectionLink,
.collectionWeight {
  width: 100%;
}
.collectionActionDiv {
  width: calc(50% - 2.55px);
}
.listAddToCart {
  width: calc(50% - 2.55px);
  margin-top: 5px;
}
.collectionImg {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.collectionFeeDiv {
  position: absolute;
  left: 15px;
  bottom: 15px;
  gap: 10px;
  align-items: flex-end;
}
.collectionFeeItem {
  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-transform: capitalize;
  align-items: center;
}
.collectionFeeItem span {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.4s, padding-left 0.3s;
  padding-left: 0;
}
.collectionFeeItem:hover span {
  max-width: 200px;
  padding-left: 5px;
}
.collectionLink {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  color: var(--clr1C);
}
.collectionWeight {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #31302f;
  margin: 3px;
}
.collectionActionDiv {
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.collectionAddToCart {
  height: 38px;
  padding: 3px 20px;
  background-color: var(--secondary);
  border-radius: 8px;
  color: var(--white);
}
.collectionPrice {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
}
.collectionPrice span {
  font-weight: 400;
  font-size: 10px;
}
.collectionText {
  position: absolute;
  top: 15%;
  right: 50%;
  width: 90px;
  height: auto;
  aspect-ratio: 8.5/5.6;
  transform: translateX(154px);
}
.newCollectionSection2 .collectionText {
  top: 17%;
}
.collectionSliderBtnDiv,
.lowFeeSliderBtnDiv {
  margin: 30px auto 0;
  width: 70%;
  max-width: 220px;
  justify-content: space-between;
}
.collection1PreSlide,
.collection1NexSlide,
.collection2PreSlide,
.collection2NexSlide,
.lowFee2PreSlide,
.lowFee2NexSlide,
.popularPreSlide,
.popularNexSlide,
.tenProductPreSlide,
.tenProductNexSlide,
.tenProductDeskPreSlide,
.tenProductDeskNexSlide {
  width: 47px;
  height: 47px;
}
@media screen and (min-width: 520px) {
  .collectionSwiper.firstLoad .swiper-wrapper {
    gap: 10px;
  }
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 3 * 1.8);
  }
}
@media screen and (min-width: 640px) {
  .collectionSwiper.firstLoad .swiper-wrapper {
    gap: 15px;
  }
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.05);
  }
}
@media screen and (min-width: 768px) {
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.8);
  }
}
@media screen and (min-width: 968px) {
  .newCollectionSection .collection1Img {
    width: auto;
    height: 450px;
  }
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2);
  }
  .newCollectionSection {
    margin-top: 180px;
    position: relative;
  }
  .newCollectionSection2 {
    margin-top: 350px;
  }
  .newCollectionImgDiv {
    width: 100%;
    top: 10px;
  }
  .newCollectionSection2 .newCollectionImgDiv {
    top: -265px;
  }
  .collectionText {
    left: 39%;
    right: unset;
    width: 8%;
    top: 32%;
    transform: none;
  }
  .newCollectionSection2 .collectionText {
    left: unset;
    right: 38%;
    top: 32%;
  }
  .collectionSliderHolder,
  .collectionSliderHolder2 {
    width: 52%;
    margin-top: 20px;
    align-self: flex-start;
  }
  .collectionSliderHolder2 {
    margin-right: auto;
  }
  .newCollectionTitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    text-align: right;
  }
  .newCollectionBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .newCollectionSection .picture {
    max-width: unset;
  }
  .newCollectionContent {
    margin-top: 0;
  }
  .newCollectionImgDiv {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .collectionSwiper1 {
    direction: ltr;
  }
  .collectionSliderHolder2 .collectionSwiper1 {
    direction: rtl;
  }
  .newCollectionSection2 .newCollectionTitle,
  .newCollectionSection2 .newCollectionBody {
    text-align: left;
  }
  .collectionSliderBtnDiv {
    margin: 20px auto 0 30px;
    width: fit-content;
    gap: 60px;
  }
  .newCollectionSection2 .collectionSliderBtnDiv {
    margin: 20px 30px 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .newCollectionSection2 {
    margin-top: 400px;
  }
}
@media screen and (min-width: 1250px) {
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.1);
  }
}
@media screen and (min-width: 1350px) {
  .collectionSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.4);
  }
  .newCollectionSection2 {
    margin-top: 550px;
  }
  .newCollectionContentText {
    max-width: 1350px;
    margin: 0 auto;
    width: 94%;
  }
  .collectionSliderHolder,
  .collectionSliderHolder2 {
    margin-top: 60px;
  }
  .newCollectionSection .collection1Img {
    width: auto;
    height: 550px;
  }
}
/* lowFeeSection */
.lowFeeSection {
  margin-top: 200px;
  background-color: #efeded;
  position: relative;
  padding: 420px 0 50px;
}
.lowFeePicture {
  width: 100%;
  margin: -155px auto 0;
  max-width: 400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.lowFeeImg {
  height: auto;
  width: 100%;
}
.lowFeeTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.lowFeeBody {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: #5a5757;
}
.lowFeeLinkDiv {
  margin: 40px auto 0;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 450px;
  width: 100%;
}
.lowFeeText {
  display: none;
}
.lowFeeListTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
  width: 96%;
  margin: 0 auto;
}
.lowFeeListBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  width: 96%;
  margin: 0 auto;
}
.lowFeeListDiv {
  margin-top: 80px;
}
.lowFeeSwiper {
  width: 100%;
  margin-top: 20px;
  padding: 0 2%;
}
.lowFeeSwiper.firstLoad .swiper-wrapper {
  gap: 15px;
}
.lowFeeSwiper .swiper-wrapper {
  padding: 20px 0;
}
.lowFeeSwiper.firstLoad .collectionSlide {
  width: calc(100% / 1.2);
}
.lowFeeStar {
  width: 100%;
  font-family: "inspiron";
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
  margin: -40px auto 20px;
  height: 86px;
  background-color: #efeded;
  border-radius: 96px;
  transform: translateY(60px);
  z-index: 60;
}

@media screen and (min-width: 520px) {
  .lowFeeSwiper.firstLoad .swiper-wrapper {
    gap: 10px;
  }
  .lowFeeSwiper.firstLoad .collectionSlide {
    width: calc(100% / 3 * 1.8);
  }
}
@media screen and (min-width: 640px) {
  .lowFeeSwiper.firstLoad .swiper-wrapper {
    gap: 15px;
  }
  .lowFeeSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.05);
  }
}
@media screen and (min-width: 768px) {
  .lowFeeSwiper.firstLoad .collectionSlide {
    width: calc(100% / 2.8);
  }
}
@media screen and (min-width: 968px) {
  .lowFeeSection {
    position: relative;
  }
  .lowFeeText {
    display: block;
    font-family: "inspiron";
    font-weight: 400;
    font-size: 36px;
    line-height: 60%;
    letter-spacing: 0px;
    text-align: left;
    color: #d6d3d4;
    margin-top: -10px;
  }
  .lowFeeSection::after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    opacity: 0.6;
  }
  .lowFeeSection {
    padding: 50px 0 50px;
  }
  .lowFeeDiv {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
    height: fit-content;
    margin-bottom: -20px;
  }
  .lowFeePicture {
    position: unset;
    transform: none;
    max-width: 600px;
    margin: 0;
    transform: translateY(-28.6%);
    top: unset;
    z-index: 40;
  }
  .lowFeeLinkDiv {
    width: 100%;
    margin: 30px 0 0;
  }
  .lowFeeTitle {
    font-weight: 700;
    font-size: 40px;
    text-align: right;
    margin-top: 90px;
  }
  .lowFeeBody {
    font-weight: 400;
    font-size: 20px;
    text-align: right;
  }
  .lowFeeListDiv {
    width: 96%;
    margin: 80px auto 40px;
    max-width: 1350px;
  }
  .lowFeeSwiper .swiper-wrapper {
    padding: 20px 0;
  }
  .lowFeeListTitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .lowFeeListBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .lowFeeSwiper.firstLoad .collectionSlide {
    width: calc(100% / 3 - 15px);
  }
  .lowFeeSwiper {
    padding: 0;
  }
  .lowFeeStar {
    margin-top: -100px;
    pointer-events: none;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1000px) {
  .lowFeeListDiv {
    width: 96%;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width: 1150px) {
  .lowFeePicture {
    transform: translateY(-25.6%);
  }
  .lowFeeDiv {
    margin-bottom: -20px;
  }
  .lowFeeListDiv {
    width: 96%;
    margin: -20px auto 40px;
  }
}
@media screen and (min-width: 1350px) {
  .lowFeePicture {
    transform: translateY(-25.6%);
  }
  .lowFeeDiv {
    margin-bottom: -120px;
  }
  .lowFeeListDiv {
    width: 96%;
    margin: 20px auto 40px;
  }
}
/* popularSection */
.popularSection {
  background-color: var(--colorPrimiary2);
  margin-top: -50px;
  padding: 150px 0 0;
  background-image: url("https://cdn.mehrabanigold.com/images/i_s4_mbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.popularHeaderDiv {
  flex-direction: column;
}
.popularTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
}
.popularBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #bab9b9;
}
.popularSeeMoreDesktop {
  display: none;
}
.popularSwiper {
  width: 100%;
  margin-top: 20px;
  padding: 0 3%;
  position: relative;
  z-index: 100 !important;
}
.popularSwiper .swiper-wrapper {
  padding: 20px 0;
}
.popularSwiper .swiper-slide {
  max-width: 420px;
  z-index: 40;
}
.popularSlide {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 40px 90px 0px #0000000f;
  overflow: hidden;
  padding: 15px;
  grid-template-columns: 45% 45%;
  padding-bottom: 65px;
  justify-content: space-between;
}
.popularInfoDiv {
  height: 100%;
  gap: 12px;
  padding: 7px 7px 0 0;
}
.popularItemName {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.popularItemWeight {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #31302f;
}
.popularItemFee {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #31302f;
}
.popularItemPrice {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #11493e;
  margin-top: auto;
}
.popularItemPrice .popularPriceSpan {
  display: none;
}
.popularItemAddToCart {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 38px;
  border-radius: 8px;
  background-color: var(--secondary);
  width: calc(100% - 30px);
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}
.popularImg {
  width: 100%;
  border-radius: 12px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 137/126;
  border: 1px solid #d6d3d4;
}
.popularImgSvg {
  position: absolute;
  left: -9.5px;
  top: 30px;
  z-index: 40;
  width: 20px;
  height: auto;
}
.popularSliderBtnDiv {
  width: 94%;
  justify-content: space-between;
  gap: 10px;
  margin: 10px auto 0;
}
.popularMobileSeeMore {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  color: #bab9b9;
}
.popularTagDiv {
  flex-wrap: nowrap;
  background-color: var(--colorPrimiary2);
  margin-top: 60px;
  pointer-events: none;
  z-index: 10;
}
.popularTagContainer {
  flex-wrap: nowrap;
  gap: 40px;
  overflow-x: hidden;
  height: 60px;
  align-items: center;
}
.popularTagItem {
  min-width: 129px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #efeded;
}
.popularTagDiv svg {
  min-width: 50px;
}
.popularCircleIcon {
  position: absolute;
  right: 50%;
  bottom: 30px;
  transform: translateX(50%);
}
.popularLogo {
  font-family: "inspiron";
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: fit-content;
  transform: translateX(-50%);
  z-index: 10;
  font-weight: 400;
  font-size: 100px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
@media screen and (min-width: 649px) {
  .popularSwiper .swiper-slide {
    max-width: 600px;
  }
  .popularSlide {
    padding: 15px;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .popularInfoDiv {
    padding: 15px;
    gap: 0;
  }
  .popularItemAddToCart {
    position: unset;
    width: 100%;
  }
  .popularImg {
    height: auto;
    width: 230px;
    aspect-ratio: 1/1;
  }
  .popularItemName {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
  }
  .popularItemWeight {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin-top: 7px;
  }
  .popularItemFee {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
  }
  .popularItemPrice {
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
  }
  .popularItemPrice .popularPriceSpan {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .popularItemAddToCart {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 5px;
  }
  .popularTagItem {
    min-width: 180px;
  }
}
@media screen and (min-width: 968px) {
  .popularSection {
    background-image: url("https://cdn.mehrabanigold.com/images/i_s4_dbg.png");
  }
  .popularSwiper {
    padding: 0 2%;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
  }
  .popularTagContainer {
    width: 96%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1350px;
    height: 70px;
  }
  .popularTagItem {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .popularTagContainer svg {
    width: 27px;
    height: 27px;
  }
  .popularLogo {
    font-weight: 400;
    font-size: 392px;
    line-height: 150px;
    letter-spacing: 64px;
    bottom: 25%;
  }
  .popularMobileSeeMore {
    display: none;
  }
  .popularSliderBtnDiv {
    width: 96%;
    margin: 30px auto 0;
    gap: 40px;
    max-width: 1350px;
    justify-content: flex-end;
  }
  .popularCircleIcon {
    display: none;
  }
  .popularTitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
  }
  .popularHeaderDiv {
    flex-direction: row;
    justify-content: space-between;
    width: 96%;
    max-width: 1350px;
    margin: 0 auto;
  }
  .popularBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 10px;
  }
  .popularSeeMoreDesktop {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    color: #bab9b9;
    align-items: center;
    z-index: 40;
    margin-left: 60px;
  }
  .popularSeeMoreDesktop .icon1 {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .popularSeeMoreDesktop .icon2 {
    position: absolute;
    left: -87px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

/* ocDiv */
.ocDiv {
  background-color: #efeded;
  padding: 80px 2% 70px;
  border-radius: 0 0 0 80px;
}
.ocTitle1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.ocBody1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
}
.ocImgDiv {
  margin-top: 60px;
}
.ocImg {
  height: auto;
  width: 100%;
  max-width: 350px;
  z-index: 10;
  aspect-ratio: 3.2/4;
}
.ocSvgStar {
  position: absolute;
  top: -10px;
  right: 15%;
}
.ocSvgLine {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -40px;
  width: 65%;
  height: auto;
}
.ocTextSvg {
  position: absolute;
  left: 50%;
  bottom: -10%;
  width: 270px;
  height: auto;
  z-index: 10;
  opacity: 0.28;
  transform: translateX(-80%);
}
.ocSliderDiv {
  z-index: 40;
  margin: 30px auto 0;
  width: 100%;
}
.ocSwiper {
  width: 100%;
  background-color: var(--white);
  border-radius: 16px;
  padding: 15px 15px 25px;
}
.ocSlide {
  width: 100%;
}
.ocSlideImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1.5/0.9;
  border-radius: 7px;
}
.ocSliderText {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
  margin-top: 25px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.preOcSlideBtn,
.nextOcSlideBtn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 40;
  background-color: var(--white);
  bottom: 15px;
}
.nextOcSlideBtn {
  left: 25px;
}
.preOcSlideBtn {
  left: 85px;
}
.ocLinkDiv {
  margin-top: 10px;
  border-radius: 16px;
  padding: 20px 26px;
  background-color: var(--colorPrimiary2);
  gap: 10px;
}
.ocLinkText {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #fafaf8;
}
.ocLink {
  height: 41px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--colorPrimiary2);
  background-color: var(--white);
}
.ocTextDiv2 {
  margin-top: 40px;
  padding: 0 2%;
  gap: 10px;
}
.ocTitle2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.ocTitle2 span {
  color: var(--colorPrimiary2);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
}
.ocBody2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: #5a5757;
}
.ocLogo {
  display: none;
}
@media screen and (min-width: 649px) {
  .ocLinkDiv {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .ocLink {
    padding: 0 40px;
  }
}
@media screen and (min-width: 968px) {
  .ocSection {
    position: relative;
  }
  .ocSection::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #efeded;
  }
  .ocMainDiv {
    width: 96%;
    max-width: 1350px;
    margin: 0 auto;
    z-index: 60;
  }
  .ocDiv {
    width: calc(100% / 3.5 * 2.5);
    max-width: 1350px;
    padding: 150px 4% 80px 10%;
    border-radius: 0 0 0 150px;
  }
  .ocTitle1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
  }
  .ocBody1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
  }
  .ocTextTitleDiv {
    position: absolute;
    left: 0;
    top: 190px;
  }
  .ocSvgLine {
    top: -20px;
    left: -17%;
    width: 70%;
    transform: none;
  }
  .ocDiv .picture {
    width: 70%;
  }
  .ocSvgStar {
    top: -20px;
    right: 20px;
  }
  .ocTextSvg {
    position: absolute;
    width: 75%;
    left: 0;
    transform: none;
    bottom: 0;
  }
  .ocSliderDiv {
    position: absolute;
    left: 0;
    top: 250px;
    width: 45%;
  }
  .ocSwiper {
    box-shadow: 0px 40px 90px 0px #0000000f;
  }
  .ocSlideImg {
    aspect-ratio: 5.2/1.9;
  }
  .ocLinkText {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .ocLink {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    padding: 0 20px;
  }
  .ocImg {
    max-width: unset;
    aspect-ratio: 4.7/5.9;
  }
  .ocTextDiv2 {
    margin-top: 100px;
  }
  .ocTitle2,
  .ocTitle2 span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
  }
  .ocBody2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: justify;
  }
  .ocLogo {
    display: block;
    transform: rotate(-90deg) translateY(-50px);
    font-family: "inspiron";
    font-weight: 400;
    font-size: 96px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #d6d3d4;
    margin-top: 280px;
  }
}
@media screen and (min-width: 1250px) {
  .ocLogo {
    transform: rotate(-90deg) translateY(-80px);
  }
}
/* grntSection */
.grntSection {
  max-width: 1350px;
  width: 100%;
  margin: 80px auto 0;
}
.grntPicture {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.grntPicture::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000071;
  position: absolute;
  left: 0;
  top: 0;
}
.grntImg {
  height: auto;
  aspect-ratio: 1/0.9;
  width: 100%;
  transform: scale(1.7);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(1);
}
.grntText {
  position: absolute;
  left: 50%;
  width: 80%;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grntLogoDiv {
  margin: -80px 0 0;
}
.grntTopLine {
  position: absolute;
  top: 40px;
  right: 0;
  width: 60%;
  border-top: 1px solid #d6d3d4;
  border-left: 1px solid #d6d3d4;
  border-radius: 50px 0 0 0;
  height: 150px;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.grntTopLine svg {
  transform: translateY(-50%);
  margin-left: 45%;
}
.grntLogoPicture {
  width: 70%;
  background-color: rgba(239, 237, 237, 0.5);
  padding: 30px 0;
  margin-right: auto;
  border-radius: 0 0 30% 0;
  z-index: 60;
}
.grntLogo {
  z-index: 50;
  width: 65%;
  height: auto;
}
.grntText1 {
  position: absolute;
  font-family: "inspiron";
  font-weight: 400;
  font-size: 20px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: center;
  color: #d6d3d4;
  top: 128px;
  right: 0;
  width: 30%;
}
.grntText2 {
  width: 70%;
  transform: translateY(-90px);
  z-index: 1;
  font-weight: 400;
  font-size: 96px;
  line-height: 60%;
  letter-spacing: 0px;
  font-family: "inspiron";
  margin-right: auto;
  text-align: center;
  color: #d6d3d4;
  opacity: 0.7;
}
.grntBntLine {
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 35%;
  border-bottom: 1px solid #d6d3d4;
  border-right: 1px solid #d6d3d4;
  border-radius: 0 0 40px 0;
  z-index: 1;
  opacity: 0.4;
}
.grntContentDiv {
  width: 94%;
  margin: -100px auto 0;
}
.grntTitle1 {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
  margin-top: 10px;
}
.grntTitle1 span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
}
.grntBody1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: #5a5757;
  margin-top: 10px;
}
.grntTitle2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--colorPrimiary2);
  margin-top: 15px;
}
.grntOptList {
  margin-top: 10px;
  gap: 5px;
}
.grntOptItem {
  align-items: flex-start;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #746c6e;
}
.grntLinkDiv,
.benefitLinksDiv,
.aboutLinkDiv2 {
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 400px;
  margin: 30px auto 0;
  gap: 10px;
}
@media screen and (min-width: 500px) {
  .grntLogoDiv {
    margin: -100px 0 0;
  }
}
@media screen and (min-width: 649px) {
  .grntLinkDiv,
  .benefitLinksDiv,
  .aboutLinkDiv2 {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 968px) {
  .grntSection {
    position: relative;
  }
  .grntLogoDiv {
    position: absolute;
    top: 600px;
    width: 100%;
    height: auto;
    left: 0;
  }
  .grntImg {
    height: 636px;
    aspect-ratio: unset;
  }
  .grntText {
    width: 590px;
  }
  .grntLogoPicture {
    width: 40%;
    padding: 30px 0 100px;
    border-radius: 0 0 38% 0;
    max-width: 700px;
  }
  .grntTopLine {
    width: 80%;
    top: 12%;
  }
  .grntTopLine svg {
    margin: 0 30% 0 0;
  }
  .grntBntLine {
    width: 15%;
    bottom: 34%;
    border-radius: 0 0 60% 0;
  }
  .grntText1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 70%;
    letter-spacing: 0px;
    right: unset;
    position: absolute;
    left: 0;
    top: unset;
    bottom: 120px;
    width: 40%;
    max-width: 700px;
  }
  .grntText2 {
    font-weight: 400;
    font-size: 140px;
    line-height: 60%;
    letter-spacing: 0px;
    width: 40%;
    transform: translateY(-190px);
    max-width: 700px;
  }
  .grntContentDiv {
    margin-top: 35px;
    max-width: 1350px;
    width: 96%;
    z-index: 100;
    padding-left: 38%;
  }
  .grntContentDiv * {
    max-width: 850px !important;
  }
  .grntTitle1 {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 20px;
  }
  .grntTitle1 span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .grntBody1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: unset;
  }
  .grntTitle2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
  }
  .grntOptItem {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .grntOptItem svg {
    height: 18px;
    width: 18px;
    transform: translateY(5px);
  }
  .grntReqLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .grntDescLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1350px) {
  .grntTopLine {
    width: calc(100% - 420px);
    top: 8%;
  }
  .grntContentDiv {
    padding-left: 0;
  }
}
/* slctSection */
.slctSection {
  margin: 100px auto 0;
  max-width: 1350px;
  width: 100%;
}
.slctTitle {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: var(--colorPrimiary2);
  z-index: 19;
}
.slctTitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
}
.slctEnTitle {
  font-family: "inspiron";
  font-weight: 400;
  font-size: 96px;
  line-height: 70%;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  transform: translateX(-50%);
  color: rgba(214, 211, 212, 0.5);
}
.slctLine {
  height: 80px;
  width: 80%;
  position: absolute;
  right: 0;
  top: 40px;
  border-radius: 80px 0 0 0;
  border-top: 1px solid #d6d3d4;
  border-left: 1px solid #d6d3d4;
  z-index: 1;
}
.rndImgDiv {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9px;
  margin-top: 40px;
}
.rndImgDiv img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slctImg2 {
  border-radius: 0 15px 15px 0;
}
.slctPic1 {
  width: calc(35% - 4.5px);
  aspect-ratio: 1.4/1.7;
  padding-top: 40px;
}
.slctImg1 {
  border-radius: 15px 0 0 15px;
}
.slctPic2 {
  width: calc(65% - 4.5px);
  aspect-ratio: 2.4/2;
}
.slctPic3 {
  width: calc(44% - 6px);
  height: fit-content;
  aspect-ratio: 1/1.35;
}
.slctImg3 {
  border-radius: 15px 0 0 15px;
}
.slctPic4 {
  width: calc(32% - 6px);
  height: fit-content;
  aspect-ratio: 1/1.5;
}
.slctImg4 {
  border-radius: 15px;
}
.slctPic5 {
  width: calc(24% - 6px);
  height: fit-content;
  aspect-ratio: 1/2.04;
}
.slctImg5 {
  border-radius: 0 15px 15px 0;
}
.slctPic6 {
  width: calc(44% - 4.5px);
  height: fit-content;
  aspect-ratio: 2/1.4;
}
.slctImg6 {
  border-radius: 15px;
}
.slctPic7 {
  width: calc(56% - 4.5px);
  height: fit-content;
  aspect-ratio: 2/1.3;
  transform: translateY(-32%);
}
.slctImg7 {
  border-radius: 15px;
}
.slctBtmLine {
  display: none;
}
@media screen and (min-width: 968px) {
  .slctSection {
    margin-top: 180px;
  }
  .slctTitle {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
  .slctTitle span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .slctLine {
    height: 160px;
    border-radius: 150px 0 0 0;
    width: 78%;
  }
  .slctEnTitle {
    font-weight: 400;
    font-size: 200px;
    line-height: 70%;
    letter-spacing: 10px;
    top: -35px;
  }
  .rndImgDiv {
    margin-top: 105px;
    gap: 12px;
  }
  .slctPic7 {
    order: 1;
    height: fit-content;
    width: calc(28% - 4px);
    aspect-ratio: 1/0.8;
    transform: none;
    margin-top: 20px;
  }
  .slctImg7 {
    border-radius: 15px 0 0 15px;
  }
  .slctPic2 {
    order: 2;
    width: calc(43% - 4px);
    height: fit-content;
    aspect-ratio: 2/1.5;
  }
  .slctImg2 {
    border-radius: 15px;
  }
  .slctPic5 {
    order: 3;
    width: calc(15% - 4px);
    margin: 30px 0 0 auto;
    height: fit-content;
    aspect-ratio: 1/1.35;
  }
  .slctImg5 {
    border-radius: 15px;
  }
  .slctPic4 {
    order: 4;
    height: fit-content;
    width: calc(28% - 3px);
    aspect-ratio: 1/0.69;
    padding-right: 5%;
    transform: translateY(-40%);
  }
  .slctPic6 {
    order: 5;
    height: fit-content;
    width: calc(19.5% - 3px);
    aspect-ratio: 1/1.2;
  }
  .slctPic1 {
    order: 6;
    height: fit-content;
    width: calc(22.5% - 3px);
    transform: none;
    padding-top: 0;
    aspect-ratio: 1.5/1;
  }
  .slctImg1 {
    border-radius: 15px;
  }
  .slctPic3 {
    order: 7;
    width: calc(27.5% - 2px);
    height: fit-content;
    aspect-ratio: 1/0.78;
    transform: translateY(-44%);
  }
  .slctImg3 {
    border-radius: 0 15px 15px 0;
  }
  .slctBtmLine {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    z-index: 1;
    width: 21%;
    border-bottom: 1px solid #d6d3d4;
    border-right: 1px solid #d6d3d4;
    border-bottom-right-radius: 100px;
  }
}
@media screen and (min-width: 1350px) {
  .slctSection {
    margin-top: 200px;
  }
}
/* livePriceSection */
.livePriceSection {
  margin-top: 80px;
}
.livePriceHeader {
  margin: 0 auto;
  width: 94%;
  max-width: 650px;
  z-index: 16;
}
.livePriceImg {
  border-radius: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: auto;
  aspect-ratio: 2/0.7;
}
.livePriceTextHolder {
  position: absolute;
  width: calc(100% - 50px);
  background-color: var(--colorPrimiary2);
  border-radius: 130px;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 50px);
}
.livePriceTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: #efeded;
}
.livePriceBody {
  font-weight: 500;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #efeded;
  margin-top: 5px;
}
.livePriceTextHolder svg {
  position: absolute;
  left: 15%;
  bottom: 0;
  transform: translateY(50%);
}
.frameHolderDiv {
  background-color: var(--white);
  padding: 150px 15px 35px;
  margin-top: -75px;
  border-radius: 0 0 50px 50px;
  z-index: 10;
}
.seeMoreLivePrice {
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  color: var(--grey72);
  margin: 30px auto 0;
}
.frameStarSvg {
  display: none;
}
.frameArrowSvg,
.frameCircleSvg {
  display: none;
}
@media screen and (min-width: 968px) {
  .livePriceSection {
    margin-top: 180px;
  }
  .livePriceTitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
  .livePriceBody {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .frameHolderDiv {
    width: 96%;
    max-width: 1350px;
    margin: -128px auto 0;
    border-radius: 40px;
    padding: 240px 80px 50px;
    z-index: 10;
  }
  .seeMoreLivePrice {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
  }
  .frameStarSvg {
    display: block;
    position: absolute;
    right: 7.5%;
    top: 160px;
    z-index: 20;
  }
  .frameCircleSvg {
    display: block;
    position: absolute;
    right: 7%;
    top: 80px;
    z-index: 18;
  }
  .frameArrowSvg {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1350px) {
  .livePriceSection {
    margin-top: 250px;
  }
}
/* calcSection */
.calcSection {
  margin-top: -40px;
  background-color: var(--colorPrimiary2);
  padding: 150px 0 40px;
  z-index: 1;
  background-image: url("https://cdn.mehrabanigold.com/images/calc_bg_mb.webp");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}
.calcSection::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--colorPrimiary2);
  z-index: 2;
  opacity: 0.9;
}
.calcTopLine {
  position: absolute;
  left: 0;
  top: 40px;
  width: 150px;
  height: 300px;
  border-right: 1px solid rgba(214, 211, 212, 0.3);
  border-bottom: 1px solid rgba(214, 211, 212, 0.3);
  border-bottom-right-radius: 120px;
  z-index: 5;
}
.calcTopLine .calcStar1 {
  transform: translate(50%, 40px);
}
.calcTopLine .calcStar2 {
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: translateY(50%);
}
.calcDiv {
  z-index: 80;
  max-width: 500px;
}
.calcTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
}
.calcTitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
}
.calcBody {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #cbcaca;
  margin: 15px 0 50px;
}
.calcLabel {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #bab9b9;
  margin-bottom: 5px;
}
.calcCurrentPrice {
  height: 60px;
  border-radius: 12px;
  background-color: #f4f4f5;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
.calcCurrentPrice span {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  margin-right: 5px;
}
.calcGrid {
  margin: 10px 0;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.calcInput {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000033;
  height: 45px;
  border: 1px solid rgb(255, 255, 255, 30);
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
  width: 100%;
  direction: ltr;
}
.calcFinalPrice {
  height: 45px;
  border: 1px solid rgb(255, 255, 255, 30);
  border-radius: 12px;
  color: var(--white);
  background: #00000033;
  pointer-events: default;
}
.calcFinalPriceSpan {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
}
.calcFinalPriceUnitSpan {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
  margin-right: 5px;
}
.calcSeeMore {
  margin: 80px auto 30px;
  background-color: var(--neutral);
  border-radius: 12px;
  box-shadow: 0px 20px 35px 0px #00000026;
  height: 49px;
  color: var(--colorPrimiary2);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  max-width: 250px;
  width: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
@media screen and (min-width: 968px) {
  .calcSection {
    background-image: url("https://cdn.mehrabanigold.com/images/calc_bg_d.webp");
    margin-top: -180px;
    padding-top: 280px;
  }
  .calcDiv {
    max-width: 1100px;
    width: 70%;
  }
  .calcTopLine {
    width: 40%;
    height: auto;
    aspect-ratio: 1/0.6;
    top: 170px;
  }
  .calcTitle {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .calcTitle span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
  }
  .calcBody {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcLabel {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .calcCurrentPrice {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    height: 82px;
    border-radius: 16px;
  }
  .calcCurrentPrice span {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .calcGrid {
    gap: 20px;
    margin: 20px 0;
  }
  .calcInput,
  .calcFinalPrice {
    height: 64px;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 16px;
  }
  .calcFinalPriceSpan {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .calcFinalPriceUnitSpan {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .calcSeeMore {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    height: 64px;
    border-radius: 16px;
  }
}
/* gallerySection */
.gallerySection {
  margin-top: 50px;
}
.galleryStar1 {
  margin: 20px 40px 0 0;
}
.galleryTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--colorPrimiary2);
  margin-top: 20px;
}
.galleryBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--grey72);
  margin-top: 5px;
}
.galleryTopDiv {
  display: none;
}
.galleryActionBtnList {
  gap: 5px;
  margin: 25px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.galleryActionBtn {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  padding: 10px 15px;
  color: var(--grey72);
  border-radius: 12px;
}
.galleryActionBtn.activeActionBtn {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  background-color: var(--neutral);
  color: var(--colorPrimiary2);
}
.galleryGridDiv {
  width: 90%;
  margin: 25px auto 0;
  gap: 15px;
  display: none;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.galleryGridDiv.activeGalleryDiv {
  display: -webkit-flex;
  display: flex;
}
.galleryGridRow {
  gap: 15px;
}
.galleryGridDiv::after {
  content: "";
  width: 120%;
  height: 300px;
  background-image: linear-gradient(to bottom, #f4f4f500, #f4f4f5da, #f4f4f5);
  position: absolute;
  left: -10%;
  bottom: -20px;
  z-index: 80;
  pointer-events: none;
}
.gallerySeeMore {
  background-color: var(--colorPrimiary2);
  height: 49px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  box-shadow: 0px 20px 35px 0px #00000026;
  border-radius: 12px;
  margin: 40px auto 0;
  width: 80%;
  max-width: 250px;
}
.galleryGridRow .collectionSlide:nth-child(n + 5) {
  display: none;
}
@media screen and (min-width: 600px) {
  .galleryGridRow {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 968px) {
  .gallerySection {
    position: relative;
    padding-top: 60px;
  }
  .galleryStar1 {
    height: 26px;
    width: 26px;
    margin: 20px 11% 0 0;
  }
  .galleryDiv {
    width: 96%;
  }
  .galleryTitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    z-index: 5;
    margin-top: 40px;
  }
  .galleryBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    z-index: 5;
  }
  .galleryTopDiv {
    display: block;
    width: 80%;
    position: absolute;
    right: 0;
    top: 170px;
    height: 350px;
    border-radius: 150px 0 0 0;
    border: 1px solid #d6d3d4;
    border-right: none;
    z-index: 1;
    opacity: 0.4;
    pointer-events: none;
  }
  .galleryActionBtnList {
    width: 90%;
    margin-top: 35px;
  }
  .galleryGridDiv {
    gap: 5px;
    width: 100%;
    margin-top: 35px;
  }
  .galleryGridRow {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    z-index: 5;
    gap: 5px;
  }
  .galleryGridRow .collectionSlide:nth-child(n + 5) {
    display: -webkit-flex;
    display: flex;
  }
  .galleryGridRow .collectionAddToCart {
    padding: 0 10px;
    width: 100%;
  }
  .galleryGridRow .collectionPrice {
    width: 100%;
  }
  .galleryActionBtn {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .galleryGridDiv .collectionActionDiv {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .galleryGridDiv {
    gap: 10px;
  }
  .galleryGridRow {
    gap: 10px;
  }
  .galleryGridRow .collectionAddToCart {
    padding: 0 20px;
    width: fit-content;
  }
  .galleryGridDiv .collectionActionDiv {
    flex-direction: row;
  }
  .galleryGridRow .collectionPrice {
    width: fit-content;
  }
}
/* mltSection */
.mltSection {
  margin-top: 180px;
  position: relative;
}
.mltTopLine {
  position: absolute;
  top: 50px;
  right: 0;
  width: 60%;
  border-top-left-radius: 280px;
  border-top: 1px solid #d6d3d4;
  border-left: 1px solid #d6d3d4;
  height: 180px;
  opacity: 0.7;
}
.mltTopLine svg {
  display: none;
}
.mltHeaderRightDiv {
  display: none;
}
.mltHeaderLeftDiv {
  margin-top: -60px;
}
.mltPicture {
  width: 90%;
  margin-right: auto;
  transform: translateX(-22%);
  z-index: 10;
}
.mltImg {
  height: auto;
  width: 100%;
}
.mltLargeMbStar {
  margin-right: 10%;
  width: 43px;
  height: 48px;
}
.mltLargeStar {
  display: none;
}
.mltSmallStar {
  margin-right: 20%;
  transform: translate(-10px, -15px);
}
.mltCircle {
  position: absolute;
  width: 64%;
  aspect-ratio: 1/1;
  background-color: #dddddd;
  border-radius: 50%;
  left: 0;
  top: 20%;
  transform: translateX(-22%);
  z-index: 2;
  opacity: 0.7;
}
.mltSvgText {
  position: absolute;
  left: 0%;
  bottom: -38%;
  width: 100%;
  height: auto;
  z-index: 10;
}
.benefitDeskList {
  display: none;
}
.topBg {
  height: 250px;
  width: 100%;
  background-color: #efeded;
  position: absolute;
  left: 0;
  top: 280px;
  z-index: 1;
}
.mltContentContainer {
  background-color: #efeded;
  padding: 0 4% 120px;
  z-index: 90;
  margin-top: 140px;
  border-radius: 0 0 0 160px;
}
.mltContentTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--clr1C);
}
.mltContentTitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--colorPrimiary2);
}
.mltContentBody {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  margin-top: 10px;
}
.mltBenefitList1 {
  margin: 15px 0 20px;
  gap: 10px;
}
.mltBenefit1Item {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #746c6e;
  padding: 8px 16px;
  gap: 8px;
  background-color: var(--white);
  border-radius: 8px;
}
.mltBenefit1Item svg {
  min-width: 18px;
  color: var(--colorPrimiary2);
}
.benefitContentStar {
  display: none;
}
@media screen and (min-width: 580px) {
  .mltBenefitList1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  .mltHeaderLeftDiv {
    max-width: 750px;
    margin-right: auto;
  }
  .mltTopLine {
    width: 70%;
  }
}
@media screen and (min-width: 968px) {
  .mltSection {
    margin: 250px 0 0;
    max-width: unset;
  }
  .mltHeaderGrid {
    grid-template-columns: 1fr 1fr;
    width: 96%;
    max-width: 1350px;
    margin: 90px auto 0;
    gap: 40px;
  }
  .mltHeaderRightDiv {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 90;
  }
  .mltHeaderItem {
    width: calc(50% - 5px);
    background-color: var(--white);
    border-radius: 16px;
    padding: 18px;
  }
  .mltSvg {
    border-radius: 50%;
    background-color: #efeded;
    width: 50px;
    height: 50px;
  }
  .mltSvg svg {
    height: 32px;
    width: 32px;
  }
  .mltHeaderItemTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: right;
    color: var(--colorPrimiary2);
    margin-top: 10px;
  }
  .mltHeaderItemText {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: justify;
    color: var(--grey72);
    margin-top: 5px;
  }
  .mltHeaderItem:last-child {
    width: 100%;
  }
  .mltHeaderItem:first-child {
    box-shadow: -40px 36px 64px 0px #0000001a;
    z-index: 80;
  }
  .mltLargeStar {
    position: absolute;
    left: 10%;
    top: -100px;
    display: block;
  }
  .mltLargeMbStar {
    display: none;
  }
  .mltHeaderLeftDiv {
    margin: 0 auto;
    align-items: center;
    max-width: 550px;
    width: 100%;
  }
  .mltHeaderLeftDiv::before {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(
      rgba(255, 166, 0, 0.15),
      rgba(255, 166, 0, 0)
    );
    opacity: 0.2;
    backdrop-filter: blur(5px);
  }
  .mltSmallStar {
    position: absolute;
    left: 19%;
    top: 0;
    transform: translateY(-480%);
  }
  .mltPicture {
    transform: none;
    margin: auto auto;
    width: 90%;
    z-index: 50;
  }
  .mltCircle {
    width: 58%;
    left: 8%;
    top: 25%;
    transform: none;
    margin: 0;
    opacity: 1;
  }
  .mltSvgText {
    width: 88%;
    top: 58%;
    left: 27%;
    bottom: unset;
  }
  .mltTopLine {
    position: absolute;
    left: -3%;
    top: 190px;
    right: unset;
    width: 70%;
    height: 160px;
    z-index: 2;
    border-top-left-radius: 120px;
  }
  .mltTopLine svg {
    display: unset;
    position: absolute;
    left: 16%;
    top: 0;
    transform: translateY(-50%);
  }
  .mltBenefitList1 {
    display: none;
  }
  .topBg {
    width: 96%;
    max-width: 1350px;
    top: 320px;
    height: 320px;
    left: 50%;
    transform: translateX(-50%);
  }
  .topBg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translateX(100%);
    background-color: #efeded;
  }
  .topBg::after {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #beb9ba;
    position: absolute;
    right: 0;
    top: 120px;
    transform: translateX(40%);
    z-index: 80;
    pointer-events: none;
    opacity: 0.7;
  }
  .mltContentContainer {
    width: 96%;
    max-width: 1350px;
    margin: 90px auto 0;
  }
  .mltContentTitle,
  .mltContentTitle span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
  }
  .mltContentDiv {
    position: relative;
  }
  .mltContentDiv::before {
    content: "";
    width: 50%;
    z-index: 1;
    background-color: #efeded;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .mltContentBody {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    text-align: right;
  }
  .benefitDeskList {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.5fr;
    margin-top: 20px;
    gap: 10px;
  }
  .benefitDeskListItem {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    color: #747474;
    gap: 5px;
  }
  .benefitDeskListItem svg {
    min-width: 25px;
    transform: translateY(4px);
  }
  .benefitContentStar {
    display: block;
    position: absolute;
    right: 40%;
    z-index: 10;
    top: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .mltHeaderItem {
    padding: 22px;
  }
}
/* aboutSection */
.aboutSection2 {
  margin-top: 80px;
}
.aboutPicture {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.about2Img {
  width: 100%;
  height: auto;
}
.aboutSvgText {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
  max-width: 400px;
  height: auto;
}
.aboutTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr1C);
  margin-top: 40px;
}
.aboutTitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
.aboutBody {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: #5a5757;
  margin-top: 15px;
}
@media screen and (min-width: 968px) {
  .aboutSection2 {
    margin-top: 150px;
  }
  .aboutPicture {
    max-width: 500px;
  }
  .aboutSvgText {
    max-width: 500px;
    left: 55%;
    top: 40px;
    width: 45%;
  }
  .aboutTitle {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
  .aboutTitle span {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
  }
  .aboutBody {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
  }
}
@media screen and (min-width: 1350px) {
  .aboutSection2 {
    margin-top: 250px;
  }
}
/* faqSection */
.faqSection {
  margin-top: 100px;
}
.faqTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.faqBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--grey72);
  margin-top: 5px;
}
.faqGrid {
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 25px;
}
.faqItem {
  background-color: var(--white);
  border-radius: 12px;
  padding: 16px 25px;
  grid-template-columns: 1fr 35px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.faqText,
.faqQuestion {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #310910;
}
.faqAnswer {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #5a5757;
  margin-top: 5px;
}
.faqItemAnswer {
  display: none;
}
.faqBtn {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  transition: background-color 0.35s;
}
.faqBtn:hover {
  background-color: var(--blackOp08);
}
.faqArrowSvg {
  display: none;
}
.faqModal .modalMainDiv {
  max-width: 550px;
}
@media screen and (min-width: 968px) {
  .faqSection {
    margin-top: 150px;
  }
  .faqTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
  }
  .faqBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    text-align: right;
  }
  .faqGrid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 40px;
  }
  .faqText,
  .faqQuestion {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
  }
  .faqAnswer {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
  }
  .faqArrowSvg {
    display: block;
    left: 25px;
    top: -60px;
    position: absolute;
    height: 100px;
    width: auto;
  }
}
/* tenProductSection */
.tenProductSection {
  margin-top: 150px;
  position: relative;
  padding-top: 100px;
}
.tenProductSection::before {
  content: "";
  width: 100%;
  height: 65%;
  background-color: var(--colorPrimiary2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tenProductEngTitle {
  height: 74px;
  border-radius: 96px;
  background-color: #efeded;
  font-family: "inspiron";
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
  width: 80%;
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tenProductDiv {
  z-index: 6;
}
.tenProductTitle1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
}
.tenProductBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #bab9b9;
  margin-top: 5px;
}
.tenSlideText {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 50%;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to top, #49111c, #49111c00);
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  transition: opacity 0.4s;
  opacity: 0;
}
.tenSwiper {
  width: 100%;
  margin-top: 40px;
}
.tenSliderLink {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: width 0.4s, height 0.4s;
}
.tenSlideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tenSwiper .swiper-slide {
  filter: grayscale(1);
  transition: filter 0.4s;
}
.tenSwiper .swiper-slide-active .tenSlideText {
  opacity: 1;
}
.tenSwiper .swiper-slide-active {
  filter: none;
}
.tenSlideDesktop,
.tenDeskBtnsDiv {
  display: none;
}
@media screen and (min-width: 968px) {
  .tenProductSection {
    margin-top: 220px;
  }
  .tenProductEngTitle {
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 16px;
    max-width: 750px;
    height: 100px;
  }
  .tenSwiper {
    display: none;
  }
  .tenSlideText {
    opacity: 1;
  }
  .tenSwiper .swiper-slide {
    filter: none;
  }
  .tenProductTitle1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
  }
  .tenProductBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
  }
  .tenSlideDesktop {
    display: -webkit-flex;
    display: flex;
    max-width: 1350px;
    margin: 40px auto 0;
    gap: 10px;
    align-items: center;
    min-height: 360px;
  }
  .tenSlideDesktop .tenSlide {
    width: calc(100% / 6 - 50px / 4);
    aspect-ratio: 1/2;
    height: 280px;
    transition: height 0.4s, aspect-ratio 0.4s;
  }
  .tenSlideDesktop .tenSlide.activeTenSlide {
    aspect-ratio: 1/1 !important;
    height: 320px;
    width: calc(100% / 6 * 2 - 50px / 4);
  }
  .tenSlideDesktop .tenSlide .tenSlideImg {
    filter: grayscale(1);
    transition: filter 0.4s;
  }
  .tenSlideDesktop .tenSlide .tenSlideText {
    opacity: 0;
    transition: opacity 0.4s;
    padding: 0 20px 20px;
  }
  .tenSlideDesktop .tenSlide.activeTenSlide .tenSlideImg {
    filter: none !important;
  }
  .tenSlideDesktop .tenSlide.activeTenSlide .tenSlideText {
    opacity: 1;
  }
  .tenMobileBtnsDiv {
    display: none;
  }
  .tenDeskBtnsDiv {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1150px) {
  .tenSlideDesktop .tenSlide {
    width: calc(100% / 6 - 50px / 4);
    aspect-ratio: 1/2;
    height: 330px;
  }
  .tenSlideDesktop .tenSlide.activeTenSlide {
    aspect-ratio: 1/1 !important;
    height: 440px;
    width: calc(100% / 6 * 2 - 50px / 4);
  }
}
@media screen and (min-width: 1350px) {
  .tenProductSection {
    margin-top: 260px;
  }
}
/* latestBlog */
.latestBlog {
  margin-top: 100px;
  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: 160px;
  }
  .latestBlogGrid {
    grid-template-columns: 1fr 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) {
  .latestBlog {
    margin-top: 200px;
  }
  .latestBlogGrid {
    margin-top: 40px;
  }
}
/* userCmSection */
.userCmSection {
  margin: 60px auto 120px;
}
.userCmTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--clr1C);
}
.userCmBody {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--grey72);
  margin-top: 7px;
}
.userCmGrid {
  margin-top: 30px;
  gap: 10px;
}
.userCmItem {
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0px 40px 90px 0px #0000000f;
  background-color: var(--white);
  position: relative;
}
.userCmName {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #31302f;
}
.userCmImg {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #efeded;
}
.userCmCm {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: #5a5757;
}
.userCmPlayDiv {
  margin-right: auto;
  gap: 5px;
}
.userSongProgress {
  width: 150px;
  height: 40px;
}
.userSongProgress .canvases {
  height: 40px !important;
  min-height: 40px;
  max-width: 40px !important;
  background-color: dodgerblue;
}
@media screen and (min-width: 649px) {
  .userCmGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 968px) {
  .userCmGrid {
    gap: 20px;
  }
  .userCmSection {
    margin-top: 150px;
  }
  .userCmTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
  }
  .userCmBody {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
  }
  .userCmItem {
    padding: 25px 120px 20px 15px;
  }
  .userCmImg {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 90px;
    height: 90px;
  }
  .userCmName {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
  }
  .userCmCm {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
  }
  .userCmPlayDiv {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1350px) {
  .userCmSection {
    margin: 180px auto 220px;
  }
}

/*

ADD BY MOHAMMAD

*/

.post-views-label,
.post-views-count {
  color: #fca120;
}
.post-views {
  direction: rtl;
  display: flex;
  gap: 4px;
}

.post-views .post-views-count {
  order: 1;
}

.post-views .post-views-label {
  order: 2;
}

/* برای موبایل - حداکثر 768px */
@media (max-width: 768px) {
  .postCatLink {
    color: #999797;
    font-size: 11px;
  }
  .post-views-count,
  .post-views-label {
    font-size: 12px;
  }
}
/* برای تبلت - بین 769 تا 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .postCatLink {
    color: #999797;
    font-size: 12px;
  }
  .post-views-count,
  .post-views-label {
    font-size: 13px;
  }
}
/* برای دسکتاپ - بیشتر از 1024px */
@media (min-width: 1025px) {
  .postCatLink {
    color: #999797;
    font-size: 13px;
  }
  .post-views-count,
  .post-views-label {
    font-size: 14px;
  }
}
