:root {
  --primary-1: #7d365fFF;

  --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;*/
}

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



/* start css */

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

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


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

.zr-main-title {
  font-size: 42px;
  margin-block: 2rem !important;
}

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

.zr-video-frame {
  max-width: 1283px;
  height: 575px;
  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;

  max-width: 1345px;
}

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

.zr-feature-1,
.zr-feature-2 {
  max-width: 1400px;
  align-items: center;
}

.zr-feature-1::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  background: var(--primary-1);
  max-width: 496px;
  max-height: 410px;
  width: 100%;
  height: 100%;
  filter: blur(220px);
}


.zr-feature-item {
  display: flex;
  flex-direction: column;
  gap: 72px;
  /* grid-template-columns: 1fr;*/
  justify-items: center;
  max-width: 260px;
}

.zr-feature-item > li >p {
  max-width : 160px; 
}

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



.zr-feature-item>li {
  max-width: 160px;
  max-height: fit-content;
  width : 100%;

}

.zr-feature-item:first-child > li {
  align-self: end; 
}

.zr-feature-item:first-child>li:nth-child(2){
  align-self: flex-start;
}

.zr-feature-item:last-child > li {
  align-self: flex-start; 
}


.zr-feature-item:last-child>li:nth-child(2){
  align-self: end;  
}




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

.zr-feature-1 .zr-pc-img,
.zr-feature-1 .zr-pc-img>img {
  width: 100%;
  height: 100%;
  max-width: 736px;
  max-height: 340px;
  object-fit: contain;
}


.zr-feature-2 .zr-pc-img {
  max-width: 569px;
  max-height: 569px;
  width: 100%;
  height: 100%;
  aspect-ratio: 569 / 569;
}



.zr-feature-2 .zr-pc-img>img {
  width: 100%;	
  height: 100%;
  max-width: 545px;
  max-height: 545px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

.zr-feature-1 .zr-feature-item,
.zr-feature-1 .zr-pc-img {
  z-index: 5;
}

.zr-feature-2 .zr-pc-img::before {
  content: "";
  /* position: absolute;
  max-width: 569px;
  max-height: 569px;
  height: 569px;
  width: 569px;
  z-index: 2;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  margin-top: -51px;
  border-radius: 50%;
  background:
  linear-gradient(to bottom, rgba(125, 54, 95, 0.5) 0%,rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%,rgba(255, 255, 255, 0) 28.999999999999996%,rgba(125, 54, 95, 0.5) 86%,rgba(125, 54, 95, 1) 100%);
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  padding: .75px;
  opacity: 0.5;*/
  content: '';
  display: block;
  padding: 1px;
  border-radius: 50%;
  background:
    linear-gradient(to bottom, rgba(125, 54, 95, 0.5) 0%,rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%,rgba(255, 255, 255, 0) 28.999999999999996%,rgba(125, 54, 95, 0.5) 86%,rgba(125, 54, 95, 1) 100%);
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -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-feature-2 .zr-pc-img::after {
  /*content: "";
  position: absolute;
  max-width: 519px;
  max-height: 519px;
  width: 519px;
  height: 519px;
  z-index: 2;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  margin-top: -26px;
  border-radius: 50%;
  background:
  linear-gradient(to bottom, rgba(125, 54, 95, 0.5) 0%,rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%,rgba(255, 255, 255, 0) 28.999999999999996%,rgba(125, 54, 95, 0.5) 86%,rgba(125, 54, 95, 1) 100%);
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  padding: .75px;
  opacity: 0.5;*/
  content: "";
  display: block;
  padding: 1px;
  border-radius: 50%;
  background:
    linear-gradient(to bottom, rgba(125, 54, 95, 0.5) 0%,rgba(255, 255, 255, 0.5000000000000001) 14.000000000000002%,rgba(255, 255, 255, 0) 28.999999999999996%,rgba(125, 54, 95, 0.5) 86%,rgba(125, 54, 95, 1) 100%);
  mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -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-api-desc>div>img {
  max-width: 72px;
  max-height: 72px;
}

.zr-api-desc-list {
  gap: var(--ftr-gap);
  max-width : 448px;
}


.zr-api-desc-list .zr-api-desc {
  /* aspect-ratio: 437 / 100; */
  max-width: 384px;
  width: 100%;
  max-height: 102px;
  position: relative;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px #00000026;
}

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

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

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


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




.zr-feature-2 {
  /* max-width: 1563px !important; */
  max-width: calc(100% - 10%) !important;
  gap: 2rem;
}


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

.zr-QA {
  gap: 48px;
}


.zr-QA .zr-QA-title {
  font-size: 40px;
}

.zr-api-desc>div {
  z-index: 5;
}

.zr-answer-box {
  border-radius: 20px;
}


.zr-answer-container {
  display: grid;
  /* display: flex; */
  /* grid-template-columns: repeat(4, 330px);
  grid-template-rows: repeat(2, 313px); */
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 313px);
  gap: 26px;
  /* flex-wrap: wrap; */
  /* max-height: 652px; */
  /* justify-content: center; */
  width: fit-content;
  max-width: 1398px;
}

.zr-answer-box {
  max-width: 330px;
  max-height: 313px;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 330/313; */
}

.zr-answer-box:last-child {
  max-width: 684px;
}


.zr-answer-box::before,
.zr-br-gd::before {
  content: "";
  background: linear-gradient(125deg, var(--primary-1) 0%, #f5f5f52e 50%, var(--primary-1) 100% 100%);
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 20px;
  right: -1px;
  top: -1px;
  z-index: -1;
}

.zr-br-gd::before {
  background: linear-gradient(166deg, var(--primary-1) 0%, #F5F5F5 50%, var(--primary-1) 100%);
  ;
}

.zr-answer-box::after,
.zr-br-gd::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--whitepure);
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 20px;

}

.zr-answer-box:last-child {
  grid-column: 3 / -1;
}

.zr-answer-box>img {
  max-width: 71px;
  max-height: 71px;
  width: 100%;
  height: 100%;
}

.zr-answer-box:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(125, 54, 95, 0.1) 100%);
  box-shadow: 0px 0px 20px 0px #00000026;
}

