html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--background-color);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--text-color);
}

strong {
  font-weight: 900;
}

p {
  margin: 0 0 1.5rem;
}

a,
a:visited {
  color: var(--primary-color);
  text-decoration: none;
}

small {
  font-size: 0.75em;
}

.d-none {
  display: none!important;
}

#image-split {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.custom-split {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom-split span {

  margin: 1rem;
}

input#customSplitX {
  width: 65px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.15rem;
  padding: 0.675em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
input#customSplitY {
  width: 65px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.15rem;
  padding: 0.675em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

select#splitType {
  appearance: none;
  -webkit-appearance: none;
  width: 240px;
  font-size: 1.15rem;
  padding: 0.675em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}


label[for="splitType"] {
  color: red;
  display: flex;
  align-items: center; 
}



label img.step {
  margin-right: 10px; 
}


.step {
  width: 35px;
  height: 35px;
}

.title-img {
  margin-top: 1rem;
}

h1 {
  font-weight: 700;
  font-family: var(--font-header);
}

h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

footer.svelte-jnxksq svg {
  height: 2rem;
}

footer.svelte-jnxksq.svelte-jnxksq {
  color: var(--title-color);
  text-align: center;
  margin-top: 9rem;
  padding: 0 var(--calculated-content-padding) 4rem;
  background: linear-gradient(
    to bottom,
    transparent,
    hsl(225deg 100% 70% / 10%)
  );
}

a.svelte-jnxksq.svelte-jnxksq {
  color: inherit;
}

.logo.svelte-jnxksq.svelte-jnxksq {
  display: block;
  margin-bottom: 3rem;
}



.dropzone-home.svelte-jnxksq.svelte-jnxksq {
  grid-area: home;
}

.dropzone-js.svelte-jnxksq.svelte-jnxksq {
  grid-area: js;
}

.social.svelte-jnxksq.svelte-jnxksq {
  grid-area: social;
}

h3.svelte-jnxksq.svelte-jnxksq {
  font-size: 1rem;
  margin: 0;
}

li.svelte-jnxksq.svelte-jnxksq {
  display: block;
}

:root {
  --menu-color: white;
  --menu-hover-bg-color: rgba(255, 255, 255, 0.1);
  --menu-border-color: white;
}

nav.svelte-d6ao07.svelte-d6ao07 {
  color: var(--menu-color);
  --border-width: 3px;
  --icon-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.desktop.svelte-d6ao07.svelte-d6ao07 {
  margin: 0 -1rem;
  height: var(--menu-item-height);
}

nav.desktop.svelte-d6ao07 > .svelte-d6ao07 {
  margin: 0 1rem;
}

nav.mobile.svelte-d6ao07.svelte-d6ao07 {
  flex-direction: column;
}

nav.mobile.svelte-d6ao07 > .svelte-d6ao07 {
  margin: 2rem 0;
}

a.svelte-d6ao07.svelte-d6ao07 {
  color: inherit;
}

.link.svelte-d6ao07.svelte-d6ao07 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--menu-item-height);
  line-height: calc(var(--menu-item-height) - var(--border-width) * 2);
  white-space: nowrap;
}

.link--pill.svelte-d6ao07.svelte-d6ao07 {
  border: var(--border-width) solid transparent;
  border-radius: 3rem;
  padding: 0rem 1rem;
}

.link--pill.svelte-d6ao07.svelte-d6ao07:hover {
  background: var(--menu-hover-bg-color);
}

.link--icon.svelte-d6ao07.svelte-d6ao07 {
  padding: 0
    calc((var(--menu-item-height) - var(--icon-size)) / 2 - var(--border-width));
}

.link--icon.svelte-d6ao07.svelte-d6ao07:not(:last-child) {
  margin-right: 0.5rem;
}

.link__icon.svelte-d6ao07.svelte-d6ao07 {
  display: block;
  font-size: 1.375em;
  width: var(--icon-size);
  height: var(--icon-size);
}

.menu__main.svelte-d6ao07.svelte-d6ao07 {
  display: flex;
}

nav.mobile.svelte-d6ao07 .menu__main.svelte-d6ao07 {
  flex-direction: column;
  align-items: center;
}

.menu__actions.svelte-d6ao07.svelte-d6ao07 {
  display: flex;
  margin: 0 -0.5rem;
}

.menu__actions.svelte-d6ao07 > .svelte-d6ao07 {
  margin: 0 0.5rem;
}

a.svelte-1xz7271.svelte-1xz7271 {
  color: inherit;
}

.mobile-menu.svelte-1xz7271.svelte-1xz7271 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--menu-item-height);
}

.mobile-menu.svelte-1xz7271 a.svelte-1xz7271 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

