:root {
  --primary-1: #546877FF;

  --neutral1: #FAFAFA;
  --neutral2: #F5F5F5;
  --neutral3: #EDEDED;
  --neutral4: #E6E6E6;
  --neutral5: #D9D9D9;
  --neutral6: #CBCBCB;
  --neutral7: #ADADAD;
  --neutral8: #868686;
  --neutral9: #717171;
  --neutral10: #4F4F4F;
  --neutral11: #353535;
  --neutral12: #212121;
  --neutral13: #0C0C0C;

  --warning1: #FFF8E1;
  --warning2: #F4B740;
  --warning3: #A9791C;

  --error1: #FFF2F2;
  --error2: #ED2E2E;
  --error3: #C30000;

  --sucess1: #F3FDFA;
  --sucess2: #00BA88;
  --sucess3: #00966D;

  --white: #FFFFFF;
  --black: #000000;
  --disable: #BBBBBB;

  --custom-1: #ddcbabFF;
  --custom-2: #eaeaeaFF;
  --custom-3: #3d3a36FF;
  --custom-4: #ddcbab59;
  --custom-5: #8c8c8cFF;
  --custom-6: #3e3b37FF;
  --custom-8: #ddcbab35;
  --custom-9: #dccaaaFF;
  --custom-10: #ddcbab73;

  --gap1: 0.25rem;
  --gap2: 0.5rem;
  --gap3: 0.75rem;
  --gap4: 1rem;
  --gap5: 1.25rem;
  --gap6: 1.5rem;
  --gap7: 1.75rem;
  --gap8: 2rem;
  --gap9: 2.25rem;
  --gap10: 0.625rem;
  --gap11: 2.5rem;

  --HeaderHeight: 108px;
  --ftr-gap: 80px;

}

* {
  padding: 0;
  margin: 0;
  direction: rtl;
  box-sizing: border-box;
}


main {
  /* overflow-x: hidden; */
  max-width: 1920px;
  margin: auto;
}

.zr-txt-nowrap {
  white-space: nowrap;
}


.zr-pb-10 {
  padding-block: 10px;
}

.zr-pi-10 {
  padding-inline: 10px;
}

.zr-p-10 {
  padding: 10px;
}


.zr-fs-40 {
  font-size: 40px;
}

.zr-flex {
  flex: 1;
}


.zr-center {
  align-items: center;
}


.zr-gap-1 {
  gap: var(--gap1);
}

.zr-gap-2 {
  gap: var(--gap2);
}

.zr-gap-3 {
  gap: var(--gap3);
}

.zr-gap-4 {
  gap: var(--gap4);
}

.zr-gap-5 {
  gap: var(--gap5);
}

.zr-gap-6 {
  gap: var(--gap6);
}

.zr-gap-7 {
  gap: var(--gap7);
}

.zr-gap-8 {
  gap: var(--gap8);
}

.zr-gap-9 {
  gap: var(--gap9);
}

.zr-gap-10 {
  gap: var(--gap10);
}

.zr-gap-11 {
  gap: var(--gap11);
}

.zr-gap-64 {
  gap: 4rem;
}


.zr-wrapper {
  max-width: 1600px;
  margin: auto;
  width: 100%;
}


.zr-white-bg {
  background: var(--white);
}


.zr-main-wrapper {
  max-width: 1563px;
}


.zr-main-Fc {
  color: var(--primary-1);
}

.zr-main-title {
  font-size: 42px;
}


.zr-molten-desc,
.zr-feature-2 {
  margin-bottom: 160px !important;
}


.zr-video-frame {
  max-width: 1283px;
  height: 575px;
  background: #b1b2b5FF;
  border-radius: 52px;
}

.zr-video-frame>picture {
  /* max-width: 1283 px; */
  height: 575px;
}

.zr-video-frame .zr-watch {
  width: 289px;
  height: 89px;
  max-height: 89px;
  border: 1px solid var(--white);
  background: #f9fcff26;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 48px;
  margin-right: 48px;
}

.zr-watch>svg {
  width: 24px;
  height: 24px;
}

