﻿html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
#media-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  display: flex;
  color: #808080;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 22px;
}
#media-overlay .overlay-btn {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 900;
}
#media-overlay .overlay-content {
  width: 80%;
  max-width: 850px;
  max-height: 80%;
  margin: auto;
  background-color: white;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.start {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 800px;
  position: relative;
}
.start .background {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.start .background.bg-image {
  background-image: url(/Images/LandingPage/header_1600_80.webp), linear-gradient(to right, rgba(0, 0, 0, 0), transparent 60%);
  z-index: 1;
}
.start .background.bg-image2 {
  background-image: linear-gradient(100deg, #ff0000a6 0%, transparent 70%);
  z-index: 2;
}
.start .header {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  font-family: 'Love Ya Like A Sister', cursive;
  color: #FFF;
  font-size: 60px;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1000px) {
  .start .header .app-name {
    font-size: 0.9em;
  }
  .start .header .background-text-subheader {
    font-size: 20pt;
  }
}
@media (max-width: 700px) {
  .start .header {
    background-image: url(""), linear-gradient(to bottom, rgba(255, 0, 0, 0.5), transparent);
  }
  .start .header .app-name {
    font-size: 0.7em;
  }
  .start .header .background-text-subheader {
    font-size: 16pt;
  }
}
.start .header .logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 20%;
  padding-bottom: 80px;
  align-items: center;
  justify-content: center;
  transition: all 1.5s;
  position: relative;
  left: 0;
}
@media (max-width: 1300px) {
  .start .header .logo {
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .start .header .logo {
    padding: 0;
    width: 100%;
  }
}
.start .header .logo img {
  width: 250px;
}
@media (max-width: 1000px) {
  .start .header .logo img {
    width: 200px;
  }
}
@media (max-width: 450px) {
  .start .header .logo img {
    width: 150px;
  }
}
.scrollDown {
  position: absolute;
  bottom: 50px;
  display: flex;
  align-self: center;
  cursor: pointer;
  z-index: 4;
}
.scrollDown img {
  width: 50px;
  height: 50px;
}
.productname {
  font-family: 'Love Ya Like A Sister', cursive;
  padding: 0 5px;
}
.frame {
  left: 0;
  border: 3px solid #ff8c8c;
  margin: 10px 10px;
  padding: 50px 0;
  margin-top: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  border: 1px solid #FFF;
  position: relative;
  background-color: white;
  transition: 0.5s all ease-out;
}
.frame.small {
  width: 200px;
  max-width: 368px;
}
.outer-scope.right {
  left: 2000px;
}
.outer-scope.left {
  left: -2000px;
}
.outer-scope.opacity {
  opacity: 0;
}
.progress-bar {
  width: 0;
  height: 2px;
  background: #ff6161;
  transition: all 1s linear;
  box-shadow: 2px 0 3px #888;
}
.section {
  transition: all 1s ease-in-out;
  margin-bottom: 10px;
  overflow: hidden;
  width: 80%;
  max-width: 1200px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.section .description {
  padding-top: 10px;
  margin: 10px;
}
.section.out-left {
  transition: all 1s ease-in-out;
}
.reason-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.reason {
  left: 0;
  transition: 1s all ease-out;
  position: relative;
  max-width: 225px;
  cursor: pointer;
}
.reason .reason-title {
  margin: 10px 0;
  font-weight: bolder;
  font-size: 21px;
  color: #ff2b2b;
}
.reason .reason-description {
  margin-bottom: 20px;
  font-size: 14px;
}
.reason .reason-media {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: auto;
  width: 95%;
}
.reason .reason-media > img,
.reason .reason-media > video {
  height: 100%;
  width: 100%;
  max-width: 900px;
}
.reason:hover:not(.overlay-content) {
  background-color: #ff7979;
  color: white;
  transition: all 0.2s ease-in;
}
.reason:hover:not(.overlay-content) .reason-title {
  color: white;
}
.citation {
  min-height: 150px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.citation .background {
  background-image: url(/Images/LandingPage/header_1600_80.webp);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
}
.citation .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 20px;
  flex-wrap: wrap;
  text-align: center;
  position: absolute;
  max-width: 900px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  margin: 5px;
  position: relative;
}
.slide {
  max-width: 225px;
}
.slide.slide-active {
  display: block;
}
.slide-navigation.active {
  color: #ff7979;
}
.title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.title {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 40px;
  color: #ff2b2b;
  padding-left: 10px;
  line-height: 40px;
}
.title-sub {
  font-size: 21px;
  color: #808080;
  font-weight: bolder;
  padding-left: 10px;
  padding-top: 10px;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 100;
  background-color: white;
  margin: auto;
  color: #353535;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.content.gray {
  background-color: #F6F6F9;
}
.content .features {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .features .feature {
  font-size: 14px;
  width: 200px;
  border: 1px solid #FFF;
  margin: 10px;
  padding: 10px 24px;
  text-align: left;
}
.content .features .feature h1 {
  font-size: 21px;
  color: #ff7979;
}
.content .features .feature h1 i {
  margin-right: 5px;
}
.content .main-question {
  margin: 116px;
  font-size: 19px;
  color: #ff7979;
}
@media (max-width: 600px) {
  .content .main-question {
    margin: 50px 34px;
    font-size: 14px;
  }
}
.content .example {
  border-bottom: 2px solid #bfbfbf;
  padding: 20px 0 40px 0;
}
.content .example.last {
  border-bottom: none;
}
.content .example.gray {
  background-color: #f9f9f9;
}
.content .example .text {
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .example .good {
  display: flex;
}
.content .example .bad {
  display: flex;
  justify-content: flex-end;
}
.content .example .bad > div.image {
  max-width: 350px;
  background-image: url(../../Images/LandingPage/forbiddenSign.svg);
  background-size: 853px;
  background-repeat: no-repeat;
  background-position-y: -209px;
  background-position-x: -88px;
}
.content .example .bad > div.image > img {
  opacity: 0.7;
}
.content ul {
  text-align: start;
}
.content .plans {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content .plans .plan {
  border: 3px solid #ffd8d8;
  margin: 10px 20px;
  padding: 20px 0;
  max-width: 368px;
  height: 500px;
  margin-top: 30px;
  width: 368px;
  border-radius: 13px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.content .plans .plan.highlighted {
  border: 3px solid #d8e3ff;
}
.content .plans .plan.highlighted .name {
  color: #86c7f3;
}
.content .plans .plan.highlighted .price {
  color: #86c7f3;
}
.content .plans .plan .picture {
  padding: 10px;
}
.content .plans .plan .picture img {
  max-height: 64px;
}
.content .plans .plan .name {
  padding: 40px 0;
  padding: 20px 50px;
  font-size: 30px;
  color: #ff6b6b;
}
.content .plans .plan ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  height: 170px;
}
.content .plans .plan li {
  white-space: nowrap;
  margin: 10px 0;
}
.content .plans .plan .price {
  font-size: 30px;
  color: #ff6b6b;
  min-height: 70px;
  max-height: 70px;
  flex-grow: 1;
}
.content .plans .plan .action {
  min-height: 70px;
  max-height: 70px;
  flex-grow: 1;
}
.content .plans .plan .action a.button {
  background-color: #86c7f3;
  color: white;
  padding: 10px 30px;
  border-radius: 21px;
  box-shadow: 0 1px 5px 0 #757575;
  border: 2px solid #52a9ff;
  text-transform: uppercase;
  text-decoration: none;
}
.content .plans .plan .action a.button:hover {
  box-shadow: 0 2px 5px 0 #757575;
}
.content .plans .plan .action a {
  cursor: pointer;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s 2;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.app-name {
  font-size: 60pt;
}
.background-text-subheader {
  font-size: 26pt;
}
.header-menu {
  position: absolute;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  width: 100%;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
  z-index: 4;
  box-sizing: border-box;
  justify-content: space-between;
}
.header-menu .space-between {
  flex-grow: 1;
}
.header-menu .header-menu-item {
  font-weight: normal;
  margin: 0 15px;
  color: white;
  font-size: 16px;
  color: whitesmoke;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .header-menu .header-menu-item {
    margin: 0 11px;
  }
}
.header-menu .header-menu-item a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.header-menu .header-menu-item.bold {
  font-weight: bold;
}
.header-menu .header-menu-item.spacer {
  width: 50px;
}
@media (max-width: 700px) {
  .header-menu .header-menu-item.spacer {
    flex-grow: 10;
  }
}
@media (max-width: 700px) {
  .header-menu .header-menu-item.no-mobile {
    display: none;
  }
}
.header-menu.hidden,
.small-header-menu.hidden,
#btnScrollDown.hidden {
  opacity: 0;
  transition: 0.3s;
  height: 0;
  z-index: 0;
}
.small-header-menu {
  height: 50px;
  width: 100%;
  opacity: 1;
  background-color: white;
  font-size: 30px;
  align-items: center;
  display: flex;
  color: #ff2b2b;
  transition: 0.3s;
  font-family: 'Love Ya Like A Sister', cursive;
  position: fixed;
  top: 0;
  z-index: 4;
  border-bottom: 1px solid #ff6b6b;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
.small-header-menu .logo-and-name {
  display: flex;
  align-items: center;
}
.small-header-menu .logo-and-name .logo img {
  height: 40px;
  padding: 7px 10px;
  margin-top: 7px;
}
.small-header-menu .links {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  display: flex;
  margin-right: 5px;
  height: 50px;
  align-items: center;
}
.small-header-menu .links.left {
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: row-reverse;
}
.small-header-menu .links.right {
  justify-content: flex-end;
}
.small-header-menu .links a {
  color: currentColor;
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 425px) {
  .small-header-menu .links a.no-mobile-L {
    display: none;
  }
}
.menu-button.big {
  font-family: 'Love Ya Like A Sister', cursive;
  margin-top: 25px;
  font-size: 18pt;
  color: white;
}
.menu-button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50px;
  margin: 0 8px;
  transition: 0.3s;
  color: white;
  box-shadow: 0 0 7px 0px rgba(85, 21, 21, 0.7);
}
.menu-button:hover {
  background-color: white;
  color: rgba(255, 0, 0, 0.5);
}
.menu-button.reverted {
  background-color: white;
  color: rgba(255, 0, 0, 0.5);
}
.menu-button.reverted:hover {
  background-color: transparent;
  color: white;
}
.action-buttons {
  display: flex;
}
.button-sub-text {
  font-size: 11pt;
  margin-top: 3px;
}
.footer {
  border-top: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #656565;
  width: 100%;
  padding: 10px 0;
}
.footer a {
  color: white;
  margin: 10px;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .section {
    width: 90%;
  }
  .reason-media > img,
  .reason-media > video {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .start .menu-button {
    font-size: 11px;
    font-weight: 700;
  }
  .start .menu-button {
    font-size: 11px;
  }
  .start .menu-button.big {
    font-size: 16px;
  }
  .section .description {
    margin: 10px;
  }
  .small-header-menu {
    font-size: 30px;
  }
  .small-header-menu .name {
    display: none;
  }
  .content .example {
    padding: 20px 10px 40px 10px;
  }
  .content .features .feature,
  .reason-slider .reason {
    width: auto;
    max-width: 100%;
  }
}
hr {
  border: none;
  border-top: 1px solid #b2b2b2;
}
.section > img,
.section > video {
  margin: 50px auto;
  box-sizing: border-box;
  display: block;
  width: calc(80% - 50px);
}
@media (max-width: 700px) {
  .section > img,
  .section > video {
    width: calc(100% - 50px);
  }
}
.section > img.shadow,
.section > video.shadow {
  box-shadow: 0 0 30px 0 #80808066;
}
.shadow {
  box-shadow: 0 0 14px 0 #c7c7c7;
}
.section p.center {
  text-align: center;
}
h4 {
  text-align: left;
  font-size: 20px;
  color: #ff2b2b;
}
.billing .card div.title {
  font-family: 'Segoe UI';
}
.content a {
  text-decoration: none;
  color: #353535;
}
.content a.big {
  font-size: 31px;
  text-decoration: underline;
  margin: 35px 0;
  display: block;
  font-weight: 100;
  font-family: 'Segoe UI';
}
.grid {
  display: grid;
  max-width: 1000px;
  max-width: 1100px;
  margin: auto;
}
.grid video {
  width: 100%;
}
@media (min-width: 700px) {
  .grid {
    grid-gap: 100px 50px;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    grid-template-columns: [left] 50% [right] 50%;
  }
  .grid .left {
    grid-column: left left;
    overflow: hidden;
  }
  .grid .right {
    grid-column: right;
  }
}
@media (max-width: 700px) {
  .grid {
    grid-row-gap: 20px;
    justify-items: center;
    grid-template-rows: [r1] auto  [r2] auto [r3] auto [r4] auto [r5] auto [r6] auto;
  }
  .grid .r1 {
    grid-row: r1;
  }
  .grid .r2 {
    grid-row: r2;
  }
  .grid .r3 {
    grid-row: r3;
  }
  .grid .r4 {
    grid-row: r4;
  }
  .grid .r5 {
    grid-row: r5;
  }
  .grid .r6 {
    grid-row: r6;
  }
  .grid h4 {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .grid img,
  .grid video {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .grid img,
  .grid video {
    max-width: 320px;
  }
}
@media (max-width: 350px) {
  .grid img,
  .grid video {
    max-width: 277px;
  }
}
#youtube {
  box-shadow: 0 0 30px 0 #80808066;
  border-radius: 19px;
  margin: 67px 56px;
  border: 7px solid white;
}
a.link {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}