:root {
  --main-color: #ff6f69; }

> * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  > *:before, > *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

::selection {
  background-color: #fff;
  color: #fff; }

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
  color: #000; }

.grid-container {
  display: grid;
  max-width: 1200px;
  margin: 0 auto; }

/*min-height:32vh;*/
.main img {
  width: 30%; }

section {
  width: 100%;
  height: 100vh;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative; }

.first {
  background-color: #4bb4e7; }

.second {
  background-color: #12161e;
  align-items: center;
  display: grid; }

.third {
  background-color: #efe9dd; }

.fourth {
  background-color: #c9efee; }

.trigger, .trigger1, .trigger2, .trigger3 {
  position: absolute;
  top: 200px; }

.ml7 {
  position: relative;
  font-weight: 900;
  font-size: 70px; }

.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden; }

.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em; }

.ml2 {
  font-weight: 900;
  font-size: 3.5em;
  color: white; }

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
  color: white; }

.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em; }

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden; }

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0; }

.ml15 {
  font-weight: 800;
  font-size: 3.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em; }

.ml15 .word {
  display: inline-block; }