.zr-molten-desc {
  padding-inline: 4.75rem;
  max-width: 1346px;
}

.zr-molten-desc>p {
  line-height: 3;
  text-align: justify;
}

.zr-cover {
  object-fit: cover;
}


.zr-api-desc>div>img {
  max-width: 72px;
  max-height: 72px;
}


.zr-pc-img>img {
  max-width: 649px;
  max-height: 507px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 5;
  min-width: 280px;
}

.zr-pc-img {
  aspect-ratio: 569 / 569;
  max-height: 569px;
  max-width: 569px;
  position: relative;
  width: 40% !important;
}

/* .zr-pc-img::before {
content: '';
position: absolute;
max-width: 569px;
max-height: 569px;
height: 100%;
width: 100%;
border-radius: 50%;
z-index: -2;
background:
linear-gradient(to bottom, rgba(84, 104, 119, 1) 0%, rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%, rgba(84, 104, 119, 0.4692307692307695) 32%, rgba(255, 255, 255, 0) 48%, rgba(84, 104, 119, 1) 100%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
padding: .75px;
left: 50%;
top: 0;
transform: translateX(-50%);
margin-top: -26px;
opacity: 0.5;
}

.zr-pc-img::after {
content: '';
position: absolute;
max-width: 519px;
max-height: 519px;
width: 100%;
height: 100%;
border-radius: 50%;
z-index: -2;
background:
linear-gradient(to bottom, rgba(84, 104, 119, 1) 0%, rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%, rgba(84, 104, 119, 0.4692307692307695) 32%, rgba(255, 255, 255, 0) 48%, rgba(84, 104, 119, 1) 100%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
padding: .75px;
left: 50%;
top: 0;
transform: translateX(-50%);
opacity: 0.5;
} */




section:last-child {
  margin-bottom: 122px !important;
  /* gap: 80px; */
}


.zr-api-desc-list {
  gap: 72px;
  max-width: 448px;
  width: 100%;
}

.zr-api-desc-list .zr-api-desc {
  max-width: 384px;
  width: 100%;
  max-height: 102px;
  position: relative;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px #00000026;
  z-index: 10;
}


.zr-api-desc-list:first-child>.zr-api-desc:nth-child(2) {
  align-self: flex-start;
}

.zr-api-desc-list:first-child .zr-api-desc {
  align-self: flex-end;
}


.zr-api-desc-list:last-child>.zr-api-desc:nth-child(2) {
  align-self: flex-end;
}

.zr-api-desc-list:last-child .zr-api-desc {
  align-self: flex-start;
}

.zr-feature-2 {
  gap: 2rem;
  max-width: calc(100% - 10%);
}


.zr-feature-2::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  background: var(--primary-1);
  max-width: 496px;
  max-height: 410px;
  width: 100%;
  height: 100%;
  filter: blur(200px);
  z-index: -1;
  min-height: 296px;
  min-width: 358px;
}



.zr-feature-desc-list {
  gap: 72px;
  max-width: 561px !important;
}


.zr-feature-desc-list::before {
  content: '';
  position: absolute;
  height: 99%;
  width: 1px;
  right: 0;
  top: 0;
  margin-right: 14px;
  background: #c9b871FF;
}


.zr-feature-desc-list>li {
  height: 31px;
  /* gap: 50px; */
  display: flex;
  padding-right: calc(50px + 28px);
}


.zr-feature-desc-list>li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url('/themes/website/img/OnlineWholeSaler/polygon.svg') no-repeat;
  width: 28px;
  height: 31px;
}


.zr-phone-img-3 {
  aspect-ratio: 517 / 640;
}

.zr-30-w {
  width: 30%;
}


.zr-phone-img-3,
.zr-phone-img-3>img {
  max-width: 517px;
  max-height: 640px;
  object-fit: contain;
}

.zr-phone-img-2 {
  max-width: 644px;
  aspect-ratio: 644 / 569;
  height: 100%;

}

