/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

body, html {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212B36;
}

body {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100vh;
  background: linear-gradient(359.07deg, #DFE3E8 0.58%, #FFFFFF 98.98%);
}

main {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.main div.preview-container {
  display: none;
  flex-direction: column;
  width: 23%;
  position: relative;
}

.main img.main-img {
  display: none;
  width: 32%;
}

.main img.shark-left {
  top: 60%;
  transform: translateX(-80%);
  width: 40%;
}
.main img.shark-right {
  top: 30%;
  left: 82%;
  width: 60%;
}
.main img.sunlines {
  top: 0%;
  left: 99%;
  width: 30%;
  transform: translate(-20%,-75%);
}
.main img.plus {
  top: 0%;
  left: 0px;
  width: 8%;
  transform: translate(-200%,-100%);
}
.main img.abs.waves {
  top: 100%;
  left: 0px;
  width: 150%;
  z-index: 2;
  transform: translate(-10%, -30%);
}
.main .preview-center {
  margin: auto;
  width: 18%;
  aspect-ratio: 1;
  z-index: 1;
}

.main .preview-spinner {
  width: 18%;
}

.main .preview-warning {
  width: 25%;
}

.main .hidden {
  display: none;
}

.main img.abs {
  position: absolute;
  z-index: -1;
}

.main .image-preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff3fb;
  width: 100%;
  aspect-ratio: 1.63;
  overflow: hidden;
}

.main .image-preview-container .overlay {
  display: none;
  position:absolute;
  background-color: #00000099;
  width: 100%;
  aspect-ratio: 1.63;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.main .image-preview-container .overlay .show-preview {
  background-color: #1C2F5C;
  border-radius: 8px;
  padding: 10px;
  line-height: 16px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.main .image-preview-container .overlay .show-preview:hover {
  background-color: #46557b
}

.main img {
  width: 100%;
}
.main h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 48px;
}
.main p {
  margin-bottom: 16px;
}
.main p:last-of-type {
  margin-bottom: 0;
}

.main .max-preview {
  display: none;
  position: absolute;
  width: 97%;
  max-height: 97%;
  aspect-ratio: 1.63;
  background-color: #00000099;
  z-index: 3;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.main .max-preview .minimize {
  display: flex;
  position: absolute;
  right: 2%;
  top: 3%;
  width: 5%;
  max-width: 50px;
  aspect-ratio: 1;
  background-color: #1C2F5C;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.main .max-preview .minimize:hover {
  background-color: #46557b;
}

.show-overlay:hover .overlay {
  display: flex;
}

.main div.url {
  margin-top: 60px;
  width: 23%;
  background-color: #FFFFFF99;
  border-radius: 8px;
  color: #C17D00;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  gap: 16px;
  padding-bottom: 16px;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #4864fe;
  background: -moz-linear-gradient(left, #4864fe 10%, rgba(72,100,254, 0) 42%);
  background: -webkit-linear-gradient(left, #4864fe 10%, rgba(72,100,254, 0) 42%);
  background: -o-linear-gradient(left, #4864fe 10%, rgba(72,100,254, 0) 42%);
  background: -ms-linear-gradient(left, #4864fe 10%, rgba(72,100,254, 0) 42%);
  background: linear-gradient(to right, #4864fe 10%, rgba(72,100,254, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #4864fe;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=style.css.map */