.zr-table-title>div {
  box-shadow: 0px 4px 15px 0px #0000001F;
  height: 58px;
  border-radius: 20px;
}


.zr-table-container {
  max-width: 1276px;
}

.zr-table-container>li {
  /* display: grid; */
  /* grid-template-columns: 423px repeat(4, 1fr); */
  display: flex;
}

.zr-table-title>div:first-child,
.zr-row-table>div:first-child {
  max-width: 423px;
  display: flex;
  flex: 1;
  min-width: 160px;
}

.zr-table-title>div:not(:first-child),
.zr-row-table>div:not(:first-child) {
  max-width: 197px;
  width: 100%;
  padding-inline: 0.5rem;
  min-width: 144px;
}

/* .zr-row-table>div:not(:first-child) {


} */


.zr-comparison-container {
  gap: 48px;
}

.zr-checked-icon>img {
  width: 32px;
  height: 32px;
}

.zr-row-table {
  border-bottom: 1px solid #bcbcc0FF;
  min-height: 57px;
}

.zr-row-table>div:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zr-comparison-container::before {
  content: '';
  position: absolute;
  max-width: 394px;
  max-height: 326px;
  width: 100%;
  height: 100%;
  background: var(--primary-1);
  filter: blur(400px);
}



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



.br-3::before{
  content:"\A";
  white-space: pre;
}





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

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

  .zr-table-container {
    overflow: auto;
    /* scrollbar-color: #7d365fFF #d6d7dbFF; */
    scrollbar-width: auto !important;
  }



  /* width */
  .zr-table-container::-webkit-scrollbar {
    width: 6px;
    border-radius: 60px;
    height: 8px !important;
  }

  /* Track */
  .zr-table-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 60px;
    height: 8px !important;
  }

  /* Handle */
  .zr-table-container::-webkit-scrollbar-thumb {
    background: var(--primary-1);
    border-radius: 60px;
    min-height: 8px !important;
    height: 8px !important;
  }

  /* Handle on hover */
  .zr-table-container::-webkit-scrollbar-thumb:hover {
    background: var(--primary-1);
    min-height: 8px !important;
    height: 8px !important;
  }


  section:last-child::after {
    content: '';
    position: absolute;
    background: #d6d7dbFF;
    height: 4px;
    border-radius: 60px;
    width: 100%;
    bottom: 0;
    z-index: -1;
    margin-bottom: 1.5px;
  }
}

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


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

  .zr-table-container {
    padding-inline: 0.5rem;
  }


}

