:root {
  --primary-1: #76616bFF;

  --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;

}

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

body,
ul,
li,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
dialog {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: Vazir;
  font-weight: normal;
  line-height: 1.5;
}


body {
  overflow-x: clip;
  max-width: 100%;
  margin: auto;
}


img {
  -webkit-user-drag: none;
  user-drag: none;
}



a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}


ul {
  list-style: none;
  padding: 0px;
  margin: 0px
}

body::-webkit-scrollbar {
  width: 0.25rem;
}

body::-webkit-scrollbar-track {
  background: var(--Mainsecondary);
}

body::-webkit-scrollbar-thumb {
  background: var(--Mainprimary);
}


button,
select,
input[type=button] {
  cursor: pointer;
}

input,
select,
textarea,
button {
  border: 0;
  outline: 0;
}

textarea {
  resize: none !important;
  width: 100% !important;
}


main {
  overflow-x: hidden;
  max-width: 100%;
}

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

.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%;
}

/* start css */

.zr-main-title {
  font-size: 42px;
  color: var(--primary-1);
  margin-top: 5.25rem !important;
  margin-bottom: 3rem !important;
}

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

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

.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: 5.25rem;
  margin-bottom: 164px !important;
  max-width: 1345px;
}

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

.zr-feature-item {
  /* width: 200px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  grid-template-rows: repeat(3, 164px);
  gap: 92px;
}


.zr-feature-item .zr-bg-icon {
  background: var(--white);
  height: 72px;
  width: 72px;
  box-shadow: 0px 0px 30px 0px #00000026;
}

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

.zr-feature-item>li {
  max-width: 200px;
  max-height: fit-content;
}

.zr-feature-container {
  max-height: 800px;
  align-items: center;
}

.zr-feature-container .zr-phone-img,
.zr-feature-container .zr-phone-img>img {
  max-width: 534px;
  max-height: 800px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zr-feature-container::before,
.zr-feature-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  filter: blur(200px);
  background: var(--primary-1);
  width: 496px;
  height: 410px;
  margin-top: 114px;



  /* display: none; */


}

.zr-feature-2::before {
  right: auto;
  left: 0;
}


.zr-feature-2,
.zr-feature-container {
  margin-bottom: 164px !important;
}



/* .zr-feature-desc-list {
gap: 76px;
} */


