/* sliderSection */
.sliderSection {
  position: relative;
}
.sliderSwiper {
  width: 100%;
}
.sliderDiv {
  position: relative;
}
.sliderImage {
  height: auto;
  width: 100%;
  aspect-ratio: 6.3/9.5;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45% center;
  object-position: 45% center;
  max-height: 700px;
}
.sliderInfoDiv {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10% 100px;
  width: 100%;
  z-index: 10;
  align-items: center;
}
.sliderDiv::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #fff, transparent);
  z-index: 8;
}
.sliderTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 51.2px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: var(--clr3);
}
.sliderStar1 {
  position: absolute;
  right: 0;
  transform: translate(20px, -30px);
}
.sliderStar2 {
  position: absolute;
  right: 0;
  transform: translate(15px, -20px);
}
.sliderText {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr3);
  margin: 10px auto 0;
}
.sliderTextLink {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid var(--clr3);
  color: var(--clr3);
  padding: 14px 40px;
  margin-top: 35px;
}
.sliderPag {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 150;
  gap: 12px;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid var(--clr3);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr3);
}
.blurImg {
  display: none;
}
@media screen and (min-width: 768px) {
  .sliderImage {
    aspect-ratio: 144/70;
    max-height: unset;
    max-height: 1550px;
    -o-object-position: center;
    object-position: center;
  }
  .sliderInfoDiv {
    right: 3%;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    width: 100%;
    padding: 0;
    align-items: start;
    max-width: 1350px;
    margin: 0 auto;
    padding-right: 40px;
  }
  .blurImg {
    display: block;
    width: 250px;
    height: 55px;
  }
  .sliderTitle {
    font-weight: 700;
    font-size: 44px;
    text-align: right;
    margin: 15px 0 0;
  }
  .sliderText {
    font-weight: 500;
    font-size: 24px;
    text-align: right;
    margin: 30px 0 0;
  }
  .sliderTextLink {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 190px;
    height: 50px;
  }
}
/* queueTextSection */
.queueTextSection {
  height: 75px;
  position: relative;
  background-color: #f9f9f9;
  pointer-events: none;
  z-index: 6;
}
.queueTextSectionLine {
  width: 100%;
  aspect-ratio: 1;
  --p: 35px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--p)), 0 100%);
  background-color: #d9d9d9;
  opacity: 0.6;
  margin-right: auto;
}
.qst1,
.qst1Mirror {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: calc(100% + 100% / 3);
  height: 100%;
  animation: qstAnim 20s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes qstAnim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.qst1Mirror {
  left: calc(-100% / 3);
  animation: qstMirrorAnim 20s linear infinite;
}
@keyframes qstMirrorAnim {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.qsText {
  font-family: "Agraham";
  font-weight: 400;
  font-size: 12px;
  color: var(--greenClr);
}
.qsText:nth-child(n + 5) {
  display: none;
}
@media screen and (min-width: 649px) {
  .qsText:nth-child(n + 5) {
    display: -webkit-flex;
    display: flex;
  }
  .qst1 .qsText:nth-child(n + 7),
  .qst1Mirror .qsText:nth-child(n + 7) {
    display: none;
  }
  .qst1,
  .qst1Mirror {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: calc(100% + 100% / 6);
    animation: qstAnim 40s linear infinite;
  }
  .qst1Mirror {
    left: calc(-100% / 5.16);
    animation: qstMirrorAnim 40s linear infinite;
  }
  .queueTextSectionLine {
    width: 90%;
    --p: 65px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--p)), 0 100%);
  }
}
@media screen and (min-width: 968px) {
  .qst1 .qsText:nth-child(n + 7),
  .qst1Mirror .qsText:nth-child(n + 7) {
    display: -webkit-flex;
    display: flex;
  }
  .qst1 .qsText:nth-child(n + 11),
  .qst1Mirror .qsText:nth-child(n + 11) {
    display: none;
  }
  .qst1,
  .qst1Mirror {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: calc(100% + 100% / 1.08);
    animation: qstAnim 160s linear infinite;
  }
  .qst1Mirror {
    left: calc(-100% / 5.22);
    animation: qstMirrorAnim 160s linear infinite;
  }
  .queueTextSectionLine {
    width: 70%;
    height: 45px;
    --p: 45px;
  }
}
@media screen and (min-width: 1150px) {
  .qst1 .qsText:nth-child(n + 10),
  .qst1Mirror .qsText:nth-child(n + 10) {
    display: -webkit-flex;
    display: flex;
  }
  .qst1 .qsText:nth-child(n + 13),
  .qst1Mirror .qsText:nth-child(n + 13) {
    display: none;
  }
  .qst1,
  .qst1Mirror {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: calc(100% + 100% / 1.08);
    animation: qstAnim 80s linear infinite;
  }
  .qst1Mirror {
    left: calc(-100% / 6.22);
    animation: qstMirrorAnim 80s linear infinite;
  }
}
@media screen and (min-width: 1450px) {
  .qst1 .qsText:nth-child(n + 12),
  .qst1Mirror .qsText:nth-child(n + 12) {
    display: -webkit-flex;
    display: flex;
  }
  .qst1,
  .qst1Mirror {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    animation: qstAnim 90s linear infinite;
  }
  .qst1Mirror {
    left: calc(-100% / 7.29);
    animation: qstMirrorAnim 90s linear infinite;
  }
}
/* varietySection */
.varietySection {
  margin-top: 100px;
  position: relative;
}
.varietyTitle {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 51.2px;
  color: var(--clr3);
  width: 85%;
  margin: 0 auto;
  gap: 20px;
  z-index: 5;
}
.varietyTitle p span {
  color: var(--greenClr);
}
.varietyTitle .tinySpan {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9a9a9a;
}
.varietySwiper {
  margin-top: 80px;
  width: 100%;
}
.varietySlide {
  align-items: center;
}
.topSpace {
  margin-top: 60px;
}
.varietyGrid {
  gap: 15px;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: center;
}
.firstLoad .varietySlide {
  width: calc(100% / 1.6 - 20px * 2 / 3);
  transform: translateX(-35%);
}
.firstLoad .swiper-wrapper {
  gap: 20px;
}
.varityPic {
  width: 100%;
}
.varietyImg {
  width: 100%;
  height: auto;
  aspect-ratio: 2.3/2.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.varietyLink {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--greenClr);
  margin-top: 25px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.varietyText {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #9a9a9a;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sliderPag2 {
  margin: 10px auto 0;
  gap: 12px;
}
.varietySvg {
  position: absolute;
  right: 0;
  top: 0;
  width: 750px;
  height: auto;
  z-index: 1;
  opacity: 0.06;
  transform: translate(10%, -40%);
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .firstLoad .varietySlide {
    width: calc(100% / 2.5 - 20px * 2 / 3);
    transform: translateX(-80%);
  }
}
@media screen and (min-width: 768px) {
  .firstLoad .varietySlide {
    width: calc(100% / 3.2 - 20px * 3 / 4);
    transform: translateX(-120%);
  }
}
@media screen and (min-width: 968px) {
  .firstLoad .varietySlide {
    width: calc(100% / 4.2 - 20px * 4 / 5);
    transform: translateX(30%);
  }
}
@media screen and (min-width: 1100px) {
  .varietySection {
    width: 90%;
    max-width: 1250px;
    margin: 180px auto 0;
  }
  .topSpace {
    display: none;
  }
  .dskSpace1 {
    margin-top: 40px;
  }
  .dskSpace2 {
    margin-top: 80px;
  }
  .sliderPag2 {
    margin-top: 50px;
  }
  .firstLoad .varietySlide {
    width: calc(100% / 5 - 20px * 4 / 5);
    transform: none;
  }
  .varietySvg {
    right: 5%;
    width: 70%;
    transform: translate(0, -40%);
  }
}
/* benefitSection */
.benefitSection {
  margin-top: 130px;
  position: relative;
}
.benefitTopSvg {
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0.1;
  pointer-events: none;
}
.benefitTitle {
  margin: 0 auto;
  padding: 15px 60px;
  border-radius: 25px;
  width: fit-content;
  background-color: #f9f9f971;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--greenClr);
  max-width: 550px;
}
.benefitText1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  margin: 20px auto 0;
  width: 100%;
  max-width: 550px;
}
.benefitText2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
.benefitText2 span {
  color: var(--greenClr);
}
.benefitText3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  margin: 35px auto 0;
  max-width: 550px;
}
.benefitImgsDiv {
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
}
.benifitRightPic {
  width: 45%;
  margin-top: 50px;
  margin-right: -6%;
  max-width: 250px;
}
.benefitLeftImgDiv {
  width: 45%;
  margin-top: 125px;
  margin-left: -6%;
  position: relative;
  max-width: 250px;
}
.benefitRightImg {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4.3;
}
.benefitCircleSvg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
}
.benefitLine {
  width: 100%;
  background-color: #c2a98680;
  height: 1px;
  margin: 70px auto;
  max-width: 550px;
}
.benefitListDiv {
  position: relative;
  width: 85%;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 30px;
  gap: 40px 0;
  z-index: 10;
  max-width: 550px;
}
.benefitBottomSvg {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.1;
  transform: translate(25%, -50%);
  z-index: 1;
  pointer-events: none;
}
.benefitListItem {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--greenClr);
  width: calc(100% / 2);
  padding: 10px 25px;
  direction: ltr;
}
.benefitListItem span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #879090;
  direction: rtl;
}
.benefitLinkDiv {
  grid-template-columns: 1fr;
  width: 200px;
  margin: 80px auto 0;
  z-index: 10;
  gap: 15px;
}
.benefitBgLink,
.benefitTLink {
  height: 45px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  gap: 5px;
  color: var(--greenClr);
}
.benefitBgLink {
  background-color: var(--greenClr);
  color: var(--bgClr);
}
@media screen and (min-width: 868px) {
  .benefitSection {
    margin-top: 150px;
  }
  .benefitSection::before {
    content: "";
    position: absolute;
    width: 80%;
    height: auto;
    aspect-ratio: 2/1;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    background-color: #c2a98660;
    border-radius: 50%;
    z-index: 1;
    -ms-filter: blur(400px);
    -webkit-filter: blur(400px);
    filter: blur(400px);
    opacity: 0.2;
    pointer-events: none;
  }
  .benefitListDiv {
    order: 5;
    margin-top: 10px;
  }
  .benefitLine {
    order: 3;
    margin-top: 100px;
  }
  .benefitTopSvg {
    right: 10%;
    transform: translateY(-40%);
  }
  .benefitLinkDiv {
    width: 50%;
    max-width: 550px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
  }
  .benefitListItem {
    width: calc(100% / 4);
    padding: 0;
    gap: 8px;
  }
  .benefitBottomSvg {
    top: 0;
    transform: translate(30%, -90%);
  }
  .benifitRightPic,
  .benefitLeftImgDiv {
    position: absolute;
    right: 0;
    width: 20%;
    top: -50px;
  }
  .benefitLeftImgDiv {
    right: unset;
    left: 0;
    top: 180px;
  }
  .benefitCircleSvg {
    bottom: unset;
    top: 50%;
    height: 115px;
    width: 115px;
  }
  .benefitText3 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 35px;
  }
  .benefitText1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 140%;
    text-align: center;
    width: 80%;
  }
  .benefitText2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
    line-height: 140%;
    max-width: unset;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
}
@media screen and (min-width: 1100px) {
  .benifitRightPic,
  .benefitLeftImgDiv {
    width: 390px;
  }
  .benefitLeftImgDiv {
    top: 80px;
  }
}
/* collectionSection */
.collectionSection {
  margin-top: 80px;
  padding: 120px 0 190px;
  background-color: #f4f4f4;
}
.collectionContainer {
  position: relative;
}
.collectionContainer::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 60%;
  right: 0;
  top: 0;
  transform: translateX(50%);
  background-color: #c2a9868f;
  border-radius: 50%;
  z-index: 1;
  -ms-filter: blur(400px);
  -webkit-filter: blur(400px);
  filter: blur(400px);
  pointer-events: none;
}
.collectionTitleDiv {
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  z-index: 10;
}
.collectionTitleStarDiv,
.collectionTitleStarDiv2 {
  height: 1px;
  background-color: var(--clr3);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  transform: translateX(5vw);
}
.collectionTitleStarDiv svg {
  transform: translateX(-10px);
}
.collectionTitleStarDiv2 {
  height: 1px;
  background-color: var(--clr3);
  justify-content: flex-start;
  width: 100%;
  transform: translateX(-5vw);
}
.collectionTitleStarDiv2 svg {
  transform: translateX(10px);
}
.collectionTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  z-index: 10;
}
.collectionTitle span {
  color: var(--greenClr);
}
.collectionText1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #9a9a9a;
  margin: 20px auto 0;
  width: 80%;
  z-index: 10;
}
.collectionTabHolder {
  position: relative;
  background-color: var(--bgClr2);
  margin-top: 50px;
}
.collectionTabBtnList {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  overflow-x: auto;
  gap: 40px;
  padding: 0 30px;
}
.collectionTabBtnList.move * {
  pointer-events: none;
}
.collectionTabHolder::after {
  content: "";
  width: 30px;
  height: 60px;
  position: absolute;
  left: -12px;
  top: -32px;
  background-color: var(--bgClr);
  transform: rotate(45deg);
}
.collectionTabBtn {
  white-space: nowrap;
  min-height: 62px;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  text-align: right;
  color: var(--clr3);
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.collectionTabBtn.activeTabBtn {
  font-weight: 500;
}
.collectionTabBtn.activeTabBtn::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background-color: var(--greenClr);
  position: absolute;
  left: 0;
  bottom: 0;
}
.collectionTabBtnList::-webkit-scrollbar {
  display: none;
}
.collectionTabBtnList {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.collectionInfoDiv {
  display: none;
}
.collectionTabDiv {
  display: none;
  animation: fadein 0.3s;
  margin-top: 20px;
}
.collectionTabDiv.activeCollectionTab {
  display: -webkit-flex;
  display: flex;
}
.collectionSwiper {
  width: 100%;
}
.collectionSlide {
  gap: 30px;
}
.collectionSliderDiv {
  background-color: var(--bgClr2);
}
.collectionSliderImg {
  width: 100%;
  height: auto;
}
.collectionSlideInfoDiv {
  padding: 15px 20px;
  min-height: 50px;
}
.collectionSlideText {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  color: #0f0f0f;
}
.collectionPag {
  gap: 12px;
  margin-top: 20px;
}
.seeAllCollection {
  padding: 15px 30px;
  background-color: var(--greenClr);
  color: var(--bgClr);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  width: fit-content;
  margin: 60px auto 0;
  transition: opacity 0.3s;
}
.seeAllCollection:hover {
  opacity: 0.7;
}
.collectionStar {
  display: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .collectionTitleDiv {
    justify-content: center;
    align-items: center;
    grid-template-columns: 120px auto 120px;
    gap: 45px;
  }
  .collectionTitleStarDiv,
  .collectionTitleStarDiv2 {
    width: 100%;
    transform: none;
  }
}
@media screen and (min-width: 968px) {
  .collectionSection {
    margin-top: 120px;
    padding: 135px 0 90px;
  }
  .collectionSlide {
    gap: 20px;
  }
  .seeAllCollection {
    display: none;
  }
  .collectionInfoDiv {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .collectionInfoText,
  .collectionInfoLink {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #9a9a9a;
  }
  .collectionTabDiv {
    margin-top: 30px;
  }
  .collectionTabHolder {
    padding: 5px 0 10px;
    justify-content: center;
    align-items: center;
  }
  .collectionTabBtn {
    min-height: 50px;
  }
  .collectionText1 {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
  }
  .collectionTitle {
    font-weight: 700;
    font-size: 36px !important;
    line-height: 67.6px;
  }
  .collectionPag {
    margin-top: 50px;
  }
  .collectionContainer::before {
    width: 18%;
    height: auto;
    aspect-ratio: 2/1;
    right: unset;
    left: 0;
    top: 5%;
    transform: none;
  }
  .collectionStar {
    display: block;
    position: absolute;
    left: 40%;
    top: 0;
    transform: translate(-50%, -40%);
    z-index: 1;
    width: 80%;
    height: auto;
    opacity: 0.18;
    pointer-events: none;
  }
  .collectionSwiper .collectionSlide {
    width: calc(100% / 2 - 20px / 2);
  }
}
/* description1Section */
.description1Section {
  padding: 90px 0;
  background-color: #0f0f0f;
  position: relative;
  background-image: url("/assets/imgs/desc1bg.svg");
  background-repeat: repeat;
  overflow: hidden;
}
.description1Section::before {
  content: "";
  width: 100%;
  height: 58%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--greenClr);
  border-radius: 30%;
  -ms-filter: blur(200px);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: 1;
  transform: translateX(-10%) rotate(-45deg);
  pointer-events: none;
}
.desc1Grid {
  gap: 80px;
  z-index: 5;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.desc1Title {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--bgClr2);
  width: 70%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.desc1Title span {
  color: #c2a986;
}
.desc1Text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: var(--bgClr2);
  margin-top: 20px;
}
.desc1Grid hr {
  background-color: var(--bgClr2);
  opacity: 0.3;
  margin: 60px 0;
}
.desc1Grid picture {
  width: 90%;
  margin: 0 auto;
}
.desc1Img {
  width: 100%;
  height: auto;
  aspect-ratio: 3.1/3.3;
}
.desc1OptionsDiv {
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
}
.desc1OptionsDiv svg {
  min-width: 20px;
}
.desc1OptionTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--bgClr2);
}
.desc1OptionText {
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0px;
  color: var(--bgClr2);
  margin-top: 15px;
  opacity: 0.5;
}
@media screen and (min-width: 968px) {
  .description1Section {
    overflow: hidden;
    padding: 180px 0 100px;
  }
  .desc1Title {
    flex-direction: row;
    width: 100%;
    gap: 7px;
    margin-top: 0;
  }
  .desc1Grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 5px;
    width: 90%;
    max-width: 1032px;
  }
  .desc1Grid picture {
    order: 2;
    width: 100%;
  }
  .description1Section::before {
    content: "";
    height: 50%;
    left: 50%;
    bottom: 0;
    border-radius: 30%;
    -ms-filter: blur(220px);
    -webkit-filter: blur(220px);
    filter: blur(220px);
    transform: translateX(-50%);
    opacity: 0.7;
  }
}
/* storeSection */
.storeSection {
  background-color: #f3f3f3;
  padding: 200px 0 100px;
}
.storeTabBtnDiv {
  width: 96%;
  margin: 47px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.storeTabBtn {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #726f6f;
  line-height: 140%;
}
.storeTabBtn.activeStoreTabBtn {
  background-color: #eaeded;
  color: var(--greenClr);
  font-weight: 500;
}
.storeTabDiv {
  display: none;
  margin: 40px auto;
  animation: fadein 0.3s;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
  width: 96%;
}
.storeTabDiv::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(to top, var(--bgClr), transparent);
  background-image: -o-linear-gradient(to top, var(--bgClr), transparent);
  background-image: -moz-linear-gradient(to top, var(--bgClr), transparent);
  background-image: linear-gradient(to top, var(--bgClr), transparent);
  z-index: 100;
  pointer-events:none;
}
.storeTabDiv.activeStoreTabDiv {
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
}
.storeProductItem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--bgClr2);
  padding: 17px;
  width: 100%;
}
.storeProductItem:nth-child(n + 5) {
  display: none;
}
.storeTabSwiper {
  width: 100%;
}
.productName {
  width: 100%;
  margin: 10px 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr3);
}
.productWeight,
.productFee {
  width: fit-content;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 140%;
  color: #939393;
  gap: 7px;
}
.productFee {
  margin-right: auto;
}
.productWeight span,
.productFee span {
  font-weight: 500;
  font-size: 14px;
  color: var(--clr3);
}
.colorsDiv {
  width: 100%;
  gap: 5px;
  margin-top: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.colorBtn {
  border: 1px solid transparent;
  width: 27px;
  height: 27px;
  padding: 2px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.colorBtn.activeColorBtn {
  border: 1px solid var(--greenClr);
}
.colorImg {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.addToCartHolder {
  width: 100%;
  margin-top: 15px;
}
.addToCartBtn {
  background-color: #11493e;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--bgClr2);
  align-items: flex-start;
  height: 40px;
  text-align: center;
  align-items: center;
  height: 50px;
}
.addToCartBtn svg {
  min-width: 20%;
}
.line {
  height: 15px;
  background-color: var(--bgClr2);
  width: 1px;
}
.addToCartBtn .textSpan {
  width: 78%;
  text-align: center;
}
.storeSeeMore {
  background-color: var(--greenClr);
  padding: 15px 40px;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--bgClr2);
  width: fit-content;
  margin: 40px auto 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .storeTabDiv {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .storeTabDiv::after {
    height: 200px;
  }
}
@media screen and (min-width: 968px) {
  .storeSection {
    padding-bottom: 80px;
  }
  .storeProductItem:nth-child(n + 5) {
    display: -webkit-flex;
    display: flex;
  }
  .storeProductItem:nth-child(n + 7) {
    display: none;
  }
  .storeTabDiv {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .storeTabBtn {
    font-weight: 500;
    font-size: 16px;
  }
  .storeSeeMore {
    font-weight: 500;
    font-size: 16px;
  }
  .storeTabBtnDiv {
    justify-content: center;
  }
  .storeSection .collectionText1 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1150px) {
  .storeProductItem:nth-child(n + 7) {
    display: -webkit-flex;
    display: flex;
  }
  .storeTabDiv.activeStoreTabDiv {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* grntteeSection */
.grntteeSection {
  background-color: var(--bgClr);
}
.grntteeBg {
  background-image: url("/assets/imgs/grnteeBg.svg");
  background-size: 100%;
  position: relative;
}
.grntteeBg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f4f4f4c0;
  z-index: 1;
  pointer-events: none;
}
.grntteeContainer {
  padding: 120px 0 100px;
  z-index: 10;
}
.grnteeText1 {
  margin: 0 auto;
  padding: 10px 60px;
  border-radius: 60px;
  background-color: var(--bgClr2);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: right;
  color: var(--greenClr);
}
.grnteeTitle {
  margin-top: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 67.6px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--greenClr);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.grnteeTitle span {
  color: var(--clr3);
}
.grnteeText2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr3);
  width: 90%;
  margin: 25px auto 0;
  max-width: 450px;
}
.grnteeText3 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: var(--clr3);
  margin: 80px auto 0;
}
.grnteePicture {
  max-width: 550px;
  margin: 30px auto 0;
}
.grnteeImg {
  width: 100%;
  height: auto;
  aspect-ratio: 10.8/15;
}
.grntteeLogo {
  margin: 80px auto 0;
}
@media screen and (min-width: 868px) {
  .grntteeSection {
    position: relative;
  }
  .grntteeSection::before {
    content: "";
    height: 100%;
    width: 50%;
    border-radius: 50%;
    background-color: #c2a986;
    -ms-filter: blur(400px);
    -webkit-filter: blur(400px);
    filter: blur(400px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
    pointer-events: none;
    opacity: 0.12;
  }
  .grntteeSection .grnteeText2 {
    margin-top: 15px;
  }
  .grntteeContainer,
  .grntteeBg {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .grntteeBg {
    background-image: none;
  }
  .grntteeContainer::before,
  .grntteeContainer::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    top: -50px;
    background-image: url("/assets/imgs/bg2.svg");
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
  }
  .grntteeContainer::after {
    top: unset;
    bottom: 0;
  }
  .grntteeContainer {
    z-index: 100;
    position: relative;
  }
  .grnteePicture {
    max-width: unset;
    z-index: 100;
    margin-top: 100px;
  }
  .grnteeImg {
    width: 100%;
    height: auto;
    aspect-ratio: 17/8.7;
  }
  .grntteeLogo {
    display: none;
  }
  .grnteeTitle {
    flex-direction: row;
    gap: 0;
    margin: 35px auto 0;
  }
  .grnteeText2 {
    font-weight: 400;
    font-size: 28px;
    max-width: 856px;
    margin-top: 30px;
  }
  .grnteeText3 {
    order: 5;
    margin-top: -30px;
    font-weight: 500;
    font-size: 18px;
  }
}
/* queueTextSectionGreen */
.queueTextSectionGreen {
  background-color: var(--greenClr);
}
.queueTextSectionGreen .qsText {
  color: var(--bgClr2);
}
/* desc2Section */
.desc2Section {
  background-color: var(--bgClr);
  padding: 150px 0 80px;
  margin-top: -60px;
  position: relative;
}
.desc2Section::before {
  content: "";
  width: 110%;
  height: auto;
  aspect-ratio: 1/3.8;
  border-radius: 80%;
  pointer-events: none;
  z-index: 1;
  background-color: var(--bgClr2);
  -ms-filter: blur(256px);
  -webkit-filter: blur(256px);
  filter: blur(256px);
  position: absolute;
  right: 0;
  opacity: 0.2;
  transform: rotate(-15deg) translateX(20%);
}
.desc2Grid {
  gap: 80px;
  z-index: 10;
}
.desc2ImgGrid,
.desc2RightDiv,
.desc2LeftDiv {
  gap: 20px;
}
.imgRow1Div {
  position: relative;
}
.imgRow1Img {
  margin-right: auto;
  width: 80%;
  height: auto;
  aspect-ratio: 2.6/1.7;
}
.imgRow1Text,
.imgRow3Text {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--clr3);
  min-width: 45%;
  padding: 12px 30px;
  border-radius: 26px;
  backdrop-filter: blur(6px);
  box-shadow: -16px 16px 42px 0px #0000000f;
  background-color: #ffffff66;
  position: absolute;
  right: 0;
  bottom: 10%;
}
.imgRow2Img {
  width: 80%;
  height: auto;
  aspect-ratio: 2.6/2.8;
}
.imgRow3Div {
  position: relative;
}
.imgRow3Img {
  margin-right: auto;
  width: 80%;
  height: auto;
  aspect-ratio: 2.6/2.8;
}
.imgRow4Div {
  width: 80%;
  height: auto;
  aspect-ratio: 2.6/1.75;
  background-image: url("/assets/imgs/desc2_ItemBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px 22px 22px 15px;
}
.imgRow4Div .arrowSvg {
  margin-right: auto;
}
.imgRow4Div .starSvg {
  margin-top: auto;
}
.imgRow4Text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clr3);
}
.desc2Title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  text-align: right;
  color: var(--clr3);
  margin-top: 5px;
}
.desc2Text1 {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  text-align: right;
  color: var(--clr3);
  margin-top: 7px;
}
.desct2Text3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 190%;
  margin-top: 20px;
  color: #898989;
}
.desc2SubDiv {
  gap: 15px;
  margin-top: 30px;
}
.desc2SubDiv svg {
  min-width: 17px;
  transform: translateY(5px);
}
.desc2OptionTitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: var(--clr3);
}
.desc2OptionText {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  color: #898989;
  margin-top: 7px;
}
.desc2Logo {
  display: none;
}
@media screen and (min-width: 649px) {
  .desc2ImgGrid {
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 15px;
  }
  .desc2InfoDiv {
    width: 90%;
    margin: 0 auto;
  }
  .desc2RightDiv,
  .desc2LeftDiv {
    width: calc(100% / 2 - 20px / 2);
    gap: 15px;
  }
  .imgRow1Img,
  .imgRow3Img,
  .imgRow2Img,
  .imgRow4Div {
    width: 100%;
  }
  .imgRow3Text {
    white-space: nowrap;
    right: 50%;
    transform: translateX(50%);
  }
  .imgRow1Text {
    right: 0;
    transform: translateX(20%);
  }
  .desc2Logo {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 968px) {
  .desc2Section {
    background-image: url("/assets/imgs/desc2Bg.svg");
    background-repeat: repeat;
    padding: 150px 0;
    overflow: hidden;
  }
  .desc2Section::before {
    background-color: #c2a9864d;
    transform: translate(-50%, -50%);
    right: unset;
    left: 50%;
    width: 60%;
    max-width: 1100px;
    top: 50%;
    aspect-ratio: 2/1;
    opacity: 0.5;
  }
  .desc2Grid {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
  }
  .desc2ImgGrid {
    width: calc(42% - 60px / 2);
    order: 2;
    max-width: 620px;
  }
  .desc2InfoDiv {
    width: calc(100% / 2 - 60px / 2);
  }
  .imgRow1Text {
    transform: translateX(50%);
  }
  .desc2InfoStar {
    height: 45px;
    width: 45px;
  }
  .desc2Title {
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
  }
  .desc2Text1 {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    margin-top: 5px;
    line-height: 100%;
  }
  .desct2Text3 {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
  }
  .desc2OptionTitle {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
  }
  .desc2OptionText {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
  }
  .desc2SubDiv svg {
    transform: translateY(10px);
  }
}
@media screen and (min-width: 1100px) {
  .desc2ImgGrid {
    width: calc(50% - 60px / 2);
  }
}
/* favoriteSection */
.favoriteSection {
  padding: 90px 0 80px;
  background-color: var(--bgClr);
}
.favoriteSection .collectionTitle {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 30px;
}
.favoriteSection .collectionText1 {
  line-height: 32px;
}
.favoriteListHolder {
  position: relative;
}
.favoriteListDiv {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  animation: move calc(var(--sNum) * 7s) linear infinite alternate;
  padding-right: 20px;
  z-index: 10;
}
.favoriteListHolder::after {
  content: "";
  width: 100%;
  height: 70%;
  background-image: -o-linear-gradient(to top, #f4f4f4, transparent);
  background-image: -moz-linear-gradient(to top, #f4f4f4, transparent);
  background-image: -webkit-linear-gradient(to top, #f4f4f4, transparent);
  background-image: linear-gradient(to top, #f4f4f4d3, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  pointer-events: none;
}
.favoriteListItem {
  gap: 20px;
  min-width: 300px;
}
.favoriteListItem:nth-child(odd) {
  margin-top: 60px;
}
.favoriteImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.favoriteInfoDiv {
  margin: -135px auto 0;
  background-color: #f4f4f488;
  z-index: 26;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 50px 40px 0;
  width: 90%;
  max-width: 1000px;
}
.favoriteInfoTitle {
  width: 55%;
  margin: 0 auto;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: var(--clr3);
  text-align: center;
}
.favoriteInfoTitle span {
  color: var(--greenClr);
}
.favoriteStarDiv {
  color: var(--clr3);
  height: 1px;
  background-color: var(--clr3);
  margin: 30px auto;
  opacity: 0.2;
  width: 100%;
}
.favoriteStarDiv svg {
  transform: translateX(20%);
  height: 22px;
  width: 22px;
}
.favoriteStarDiv svg:last-child {
  transform: translateX(-20%);
}
.favoriteInfoText {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  text-align: center;
  color: var(--clr3);
  line-height: 220%;
}
.favoriteSeeMore {
  margin: 50px auto 0;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: var(--bgClr2);
  background-color: var(--greenClr);
  padding: 12px 30px;
  gap: 7px;
  transition: opacity 0.3s;
  z-index: 80;
}
.favoriteSeeMore:hover {
  opacity: 0.8;
}
@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--sNum) * 320px + 20px - 100%));
  }
}
@media screen and (min-width: 968px) {
  .favoriteSection {
    padding: 150px 0 80px;
  }
  .favoriteSection .collectionTitle {
    flex-direction: row;
    gap: 5px;
  }
  .favoriteListDiv {
    animation: move calc(var(--sNum) * 5s) linear infinite alternate;
  }
  .favoriteInfoDiv {
    padding: 60px 100px 60px;
  }
  .favoriteListHolder {
    margin-top: 60px;
  }
  .favoriteSeeMore {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1250px) {
  .favoriteListHolder {
    max-width: 1650px;
    overflow: hidden;
    margin: 60px auto 0;
  }
}
/* faqSection */
.faqSection {
  background-color: var(--bgClr);
  padding: 100px 0 190px;
  position: relative;
}
.faqSection::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/3;
  border-radius: 50%;
  background-color: #c2a9869c;
  position: absolute;
  z-index: 50;
  pointer-events: none;
  right: 0;
  top: 0;
  transform: translate(60%, -20%) rotate(-20deg);
  -ms-filter: blur(150px);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.08;
}
.faqSection .collectionTitle {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faqSection .collectionText1 {
  width: 90%;
  margin: 25px auto 60px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #9a9a9a;
  line-height: 200%;
}
.faqItem {
  position: relative;
  background-color: var(--bgClr);
  padding: 40px;
  transition: backround-color 0.3s;
  border-top: 1px solid #3232321a;
  z-index: 1;
}
.faqItem:last-child {
  border-bottom: 1px solid #3232321a;
}
.faqItem:first-child {
  border-top: none;
}
.faqItem.activeFaqItem {
  background-color: var(--bgClr2);
  border: none;
  z-index: 100;
}
.faqItem.activeFaqItem + .faqItem {
  border-top: none;
}
.faqItem::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 50px solid var(--bgClr);
  border-bottom: 50px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.faqQuestion {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: var(--clr3);
  justify-content: space-between;
  text-align: right;
  gap: 20px;
  line-height: 200%;
}
.faqMinusDiv {
  min-width: 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.answerTopDiv {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
}
.faqItem.activeFaqItem .answerTopDiv {
  max-height: 400px;
  overflow-y: auto;
  transition: max-height 0.4s;
}
.moveLink {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.4s;
}
.faqItem.activeFaqItem .moveLink {
  transform: translate(-50%, -50%);
}
.answerText {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 200%;
  color: #9a9a9a;
  margin-top: 20px;
}
@media screen and (min-width: 968px) {
  .faqSection {
    overflow: hidden;
    padding-bottom: 120px;
  }
  .faqSection::before {
    aspect-ratio: 2/1;
    border-radius: 50%;
    right: 0;
    width: 60%;
    top: unset;
    bottom: -10%;
    transform: translate(-30%, -20%) rotate(5deg);
  }
  .faqContainer {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faqSection .collectionTitle {
    flex-direction: row;
    gap: 5px;
  }
  .faqQuestion {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 36px;
  }
  .answerText {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 29px;
  }
}
/* commentsSection */
.commentsSection {
  margin: 15px 0 90px;
}
.commentsContainer {
  gap: 60px;
}
.commentImg {
  width: 100%;
  height: auto;
  aspect-ratio: 4.5/3.5;
}
.commentSwiper {
  width: 100%;
}
.commentSlide {
  border-bottom: 1px solid #00000010;
  padding-bottom: 20px;
}
.commentText {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: var(--clr3);
  line-height: 180%;
  margin-top: 15px;
}
.commentUserName {
  margin-top: 30px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: var(--clr3);
}
.commentUserName span {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  color: #a9a9a9;
}
.commentNavDiv {
  margin: 20px auto 0 30px;
  gap: 10px;
}
.preCommentBtn,
.nextCommentBtn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.preCommentBtn {
  background-color: var(--bgClr);
}
.nextCommentBtn {
  background-color: var(--greenClr);
}
@media screen and (min-width: 968px) {
  .commentsSection {
    margin: 100px 0;
  }
  .commentsContainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .commentPicture {
    order: 2;
    width: calc(50% - 30px);
    max-width: 520px;
  }
  .commentSliderDiv {
    width: calc(50% - 30px);
    position: relative;
    margin-bottom: 0;
  }
  .commentSwiper {
    height: 100%;
  }
  .commentSlide {
    border-bottom: none;
    height: 100% !important;
  }
  .commentText {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
  }
  .commentUserName {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #00000010;
  }
  .commentUserName span {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
  }
  .commentNavDiv {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-90%);
    z-index: 40;
  }
  .preCommentBtn,
  .nextCommentBtn {
    height: 38px;
    width: 38px;
  }
}
/* dlSection */
.dlSection {
  padding: 170px 0 170px;
  position: relative;
  background-color: #0f0f0f;
  overflow: hidden;
  z-index: 100;
}
.dlSection::before {
  content: "";
  width: 80%;
  height: 60%;
  position: absolute;
  left: -10%;
  bottom: -10%;
  pointer-events: none;
  background-color: var(--greenClr);
  filter: blur(120px);
  border-radius: 0 40% 0 0;
  z-index: 5;
  opacity: 0.9;
}
.dlSection::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/assets/imgs/desc1bg.svg");
  background-size: 70%;
  background-repeat: repeat;
  z-index: 6;
}
.dlContainer {
  z-index: 15;
}
.dlTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: var(--bgClr2);
  text-align: center;
  gap: 10px;
}
.dlText {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: var(--bgClr2);
  text-align: center;
  width: 90%;
  margin: 20px auto 0;
  line-height: 200%;
}
.dlLinks {
  max-width: 220px;
  margin: 80px auto 0;
  gap: 15px;
}
.dlLinkGreen,
.dlLinkWhite {
  background-color: var(--greenClr);
  gap: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: var(--bgClr2);
  padding: 15px 40px;
}
.dlLinkWhite {
  background-color: var(--bgClr2);
  color: var(--greenClr);
}
@media screen and (min-width: 968px) {
  .dlSection {
    height: 500px;
    justify-content: center;
    padding: 0;
  }
  .dlContainer {
    align-items: center;
  }
  .dlTitle {
    flex-direction: row;
    gap: 5px;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 67.6px;
  }
  .dlText {
    margin-top: 0;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
  }
  .dlLinks {
    grid-template-columns: 1fr 0.8fr;
    gap: 16px;
    margin-top: 70px;
    max-width: 420px;
    width: 100%;
  }
  .dlLinkGreen,
  .dlLinkWhite {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    width: 100%;
    padding: 0;
    min-height: 58px;
  }
  .dlSection::before {
    width: 60%;
    left: 50%;
    height: 70%;
    bottom: -20%;
    max-width: 1250px;
    transform: translateX(-50%);
    border-radius: 40% 40% 0 0;
  }
  .dlSection::after {
    background-size: 30%;
    background-repeat: repeat;
  }
}
/* blogSection */
.blogSection {
  background-color: var(--bgClr);
  padding: 180px 0 80px;
  position: relative;
}
.blogSection::before {
  content: "";
  width: 40%;
  height: auto;
  aspect-ratio: 1/3.5;
  background-color: #c2a986;
  -ms-filter: blur(100px);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 40%;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(10deg);
  opacity: 0.16;
}
.blogSection .collectionTitle {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blogSection .collectionText1 {
  margin-top: 20px;
}
.blogGrid {
  margin: 40px auto 20px;
  gap: 20px;
}
.blogItem {
  width: 100%;
  max-width: 300px;
  position: relative;
}
.blogItem::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 50px solid var(--bgClr);
  border-bottom: 50px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.blogImg {
  width: 100%;
  height: auto;
  aspect-ratio: 2.9/2.6;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blogInfoDiv {
  padding: 20px;
  background-color: var(--bgClr2);
}
.blogTitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: var(--clr3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blogDesc {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 180%;
  color: #9a9a9a;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogFooterDiv {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.blogCat {
  background-color: #efeded;
  padding: 7px 15px;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  color: #726f6f;
}
.blogDate {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  color: #aaa8a8;
  margin-right: auto;
}
@media screen and (min-width: 550px) {
  .blogGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 968px) {
  .blogGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 90px;
  }
  .blogSection .collectionTitle {
    flex-direction: row;
    gap: 8px;
  }
  .blogSection::before {
    aspect-ratio: 1/2;
    -ms-filter: blur(230px);
    -webkit-filter: blur(230px);
    filter: blur(230px);
    transform: rotate(20deg);
    opacity: 0.08;
  }
}
/* customerSection */
.customerSection {
  padding: 120px 0 80px;
  background-color: var(--bgClr);
}
.customerSection .collectionTitle {
  gap: 25px;
  margin-bottom: 7px;
}
.logosDiv {
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logoImg {
  width: 120px;
  height: auto;
  mix-blend-mode: multiply;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter 0.3s;
  padding: 20px;
}
.logoImg:hover {
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
@media screen and (min-width: 649px) {
  .logoImg {
    width: 120px;
  }
}
@media screen and (min-width: 968px) {
  .customerSection {
    padding-bottom: 120px;
  }
  .customerSection .collectionTitle {
    flex-direction: row;
    gap: 7px;
  }
  .customerSection .collectionText1 {
    margin-top: 5px;
  }
  .logosDiv {
    margin-top: 80px;
  }
  .logoImg {
    padding: 15px;
  }
}
