@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:400');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300');

/* Body */

body,
html {
  color: #fff;
  height: auto;
  margin: 0;
  overflow-x: hidden;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.96vw;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}

h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 2.1;
  margin-top: 0;
}

h4 > ul {
  color: #566;
  margin-bottom: 0.8vw;
  margin-top: 0.8vw;
  padding-left: 2.5vw;
}

/*Header - navigation bar*/

.menu-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.menu-bar > div {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 1.2vw;
  margin: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.menu-bar a:link {
  color: #000;
  text-decoration: none;
}

.menu-bar a:visited {
  color: #000;
}

.menu-bar a:hover {
  font-weight: 600;
}

/* Header - burger menu */

#burger-menu {
  display: none;
}

/*Title*/

h1 > a {
  color: #000;
  text-decoration: none;
}

.title {
  color: #000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  text-align: center;
}

.title > h1 {
  font-size: 4.4vw;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 1vw;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 0;
}

.title > h3 {
  color: #555;
  font-family: 'Oswald', sans-serif;
  font-size: 2.2vw;
  font-weight: 300;
  margin-top: 0.2vw;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.logo {
  content: url("img/line_logo.png");
  display: inline-block;
  width: 27.7vw;
}

/*Grid*/

.discover {
  display: grid;
  grid-template-columns: minmax(18vw, 260px) minmax(26vw, 360px) minmax(14.2vw, 195px)
  minmax(9.5vw, 130px) minmax(18.3vw, 250px) minmax(13.5vw, 260px);
  grid-template-rows: 7.5vw 2.7vw 5.5vw 4.5vw 4.1vw 9vw 7.5vw 2.7vw 5.5vw
  4.5vw 4.1vw 9vw 7.5vw 2.7vw 5.5vw 4.5vw 4.1vw;
  justify-content: center;
}

.discover > div {
  color: #000;
}

.low-code {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 2em;
  margin-top: 0;
  text-align: left;
  z-index: 2;
}

.better {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  text-align: left;
  z-index: 2;
}

.better2 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
  text-align: left;
  z-index: 2;
}

.services {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 7;
  grid-row-end: 8;
  margin-bottom: 2em;
  text-align: right;
}

.offers {
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 9;
  grid-row-end: 10;
  text-align: left;
  z-index: 2;
}

.vs {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 13;
  grid-row-end: 14;
  margin-bottom: 2em;
  text-align: left;
}

.compare {
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 15;
  grid-row-end: 16;
  text-align: left;
  z-index: 2;
}

/* Summary */

.summary {
  background-color: rgba(76,255,255,0.2);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin: 0 auto;
  margin-top: 15px;
  position: inherit;
  width: 75vw;
  z-index: 1;
}

.summary:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.summary > h4 {
  color: #444;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 20px;
}

.summary > h4 > ul {
  list-style-image: url('img/arrow.svg');
  margin-top: 10px;
}

.summary > h4 > ul > li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.summary > h4 > ul > li > a {
  color: #444;
  text-decoration: none;
}

.summary > h4 > ul > li > a:hover {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

/* Article */

.subtitle {
  color: #05c;
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 10px;
  padding-top: 20px;
}

.short-list > li {
  margin-left: 1.1em;
  margin-top: 0.3em !important;
}

.article {
  margin: auto;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.article > h2 {
  color: #000;
  font-size: 2em;
  margin-top: 2.6em;
  position: relative;
  z-index: 1;
}

.article > h4 {
  color: #555;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 1em;
  position: relative;
  text-align: justify;
  text-justify: inter-word;
  z-index: 1;
}

.article > h4 > ul > li, .article > h4 > ol > li {
  color: #555;
  line-height: 1.6em;
  margin-top: 1.1em;
  position: relative;
  text-align: justify;
  text-justify: inter-word;
}

ol > li {
  padding-left: 20px;
}

ul > li > ul > li {
  margin-top: 1em;
}

.only-list {
  margin-left: 4vw;
  padding-left: 4vw;
}

.only-list > li {
  padding-left: 15px;
}

.only-list-article {
  list-style-type: none;
}

p.link-paragraph {
  border-left: 0.5em solid #3ff;
  color: #444;
  margin-left: 8em;
  margin-top: 0.5em;
  padding: 5px 30px;
  transition: 1.5s;
}

.link-paragraph > a:link {
  color: #444;
  font-weight: 500;
  text-decoration: none;
}

.link-paragraph > a:visited {
  color: #444;
}

.link-paragraph:hover {
  border-left: 0.5em solid #39f;
  text-decoration: underline;
}

p.bordered-paragraph {
  border-left: 0.5em solid #cf3;
  color: #666;
  font-family: 'Playfair Display', serif;
  font-size: 0.95em;
  font-style: italic;
  margin-bottom: 0.5em;
  margin-left: 1.3em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  padding: 10px;
  padding-left: 40px;
  padding-right: 20px;
}

#contact {
  font-size: 1.5em;
  text-align: center;
}

/* Footer */

.footer {
  color: #000;
  margin-top: 6vw;
  position: relative;
  text-align: center;
}

.footer > h2 {
  color: #000;
  font-size: 2.7vw;
  font-weight: 350;
  left: 50vw;
  position: absolute;
  top: 31%;
  transform: translate(-50%, -50%);
}

.footer > h2 > a {
  color: #000;
  text-decoration: none;
}

.footer > h4 {
  font-size: 1.95vw;
  font-weight: 300;
  left: 50vw;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
}

.footer > div > h4 > a {
  color: #666;
  text-decoration: none;
}

.footer > div > h4 > a:hover {
  text-decoration: underline;
}

.footer > div {
  font-size: 1.95vw;
  font-weight: 300;
  line-height: 0.2;
  margin-bottom: 5vw;
  margin-top: 2vw;
}

/*Design*/

#orchestra {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 57.5vw;
}