@media only screen and (max-width: 1440px) {
  .zr-answer-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    justify-items: center;
  }

  .zr-answer-box:first-child {
    order: 3;
  }

  .zr-answer-box:nth-child(2) {
    order: 4;
  }
  .zr-answer-box:nth-child(3) {
    order: 0;
  }
  .zr-answer-box:nth-child(4) {
    order: 2;
  }
  .zr-answer-box:nth-child(5) {
    order: 5;
  }
  .zr-answer-box:nth-child(6) {
    order: 6;
  }
  .zr-answer-box:last-child {
    order: 7;
  }








  .zr-answer-box:last-child {
    max-width: 100%;
  }

  .zr-answer-box:last-child {
    grid-column: 1/-1;
  }

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


  .zr-answer-box {
    max-width: 100%;
    max-height: 313px;
    padding-block: 2rem;
    /* aspect-ratio: 330 / 313; */
  }
}


@media only screen and (max-width: 1380px) {
  section:last-child {
    gap: 2rem;
    flex-direction: column;
  }

  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) {
  :root {
    --ftr-gap: 40px;
  }

  .zr-molten-desc {
    padding-inline: 20px;
  }

}

@media only screen and (max-width: 1200px) {
  .zr-feature-2 {
    flex-direction: column;
    align-items: center;
    gap: 4.25rem;
  }



  .zr-feature-2>.zr-api-desc-list,
  .zr-feature-2>div {
    width: 100% !important;
  }

  .zr-feature-2>.zr-api-desc-list {
    max-width : 100%; 
  }

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


  .zr-feature-2 .zr-pc-img {
    width: calc(100% - 3rem) !important;
  }

  .zr-api-desc-list .zr-api-desc::before,
  .zr-api-desc-list .zr-api-desc::after {
    content: unset !important;
  }

  .zr-api-desc-list .zr-api-desc {
    border-radius: 1rem !important;
    max-width: 80% !important;
    box-shadow: 0px 0px 50px 0px #00000026;
  }


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

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

  }

  .zr-api-desc-list:first-child>.zr-api-desc:nth-child(2) {
    align-self: start !important;
    margin-inline: unset !important;
  }

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

}



@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-1 {
    flex-direction: column;
    gap: 48px;
    max-width: calc(100% - 1.75rem);
  }

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

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

  .zr-feature-item>li {
    gap: 1rem;
  }

  .zr-feature-item {
    gap: 38px;
  }

}

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

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

  .zr-table-title>div>.zr-main-Fc.zr-txt-nowrap {
    font-size: 12px !important;
  }

  .zr-table-title>div {
    height: 55px;
  }

  .zr-QA .zr-QA-title {
    font-size: 20px !important;
  }


  .zr-answer-box>img {
    max-width: 40px;
    max-height: 40px;
  }


  .zr-QA,
  .zr-feature-2,
  section:last-child 
  {
    max-width: calc(100% - 1.5rem) !important;
  }


  .zr-answer-box>.sp-fw-500.zr-main-Fc {
    font-size: 16px !important;
  }

  .zr-answer-box>p:last-child {
    font-size: 12px !important;
  }


  .zr-answer-box,
  .zr-answer-container {
    gap: 1rem;
  }

  .zr-answer-box {
    padding: 8px !important;
    min-height: 210px;
  }

  .zr-answer-box:last-child {
    padding: 20px !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-api-desc>div>img {
    max-width: 60px;
    max-height: 60px;
  }

  .zr-api-desc>div>p {
    text-align: right;
  }

  .zr-feature-1 .zr-pc-img {
    width: 85% !important; 
  }

  .zr-feature-1::before {
    background: #7d365f75;
  }

  .zr-feature-item > li {
    align-self: center !important;
  } 



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

  .zr-video-frame .zr-watch {
    width: 195px;
    height: 60px;
    border-radius: 20px !important;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .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;
    border-radius: 28px
  }


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

  .zr-video-frame {
    margin-bottom: 1.75rem !important;
  }

  .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-feature-container .zr-feature-item {
    gap: 2.25rem;
  }

  .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-QA,
  .zr-molten-desc,
  .zr-feature-1,
  .zr-feature-2 {
    margin-bottom: 64px !important;
  }

  .zr-feature-1 {
    gap: 40px;
  }




}

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

  .zr-table-container>li {
    width: fit-content;
  }

  .zr-table-container>li:last-child {
    margin-bottom: 2rem !important;
  }


  .zr-comparison-container>p {
    font-size: 20px !important;
  }
}

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

  .zr-feature-2 .zr-pc-img::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: translateX(-50%) translateY(16px);
  }


  .zr-comparison-container::before {
    filter: blur(450px);
    bottom: 0;
  }



}

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




@supports (-webkit-touch-callout: none) {

  .zr-feature-1::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(150px);
    opacity: 0.3;
  }

}