button.svelte-1xz7271.svelte-1xz7271 {
  display: inline-block;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

.toggle.svelte-1xz7271.svelte-1xz7271 {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5em;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hydrated.svelte-1xz7271 .toggle.svelte-1xz7271 {
  opacity: 1;
}

nav.svelte-1xz7271.svelte-1xz7271 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 3rem;
  background: white;
  justify-content: center;
  align-items: center;
}

nav.open.svelte-1xz7271.svelte-1xz7271 {
  display: flex;
  z-index: 10000;
}

.close.svelte-1xz7271.svelte-1xz7271 {
  color: #000;
  font-size: 3em;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
}

header.svelte-h8idq0 {
  position: relative;
  padding-left: var(--calculated-content-padding);
  padding-right: var(--calculated-content-padding);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--button-font-size);
  font-family: var(--font-header);
  font-weight: 600;
  color: #fff;
  background: rgb(175,178,255);
  background: linear-gradient(0deg, rgba(175,178,255,1) 26%, rgba(253,130,255,1) 100%);
}

.menu.svelte-h8idq0,
.menu--mobile.svelte-h8idq0 {
  width: 100%;
}

@media (max-width: 900px) {
  .menu.svelte-h8idq0 {
    /* display: none; */
    
  }
  .sample-img {
    display: none;
  }
  .info-bar {
    padding: 0 2.5rem!important;
  }
.title-img{
max-width: 75%;


.wrapper.functional-block {
  position: relative;
  padding: 0rem var(--calculated-content-padding) 2.5rem!important;
  grid-gap:0.5rem!important;
}
}
.title-section.functional-block {

  text-align: center;
}
  .menu--mobile.svelte-h8idq0 {
    display: block;
  }
}

@media (min-width: 900px) {
  .menu__actions.svelte-d6ao07 {
    display: block;
  }

  .menu--mobile.svelte-h8idq0 {
    display: none;
  }
}

:root {
  font-family: Heebo, sans-serif;
  --button-font-size: 0.90rem;
  --button-contained-background: rgba(255, 255, 255, 0.2);
  --button-contained-background-hover: rgba(255, 255, 255, 0.3);
  --max-content-width: 68rem;
  --content-padding: clamp(1.5rem, 0.6000000000000001rem + 3.75vw, 3rem);
  --calculated-content-padding: max(
    var(--content-padding),
    calc((100vw - var(--max-content-width)) / 2)
  );
  --content-vertical-padding: clamp(
    3rem,
    1.105263157894737rem + 7.894736842105263vw,
    9rem
  );
  --menu-item-height: 2.25rem;
  --header-height: 5rem;
  --background-color: #f2f4f6;
  --primary-color: #f2f4f6;
  --primary-bg-color: hsla(225, 100%, 50%, 0.05);
  --secondary-color: hsl(239, 100%, 11%);
  --secondary-bg-color: hsla(239, 100%, 11%, 0.05);
  --white-color: hsl(0, 0%, 100%);
  --white-bg-color: hsla(0, 0%, 100%, 0.05);
  --text-color: #4d4d4d;
  --title-color: #000000;
  --intro-title-color: rgb(0, 0, 0);
  --backdrop-position: 'center bottom';
  --backdrop-skew-rotation: -5deg;
  --backdrop-skew-tan: 0.08748866353;
}

main.main-image-split {
  position: relative;
  flex: 1;
}
:root {
  --additional-height: 0px;
}

.backdrop {
  --bg-image: none;
  --bg-image-mobile: none;
  --bg-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: skew(0, var(--backdrop-skew-rotation));
  z-index: -1;
  background-size: cover;
  background-position: var(--backdrop-position);
  background-color: var(--bg-color);
  background-image: var(--bg-image);
}

@media (max-width: 900px) {
  .backdrop {
    background-image: var(--bg-image-mobile);
  }
}

.backdrop.additional-height {
  --height: calc(110% + var(--additional-height));
  height: calc(var(--height) + 115vw * var(--backdrop-skew-tan));
}

.wrapper.functional-block {
  position: relative;
  padding: 0rem var(--calculated-content-padding) 4.5rem;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-gap: 4.5rem;
}

@media (min-width: 700px) {
  .wrapper.functional-block {
    grid-auto-flow: column;
    grid-gap: 1.5rem;
  }

}

.title-section.functional-block {
  max-width: 40rem;
  color: #000;
}

h1.functional-block {
  font-size: clamp(3rem, 2.3684210526315788rem + 2.631578947368421vw, 3.25rem);
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--intro-title-color);
  line-height: 90%;
}

.visual.functional-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 16rem;
}

.actions {
  margin: 1.5rem -0.2rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.actions a {
  margin: 0 0.2rem 0.5rem;
  font-weight: 700;
}

@media (min-width: 600px) {
  .actions {
    /* justify-content: flex-start; */
  }
}

ul.svelte-va4f19 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.75rem;
}