.zr-phone-img-2>img {
  max-width: 644px;
  max-height: 427px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zr-phone-img-2>img {
  position: relative;
  z-index: 5;
}


.zr-phone-img-2::before,
.zr-pc-img::before {
  content: '';
  display: block;
  padding: 1px;
  border-radius: 50%;
  background:
    linear-gradient(to bottom, rgba(84, 104, 119, 1) 0%, rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%, rgba(84, 104, 119, 0.4692307692307695) 32%, rgba(255, 255, 255, 0) 48%, rgba(84, 104, 119, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: .5;
  width: 100%;
  height: 100%;
  max-width: 569px;
  max-height: 569px;
}

.zr-phone-img-2::after,
.zr-pc-img::after {
  content: '';
  display: block;
  padding: 1px;
  border-radius: 50%;
  background:
    linear-gradient(to bottom, rgba(84, 104, 119, 1) 0%, rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%, rgba(84, 104, 119, 0.4692307692307695) 32%, rgba(255, 255, 255, 0) 48%, rgba(84, 104, 119, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(26px);
  opacity: .5;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  max-width: 519px;
  max-height: 519px;
}

.zr-feature-3 {
  max-width: 1285px;
  margin: auto;
}

.zr-feature-desc-list>li>p {
  color: var(--primary-1);
}



/*responsive*/
@media only screen and (max-width: 1350px) {

  .zr-video-frame {
    max-width: calc(100% - 3rem);
  }

  section:last-child {
    max-width: calc(100% - 2rem);
  }

}

@media only screen and (max-width: 1280px) {
  .zr-molten-desc {
    padding-inline: 20px;
  }

  .zr-molten-desc>p {
    font-size: 12px !important;
  }
}


@media only screen and (max-width: 1200px) {
  .zr-feature-2 {
    flex-direction: column;
  }

  .zr-pc-img,
  .zr-api-desc-list {
    width: 100%;
    max-width: 100%;
  }

  .zr-api-desc-list .zr-api-desc {
    width: 80%;
    max-width: 100%;
  }

  .zr-pc-img {
    width: 100% !important;
    max-width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 992px) {




  .zr-main-title {
    margin-top: 0px !important;
  }


  .zr-molten-desc,
  .zr-feature-2 {
    margin-bottom: 64px !important;
  }

  section:last-child {
    flex-direction: column;
    gap: 48px;
  }

  .zr-phone-img-2 {
    width: 80% !important;
    max-width: 80% !important;
    aspect-ratio: 1 / 1;
  }


  .zr-feature-desc-list {
    width: 100% !important;
    max-width: 100% !important;
  }


  .zr-api-desc-list {
    gap: 40px;
  }

  .zr-api-desc>div>img {
    max-width: 60px;
    max-height: 60px;
  }

  .zr-feature-2::before {
    filter: blur(400px);
  }

}

@media only screen and (max-width: 750px) {

  section:last-child {
    margin-bottom: 42px !important;
  }
  
  
  .zr-video-frame .zr-watch {
    gap: 22px;
    width: 195px;
    height: 60px;
    border-radius: 20px !important;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .zr-video-frame {
    border-radius: 28px;
  }

  .zr-feature-desc-list>li>p {
    font-size: 12px !important;
  }

  .zr-feature-desc-list>li::before {
    width: 15px;
    height: 17px;
    background-size: contain !important;
    margin-right: 7px;
  }

  .zr-feature-desc-list>li {
    padding-right: calc(28px + 12px);
    max-height: 18px;
  }

  .zr-feature-desc-list {
    gap: 29px;
  }

  .zr-video-frame {
    height: 452px;
  }



}


@media only screen and (max-width: 700px) {

  .zr-phone-img-2::after,
  .zr-pc-img::after {
    width: calc(100% - 23px);
    height: calc(100% - 23px);
    transform: translateX(-50%) translateY(12px);
  }
}


@supports (-webkit-touch-callout: none) {
  .zr-feature-2::before {
    content: '';
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    background: var(--primary-1);
    max-width: 496px;
    max-height: 410px;
    width: 100%;
    height: 100%;
    filter: blur(170px);
    opacity: 0.4;
    z-index: -1;
    min-height: 296px;
    min-width: 358px;
  }
}