* {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}


body {
  font-family: sans-serif;
  font-weight: 200;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* Media query for screens smaller than 480px */
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

/* HEADER START 


header {
  height: 25em;
  display: flex;
  flex-direction: column;
  position: relative;
}

header.instagram {
  background: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.snapchat {
  background: url("../images/background-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.twitter {
  background: url('../images/background-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.tiktok {
  background: url("../images/background-4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.facebook {
  background: url("../images/background-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.linkedin {
  background: url("../images/background-6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

nav {
  background-color: white;
}

.header-content {
  position: absolute;
  background-color: white;
  color: black;


  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
  width: 80%;
  bottom: 0;

  translate: 10% 50%;

  padding: 2em 3em;
  text-align: center;

  border-radius: 2em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.logo-wrap {
  display: flex;
  padding: 15px 0;
  position: relative;
  z-index: 196;
}

.logo-link {
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  color: #262626;
  clear: both;
}

.logo-text {
  display: block;
}

.logo-styled {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 12px;
  padding: 0 26px 0 21px;
  color: #fff;
  z-index: 999;
  margin-left: 3em;
}

.logo-title .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 64px;
}

.logo-wrap .logo-title .bg:before {
  background-color: #09a729;
}

.logo-wrap .logo-title .bg:before {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: 14px;
  content: '';
  border-radius: 0 8px 8px 0;
}

.logo-wrap .logo-title .bg .elem {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 100%;
}

.logo-wrap .logo-title .bg .elem.left:before {
  background-color: #09a729;
}

.logo-wrap .logo-title .bg .elem.left:before {
  top: 0;
  border-radius: 8px 0 0;
}

.logo-wrap .logo-title .bg .elem.left:after {
  background-color: #09a729;
}

.logo-wrap .logo-title .bg .elem.left:after {
  bottom: 0;
  border-radius: 0 0 0 8px;
}

.logo-wrap .logo-title .bg .elem.left:before, .logo-wrap .logo-title .bg .elem.left:after {
  position: absolute;
  left: 0;
  width: 15px;
  height: calc(50% - 9px);
  content: '';
}

.logo-wrap .logo-title .bg .svg {
  fill: #09a729;
}

.logo-wrap .logo-title .bg .svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 20px;
  margin-top: -10px;
}

.logo-wrap .logo-title .bg .elem.right {
  right: 0;
  left: auto;
}

.logo-wrap .logo-title .letters {
  font-family: "Josefin Sans", Hepuzzveletica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.logo-wrap .logo-title .letters {
  line-height: 1.4;
  position: relative;
}

.clear:after {
  display: table;
  clear: both;
  content: '';
}

.paths {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  top: -9999px;
  left: -9999px;
  transform: translateZ(0);
}
*/
/* HEADER END */
/* MAIN START */

.main-content {
  text-align: center;
  margin: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content .clearCookies {
  padding: .5em 1em;
  background-color: #09a729;
  color: white;
  border: none;
  font-size: 1.3em;
  margin: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  width: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content .clearCookies img {
  width: 1.3em;
  height: 1.3em;
}



.main-content p {
  max-width: 90;
}

.platforms-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  width: calc(100% - 30px * 2);
  margin: 0 30px;
}

.platforms {
  width: 100%;
  max-width: 1250px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #e2e2e2;
  border-radius: 15px;
  box-shadow: 1px 1px #d8c5c5;
}

.platform {
  display: flex;
  width: 100%;
  gap: 0px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.active-platform {
  background-color: #242323;
  color: white;
}

.active-platform svg g,
.active-platform svg path {
  fill: white;
}


.platform svg {
  width: 22px;
  height: 22px;
}

.mockup {
  display: flex;
  margin: 30px 30px 30px 5px;
  margin-top: 0;
  width: calc(100% - 30px * 2);
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .mockup {
    flex-direction: column;
    align-items: center;
  }

  .platforms {
    max-width: 700px;
  }

  .platform {
    padding: 1em;
  }


  .platform span {
    display: none;
  }
}

.mockup-inputs {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  min-width: 550px;
  width: 100%;
  border-radius: 15px;
  padding: 20px 10px 50px 10px;
}

.mockup-result {
 
  min-width: 690px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 50px;
  margin-top: 10px;
  background: transparent;
  border-radius: 15px;
}

.slide-image {
  transition: left .3s ease-in-out;
  position: relative;
}

/* INPUT */


.mockup-data {
  padding: 0 0.4em;
  position: relative;
  font-size: 14px;
  border-top: 5px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
  width: 100%;
  min-width: 250px;
  position: relative;
  margin-left: 16px;
  width: calc(100% - 15px * 2);
}

.input-length {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}

.mockup-data textarea {
  resize: vertical;
  min-height: 60px;
}

.mockup-data input,
.mockup-data textarea {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: var(--field-padding);
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  width: 100%;
  overflow-y: hidden;
}


.input-length {
  transition: color 1s ease-in-out;
}

.input-length.invalid {
  color: red;
}

.mockup-data input:has(~ .input-length),
.mockup-data textarea:has(~ .input-length) {
  padding-right: 30px;
}

.mockup-data .placeholder {
  position: absolute;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition:
    top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
  cursor: text;
}

.mockup-data input.dirty+.placeholder,
.mockup-data input:focus+.placeholder,
.mockup-data input:not(:placeholder-shown)+.placeholder,
.mockup-data textarea.dirty+.placeholder,
.mockup-data textarea:focus+.placeholder,
.mockup-data textarea:not(:placeholder-shown)+.placeholder {
  top: -10px;
  font-size: 10px;
  color: #222;
}

.mockup-data .error-message {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 12px;
  background: #d30909;
  color: #fff;
  height: 24px;
}

.mockup-data .error-message:empty {
  opacity: 0;
}

.mockup-data input,
.mockup-data textarea {
  background: none;
  border: 2px solid #ddd;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}

.mockup-data input+.placeholder,
.mockup-data textarea+.placeholder {
  left: 15px;
  padding: 0 5px;
}

.mockup-data input.dirty,
.mockup-data input:not(:placeholder-shown),
.mockup-data input:focus,
.mockup-data textarea.dirty,
.mockup-data textarea:not(:placeholder-shown),
.mockup-data textarea:focus {
  border-color: #e2e2e2;
  border-radius: 15px;
  transition-delay: 0.1s
}

.mockup-data input.dirty+.placeholder,
.mockup-data input:not(:placeholder-shown)+.placeholder,
.mockup-data input:focus+.placeholder,
.mockup-data textarea.dirty+.placeholder,
.mockup-data textarea:not(:placeholder-shown)+.placeholder,
.mockup-data textarea:focus+.placeholder {
  top: 0;
  font-size: 10px;
  color: #222;
  background: #fff;
  width: auto
}

/* Inputs */
.title {
  margin: 1em;
  margin-left: 16px;
}

.format-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 1em;
    margin-left: 15px;
    position: relative;
    text-align: center;
}

.format-option {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  /*width: fit-content; */
  padding: 0.5em 1em;
  cursor: pointer;
  margin: 3px;
}

.format-option.active-format {
  background-color: #09a729;
  color: white;
}


.file-picker {
  margin-left: 16px;
}


.file-picker input {
  display: none;
}

.file-picker label {
  display: flex;
  background-color: white;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.file-picker label:hover {
  border: 1px solid rgba(0, 0, 0, 0.121);
}

.profile-pic {
  background-color: white;
  padding: 3px;
  margin-right: 5px;
  width: 48px !Important;
  height: 48px !Important;
  object-fit: cover;
  border-radius: 50% !Important;
}

.input-inline {
  display: flex;
  align-items: center;
  gap: .5em;
  margin-right: 1em;
}

.mockup-select {
  position: relative;
  margin-top: 10px;
}

.mockup-select label {
  position: absolute;
  z-index: 20;
  background-color: white;
  top: 0;
  translate: 0 -50%;
  left: 30px;
  font-size: 10px;
  padding: 0 .5em;
}

select {
  width: calc(100% - 16px * 2);
  margin-left: 16px;
  margin-bottom: 5px;
  padding: 0.8em 1em;
  position: relative;
}

.upload-files-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-file-area {
  border: 2px dashed #2c93bf;
  border-radius: 40px;
  margin: 10px 0 15px;
  padding: 30px 50px;
  text-align: center;
  width: 90%;
}

.drag-file-area .upload-icon {
  width: 50px;
}

.drag-file-area h3 {
  font-size: 26px;
  margin: 15px 0;
}


.drag-file-area label {
  font-size: 19px;
}

.drag-file-area label .browse-files-text {
  color: #2c93bf;
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  display: none;
}

.choose-reactions {
  display: flex;
  gap: 5px;
  margin: 1rem
}

.choose-reactions .reaction {
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  opacity: .4;
  cursor: pointer;
  user-select: none;
}

.choose-reactions .reaction input {
  display: none;
}

.choose-reactions .reaction:has(input:checked) {
  opacity: 1;
}

.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    filter: drop-shadow(1px 1px 1px white);
    padding: 10px 10px 10px 12px;
    border: 3px solid #fff;
    border-radius: 50%;
}



.mockup-checkbox {
  padding: 0em 3em;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding: 20px 0 20px 30px;
  font-weight: bold;
  cursor: pointer;
}

.checkbox-text {
  font-size: 0.85em;
  display: inline-block;
  transition: transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  user-select: none;
}

.checkbox:active .checkbox-text {
  transform: scale(0.9);
}

.checkbox .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.checkbox .icon::before,
.checkbox .icon::after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox .icon::before {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 2px solid currentColor;
  background: transparent;
  transition: background 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.checkbox .icon::after {
  border: 3px solid transparent;
  transition: height 100ms ease-in, width 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms 100ms;
  width: 0px;
  height: 0px;
  bottom: 4px;
  left: 5px;
  border-radius: 4px;
  transform-origin: bottom left;
  /*   transform: rotate(45deg); */
}

input[type="checkbox"]:checked+.checkbox .icon::after {
  width: 8px;
  height: 14px;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  transition: width 100ms ease-in, height 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
}

input[type="checkbox"]:checked+.checkbox .icon::before {
  background: #2c93bf;
}
input[type='checkbox'], input[type='radio'] {
    opacity: 0 !Important;
}
.site-header + .site-content .bg-box.top-area {
    margin-top: -130px;
}