#lemon_ellipse {
  background-image: url(img/lemon_ellipse.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
  margin-left: 10.77vw;
}

.ellipses {
  display: block;
  margin-left: -95px;
  margin-top: -54px;
  position: absolute;
  width: 30%;
}

#violet_ellipse {
  background-image: url(img/violet_ellipse.svg);
  background-repeat: no-repeat;
  background-size: 78%;
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 11;
  margin-left: 6.3vw;
}

#blue_ellipse {
  background-image: url(img/blue_ellipse.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 13;
  grid-row-end: 17;
  margin-left: 10.77vw;
}

#lemon_button {
  background-color: transparent;
  background-image: url(img/lemon_button.svg);
  background-position: right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 6;
  margin-left: 5.8vw;
  width: 22vw;
}

#lemon_button > span {
  color: #690;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#lemon_button > span > h4:hover {
  font-weight: 400;
}

#lemon_button > span > h4 > a {
  color: #690;
  text-decoration: none;
}

#violet_button {
  background-color: transparent;
  background-image: url(img/violet_button.svg);
  background-position: right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 11;
  grid-row-end: 12;
  margin-left: 32vw;
  width: 36vw;
}

#violet_button > span {
  color: #00539C;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#violet_button > span > h4:hover {
  font-weight: 400;
}

#violet_button > span > h4 > a {
  color: #00539C;
  text-decoration: none;
}

#blue_button {
  background-color: transparent;
  background-image: url(img/blue_button.svg);
  background-position: right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 17;
  grid-row-end: 18;
  margin-left: 36vw;
  width: 32vw;
}

#blue_button > span {
  color: #39f;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#blue_button > span > h4:hover {
  font-weight: 400;
}

#blue_button > span > h4 > a {
  color: #39f;
  text-decoration: none;
}

#oklm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 70vw;
}

#principle, #vr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 70vw;
}

#chinchilla {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 60vw;
}

#triad {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30vw;
}

.not-found {
  display: block;
  margin: 0 auto;
  padding-left: 70px;
  width: 400px;
}

::selection {
  background: #ff3;
  color: #993;
}

@media screen and (min-width: 1370px) {

  /* Fonts */

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 23px;
    line-height: 1.9;
  }

  h4 > ul {
    line-height: 2;
    margin-bottom: 12px;
    margin-top: 40px;
    padding-left: 37px;
  }

  .menu-bar > div {
    font-size: 17px;
  }

  .title > h1 {
    font-size: 62px;
    margin-top: 14px;
  }

  .title > h3 {
    font-size: 31px;
    margin-top: 2.8px;
  }

  .logo {
    content: url("img/line_logo.png");
    display: inline-block;
    width: 380px;
  }

  /* Grid */

  .discover {
    grid-template-columns: 260px 360px 195px 130px 250px 260px;
    grid-template-rows: 82px 30px 60px 50px 45px 150px 82px 30px 60px 50px 45px
    150px 82px 30px 60px 50px 45px;
  }

  /* Footer */

  .footer {
    margin-top: 82px;
  }

  .footer > h2 {
    font-size: 37px;
  }

  .footer > h4 {
    font-size: 28px;
  }

  .footer > div {
    font-size: 28px;
    margin-bottom: 68px;
    margin-top: 27px;
  }

  /* Design - orchestra */

  #orchestra {
    width: 787px;
  }

  /* Design - ellipses */

  #lemon_ellipse {
    background-size: 61%;
    grid-row-end: 7;
    margin-left: 156px;
  }

  #violet_ellipse {
    background-size: 68%;
    grid-row-end: 13;
    margin-left: 79px;
  }

  #blue_ellipse {
    background-size: 61%;
    grid-row-end: 19;
    margin-left: 159px;
  }

  /* Design - buttons */

  #lemon_button {
    background-position: top;
    grid-row-start: 6;
    height: 36px;
    margin-left: 70px;
    margin-top: 40px;
    width: 310px;
  }

  #lemon_button > span > h4 {
    line-height: 0.45;
    margin-top: 9px;
  }

  #violet_button {
    background-position: top;
    grid-row-start: 12;
    height: 36px;
    margin-left: 430px;
    margin-top: 40px;
    width: 510px;
  }

  #violet_button > span > h4 {
    line-height: 0.45;
    margin-top: 9px;
  }

  #blue_button {
    background-position: top;
    grid-row-start: 18;
    height: 36px;

    margin-left: 475px;
    margin-top: 40px;
    width: 465px;
  }

  #blue_button > span > h4 {
    line-height: 0.45;
    margin-top: 9px;
  }

  /* Design - footer triad */

  #triad {
    width: 394px;
  }

}