li.svelte-va4f19 {
  display: flex;
  align-items: center;
}

.icon.svelte-va4f19 {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.text.svelte-va4f19 {
  flex: 1;
}

.icon.svelte-va4f19 svg {
  background: white;
  border-radius: 50%;
  color: var(--primary-color);
}

.wrapper.first {
  position: relative;
  display: block;
  padding: var(--content-vertical-padding) var(--calculated-content-padding);
}

.backdrop.first {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: skew(0, var(--backdrop-skew-rotation));
  z-index: -1;
}

.dropzone-container.svelte-12uhhij.svelte-12uhhij {
  border-radius: 2.5rem;
  border: 3px solid white;
  background: white;
  width: 15rem;
  height: 15rem;
  width: 100%;
  max-width: 15rem;
  margin: auto;
  box-shadow: 0 0.625rem 1.25rem #0000001a;
}

.dropzone  {
  height: 100%;
  width: 100%;
  border-radius: 2.5rem;
  padding: 1rem;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.dropzone.svelte-12uhhij.svelte-12uhhij.dz-drag-hover {
  border-style: dashed;
  border-color: var(--primary-color);
}

.dropzone-container.svelte-12uhhij .dropzone.dz-started {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.dropzone-container.svelte-12uhhij .dropzone .dz-preview {
  margin: 0.5rem;
  justify-self: center;
  align-self: center;
}

.dropzone-container.svelte-12uhhij .dropzone .dz-preview.dz-image {
  background: transparent;
}

.dz-message.svelte-12uhhij.svelte-12uhhij {
  text-align: center;
}

.dz-message.svelte-12uhhij h1.svelte-12uhhij {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--title-color);
}

.dropzone.svelte-12uhhij .comment.svelte-12uhhij {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: 0;
}

h1.svelte-c0deog {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--title-color);
  line-height: 3rem;
}

h2.svelte-c0deog {
  font-size: inherit;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 3rem;
}

.main-feature.svelte-1g02982 {
  flex: 1;
  min-width: 12em;
  max-width: 26em;
  margin-bottom: 1.5rem;
}

.main-feature__actions.svelte-1g02982 {
  text-align: right;
}

.main-feature__icon-header.svelte-1g02982 {
  margin-bottom: 1rem;
}

.main-features.svelte-wb46l8 {
  display: flex;
  column-gap: 3rem;
  flex-wrap: wrap;
}

a {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 4rem;
  line-height: calc(2.25rem - 6px);
  border-radius: 3rem;
  padding: 0 6em 0 7em;
  font-weight: 700;
  font-family: var(--font-header);
  font-size: var(--button-font-size);
  white-space: nowrap;
}

.icon {
  margin-left: 0.2em;
  margin-right: -0.2em;
}
.sdad {
  margin: 0;
}
.icon svg {
  display: block;
}

.icon svg path {
  stroke-width: 5em;
}

.outlined {
  color: var(--color);
  border: 3px solid var(--color);
}

.text {
  color: var(--color);
}

.outlined:hover,
.text:hover {
  background: var(--bg-color);
}

.contained {
  color: #fff;
  background: var(--button-contained-background);
  backdrop-filter: blur(10px);
}

.contained:hover {
  background: var(--button-contained-background-hover);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.plus-icon-container.svelte-1fzwjxw.svelte-1fzwjxw {
  display: inline-block;
  height: 2rem;
  font-size: 1.6em;
  margin: 0 1rem;
  width: 2rem;
  text-align: center;
}

.features.svelte-1fzwjxw.svelte-1fzwjxw {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media (min-width: 800px) {
  .features.svelte-1fzwjxw.svelte-1fzwjxw {
    flex-direction: row;
    gap: 3rem;
  }

  .features__list.svelte-1fzwjxw.svelte-1fzwjxw {
    padding-top: 1.5rem;
  }
}

.features__description.svelte-1fzwjxw h2.svelte-1fzwjxw {
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0.75rem;
  }

.features__description.svelte-1fzwjxw.svelte-1fzwjxw,
.features__list.svelte-1fzwjxw.svelte-1fzwjxw {
  flex: 1;
}



.dropzone .dz-preview .dz-image {

  width: 200px;
  height: 200px;

}


#split {
  background: transparent;
  margin: 0 0.2rem 0.5rem;
  font-weight: 700;
  text-align: center;
  border: transparent;
  align-items: center;
  padding: 0 7em 0 8em;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1.2rem;
  height: 4rem;
  display: inline-flex;
}

#result {
  background: transparent;
  margin: 0 0.2rem 0.5rem;
  font-weight: 700;
  text-align: center;
  border: transparent;
  align-items: center;
  padding: 0 6em 0 8em;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1.2rem;
  height: 4rem;
  text-transform: uppercase;
}

#result:hover {
  background: var(--bg-color);
}