.zr-feature-desc-list::before {
  content: '';
  position: absolute;
  height: 100%;
  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/meltedapp/icons/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-app-desc-list .zr-app-desc {
  aspect-ratio: 384/ 102;
  max-width: 384px;
  max-height: 102px;
  /*border: 1px solid rgba(125, 54, 95, 1);*/
  position: relative;
  box-shadow: 0px 0px 50px 0px #00000026;
  background : var(--white);
  width : 100%;
}


.zr-app-desc-list:last-child .zr-app-desc:nth-child(2) {
  margin-left : -64px;
}


.zr-app-desc-list:first-child .zr-app-desc:nth-child(2) {
  margin-right : -64px;
}



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



.zr-app-desc-list .zr-app-desc>div>p {
  color: var(--primary-1);
  text-align: right;
  display: flex;
  align-items: center;
}



/*.zr-app-desc-list .zr-app-desc::before {
content: '';
position: absolute;
background: var(--white);
width: 130px;
height: 30px;
filter: blur(11px);
bottom: -5px;
left: -20px;
z-index: 1;
}

.zr-app-desc-list .zr-app-desc::after {
content: '';
position: absolute;
background: var(--white);
width: 130px;
height: 30px;
filter: blur(11px);
top: -2px;
right: -23px;
z-index: 1;
}*/

.zr-app-desc>div {
  gap: 20px;
  padding-inline: 1rem;
}

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

.zr-phone-img-3::before {
  content: '';
  position: absolute;
  max-width: 569px;
  max-height: 569px;
  height: 569px;
  width: 569px;
  border-radius: 50%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(183, 183, 182, 1) 0%, rgba(255, 255, 255, 0.5) 14%, rgba(255, 255, 255, 0) 29%, rgba(183, 183, 182, 0.47) 86%, rgba(183, 183, 182, 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: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: 8px;
}

.zr-phone-img-3::after {
  content: '';
  position: absolute;
  max-width: 519px;
  max-height: 519px;
  width: 569px;
  height: 569px;
  border-radius: 50%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(183, 183, 182, 1) 0%, rgba(255, 255, 255, 0.5) 14%, rgba(255, 255, 255, 0) 29%, rgba(183, 183, 182, 0.47) 86%, rgba(183, 183, 182, 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: 1.75px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: 34px;
}


section:last-child {
  margin-bottom: 180px !important;

}


section:last-child .zr-app-desc-list:last-child {
  align-items: flex-end;
}

.zr-bg-icon>img {
  max-width: 34px;
}


.zr-app-desc-list {
  justify-content: center !important;
  gap: 72px; 
}



/*------------------------------------------------------Resp*/
@media only screen and (max-width: 1630px) {
  section:last-child {
    max-width: calc(100% - 15%);
  }


}

@media only screen and (max-width: 1530px) {
  .zr-feature-2 {
    max-width: calc(100% - 4rem);
    gap: 2rem;
  }


}

@media only screen and (max-width: 1380px) {
  section:last-child {
    gap: 2rem;
    flex-direction: column;
  }
  
  .zr-app-desc-list .zr-app-desc>div>img {
    max-width: 30px;
    max-height: 30px;
  }
  
  .zr-app-desc-list {
    gap: 55px; 
  }

  .zr-app-desc-list:first-child .zr-app-desc {
    max-width: 80% !important;
    min-width : 286px;
    align-self: end;
  }

  .zr-app-desc-list:first-child .zr-app-desc:nth-child(2) {
    align-self: flex-start;
    margin-inline : unset;
  }

  .zr-app-desc-list:last-child .zr-app-desc {
    max-width: 80% !important;
    min-width : 286px;
    align-self: flex-start;
  }

  .zr-app-desc-list:last-child .zr-app-desc:nth-child(2) {
    align-self: end;
    margin-inline : unset;
  }



  section:last-child>.zr-phone-img-3,
  section:last-child>.zr-app-desc-list,
  .zr-app-desc-list .zr-app-desc {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

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

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

}

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

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



@media only screen and (max-width: 1080px) {
  .zr-feature-desc-list {
    gap: 3rem;
  }
}

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

  .zr-feature-container {
    flex-direction: column;
    max-height: fit-content;
    align-items: center;
    gap: 2.25rem;
  }
  
  .zr-feature-item {
    grid-template-rows: repeat(6, 108px);
  }

  .zr-feature-container .zr-feature-item {
    gap: 2.25rem;
  }

  .zr-feature-item .zr-bg-icon {
    height: 56px;
    width: 56px; 
  }

  .zr-bg-icon>img {
    max-width: 28px;
    max-height: 28px;
  } 

}

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

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

  .zr-feature-2 {
    flex-direction: column;
    align-items: center;
    gap: 3.25rem;
  }

  .zr-feature-2,
  .zr-feature-container,
  .zr-molten-desc {
    margin-bottom: 4.25rem !important;

  }

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

  .zr-phone-img-2 {
    width: 100% !important;
    max-width: 100% !important;
  }

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

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

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

  .zr-feature-desc-list::before {
    margin-right: 7px;
  }

  .zr-feature-desc-list>li {
    height: 15px;
  }


  /*.zr-app-desc-list {
    padding-inline: 1rem;
  }*/

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

}

@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-main-title {
    font-size: 24px !important;
    margin-top: 0px !important;
  }

  .zr-video-frame .zr-watch {
    width: 195px;
    height: 60px;
  }

  .zr-video-frame .zr-watch>p {
    font-size: 1rem !important;
  }

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

  .zr-video-frame .zr-watch {
    gap: 22px;
  }

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


  .zr-main-title {
    margin-bottom: 1.5rem !important;
  }

  .zr-video-frame {
    margin-bottom: 1.75rem !important;
    border-radius: 28px;
  }

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



  .zr-feature-container::before,
  .zr-feature-2::before {
    width: 358px;
    height: 287px;
    left: 50%;
    transform: translate(-50%);
  }

  .zr-molten-desc {
    margin-bottom: 4rem;
  }

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


  .zr-feature-item {
    grid-template-columns: 1fr;
  }



  .zr-phone-img-3::before {
    width: 100%;
    height: 80%;
  }

  .zr-phone-img-3::after {
    height: 70%;
    width: 90%;
  }


  .zr-feature-container::before,
  .zr-feature-2::before {
    width: 358px;
    height: 296px;
  }

  .zr-feature-2::before {
    top: auto;
    bottom: 0;
  }

  .zr-feature-container::before {
    right: auto;
  }

  .zr-feature-container {
    padding-inline: 2rem;
  }

  .zr-feature-2::before{
    opacity: 0.5;
    filter: blur(100px);
  }

}

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

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

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