@media all and (min-width: 960px) {

  .summary {
    width: 720px;
  }

}

@media all and (max-width: 960px) {

  .article {
    z-index: 1;
  }

  .article > h2 {
    margin-top: 5vw;
  }

  .menu-bar {
    position: relative;
    z-index: 2;
  }

  .title > h1 {
    z-index: 2;
  }

  .title > h3 {
    z-index: 2;
  }

  .ellipses {
    display: none;
  }

#lemon_curl, #blue_curl, #violet_curl, #green_curl, #marine_curl, #corn_curl {
  background-size: cover;
  padding-bottom: 16vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 51vw;
  margin-bottom: -16vw;
  margin-left: -10vw;
  margin-right: -10vw;
  margin-top: -51vw;
}

  #lemon_curl {
    background-image: url(img/lemon_curl.svg);
  }

  #blue_curl {
    background-image: url(img/blue_curl.svg);
  }

  #violet_curl {
    background-image: url(img/violet_curl.svg);
  }

  #green_curl {
    background-image: url(img/green_curl.svg);
  }

  #marine_curl {
    background-image: url(img/marine_curl.svg);
  }

  #corn_curl {
    background-image: url(img/corn_curl.svg);
  }

}

@media all and (min-width: 700px) and (max-width: 960px) {

  .menu-bar {
    margin-top: 15px;
  }

  .menu-bar > div {
    font-size: 1.6vw;
  }

  .title > h1 {
    font-size: 6.2vw;
    margin-bottom: 0;
    margin-top: 0.6vw;
  }

  .title > h3 {
    font-size: 2.8vw;
    margin-top: 0.5vw;
  }

  .logo {
    width: 35vw;
  }

  .article {
    width: 85%;
  }

  p.link-paragraph {
    font-size: 0.9em;
  }

  /* Design */

  #orchestra {
    width: 70vw;
  }

}

@media all and (max-width: 780px) {

  h2 {
    font-size: 1.4em;
    margin-top: 2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
  }

  h4 {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0;
  }

  h4 > ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10vw;
    padding-right: 8vw;
    text-align: justify;
    text-justify: inter-word;
  }

  .logo {
    width: 300px;
  }

  .summary {
    width: 80vw;
  }

  .summary > h4 > ul {
    padding-left: 2vw;
    padding-right: 0;
  }

  .menu-bar {
    margin-top: 15px;
  }

  .menu-bar > div {
    font-size: 1.6vw;
  }

  .title > h1 {
    font-size: 2.5em;
    margin-bottom: 0;
    margin-top: 0.6vw;
    padding-top: 0.5em;
  }

  .title > h3 {
    font-size: 1.2em;
    margin-top: 0.5vw;
  }

  p.link-paragraph {
    font-size: 0.8em;
    margin-left: 3em;
  }

  .better2, .offers, .compare {
    margin-bottom: 2em;
  }

  /* Grid */

  .discover {
    display: block;
  }

  .low-code {
    background-color: rgba(192, 215, 37, 1);
  }

  .services {
    background-color: rgba(0, 83, 156, 0.7);
  }

  .vs {
    background-color: rgba(0, 255, 255, 0.8);
  }

  /* Design */

  #orchestra {
    width: 95vw;
  }

  #lemon_button {
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 55vw;
  }

  #lemon_button > span {
    font-size: 4vw;
  }

  #lemon_button > span > h4 {
    margin: 0;
    margin-top: auto;
    padding: 0.5vw;
  }

  #violet_button {
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 85vw;
  }

  #violet_button > span {
    font-size: 4vw;
  }

  #violet_button > span > h4 {
    margin: 0;
    margin-top: auto;
    padding: 0.5vw;
  }

  #blue_button {
    background-position: center;
    display: block;
    margin: 0 auto;
    width: 80vw;
  }

  #blue_button > span {
    font-size: 4vw;
  }

  #blue_button > span > h4 {
    margin: 0;
    margin-top: auto;
    padding: 0.5vw;
  }

  /* Article */

  .only-list-article {
    padding-left: 4vw;
    padding-right: 3vw;
  }

  .only-list-article > li > ul {
    padding-left: 6vw;
  }

  /* Footer */

  .footer {
    margin-top: 4em;
  }

  .footer > h2 {
    font-size: 1.3em;
    top: 24%;
  }

  .footer > h4 {
    font-size: 1em;
  }

  .footer > div {
    font-size: 0.8em;
    margin-top: 5vw;
  }

  #triad {
    width: 236px;
  }

  .not-found {
    padding-left: 9vw;
    width: 52.3vw;
  }

}

@media all and (min-width: 440px) and (max-width: 780px) {

  #lemon_button {
    width: 224px;
  }

  #lemon_button > span {
    font-size: 1.5em;
  }

  #lemon_button > span > h4 {
    padding: 2.2px;
  }

  #violet_button {
    width: 406px;
  }

  #violet_button > span {
    font-size: 1.5em;
  }

  #violet_button > span > h4 {
    padding: 2.5px;
  }

  #blue_button {
    width: 334px;
  }

  #blue_button > span {
    font-size: 1.5em;
  }

  #blue_button > span > h4 {
    padding: 2.2px;
  }

}

@media all and (max-width: 700px) {

  .title > h1 {
    margin-top: 10vw;
    position: inherit;
  }

  .title > h3 {
    position: inherit;
  }

  ol {
    padding-left: 3vw;
  }

  ol > li {
    list-style-position: inside;
    padding-left: 2vw;
    padding-right: 3vw;
  }

  /* Header - navigation */

  .menu-bar {
    display: none;
  }

  /* Header - burger menu */

  #burger-menu {
    display: block;
    position: absolute;
    right: 5vw;
    top: 3vw;
    user-select: none;
    -webkit-user-select: none;
  }

  #burger-menu > input {
    cursor: pointer;
    display: block;
    height: 32px;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: -7px;
    width: 40px;
    z-index: 3;
    -webkit-touch-callout: none;
  }

  #burger-menu > span {
    background: #000;
    border-radius: 3px;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    width: 33px;
    z-index: 2;
  }

  #burger-menu > span:first-child {
    transform-origin: 0% 0%;
  }

  #burger-menu > span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #burger-menu > input:checked ~ span {
    background: #000;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
  }

  #burger-menu > input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #burger-menu > input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    background: rgba(255, 255, 255, 0.9);
    border-left: 0.5em solid #cf3;
    border-radius: 15px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    list-style-type: none;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    position: fixed;
    right: 0px;
    width: 250px;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
  }

  #menu a:link {
    text-decoration: none;
  }

  #menu a:hover {
    font-weight: 500;
  }

  #menu li {
    color: #555;
    font-size: 1.1em;
    line-height: 2.2;
    padding: 10px 0;
  }

  #burger-menu > input:not(:checked) ~ ul {
    transform: translate(-700px, 0%);
  }

  #burger-menu > input:checked ~ ul {
    opacity: 1;
    transform: scale(1.0, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  /* Design */

  #lemon_curl, #blue_curl, #violet_curl, #green_curl, #marine_curl {
    padding-top: 60vw;
  }

  /* Article */

  .article {
    position: inherit;
    width: 94%;
  }

  .article > h2 {
    position: inherit;
    z-index: 1;
  }

  .article > h4 {
    position: inherit;
    z-index: 1;
  }

  .article > h4 > ul > li {
    position: relative;
  }

  /* Design */

  .ellipses {
    display: none;
  }

}

@media all and (max-width: 415px) {

  h4 > ul {
    font-size: 1em;
    text-align: left;
  }

  .article > h2 {
    font-size: 1.6em;
  }

  .article > h4 {
    font-size: 1em;
  }

  .article > h4 > ul > li, .article > h4 > ol > li {
    font-size : 1em;
  }

  .subtitle {
    text-align: left;
  }

  .summary > h4 {
    font-size: 1em;
  }

  p.bordered-paragraph {
    text-align: left;
  }

  p.link-paragraph {
    margin-left: 10vw;
    padding: 5px 15px;
  }

  p.link-paragraph > a {
    font-size: 1.2em;
  }

  .not-found {
    padding-left: 33.2px;
    width: 217px;
  }

}

@media all and (max-width: 370px) {

  #menu {
    padding: 30px;
    padding-top: 100px;
    width: 64vw;
  }

}

@media all and (max-width: 340px) {

  .logo {
    width: 85vw;
  }

  .footer > h2 {
    font-size: 1em;
  }

  .summary {
    width: 90vw;
  }

}

@media all and (max-width: 250px) {

  .not-found {
    padding-left: 13.3vw;
    width: 80vw;
  }

}
