/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Pacifico|Raleway:300,700,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

a,
button {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

body {
  min-height: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.7rem;
  font-style: inherit;
  color: #262626;
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 10%;
}

.section {
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center left;
  overflow: hidden;
  background-size: 100%;
}
.section__article {
  max-width: 400px;
  padding: 175px 0 225px 0;
}
.section__article--home {
  padding-top: 265px;
}
.section__title {
  margin: 0;
  font-size: 9rem;
  font-weight: 900;
  text-align: center;
}
.section__text {
  margin: 15px 0 15px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 10px;
}
.section__subtitle {
  font-size: 1.7rem;
  text-align: center;
  margin: 2.5rem auto 4.5rem;
  width: 54.1666666667%;
  /* border: 1px solid white; */
  line-height: 2.5rem;
}
.section__btn {
  display: inline-block;
  padding: 15px 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}
.section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 60px;
}

.svg {
  fill: #262626;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.section--home {
  background-color: #f9f8fb;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.section__title--home {
  font-size: 6rem;
}
.section__btn--home {
  background: #ff6033;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section__btn--home:hover, .section__btn--home:focus, .section__btn--home:active {
  background: #fff;
  color: #ff6033;
}

.svg--scroll {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.svg--scroll:hover, .svg--scroll:focus, .svg--scroll:active {
  fill: #ff6033;
}

@media screen and (max-width: 576px) {
  .section--home {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .section--home .section__text {
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
  }
  .section__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.section--about {
  background-color: #00bfbf;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.section--about .section__article {
  margin: 0 0 0 calc(100% - 400px);
}

@media screen and (max-width: 1000px) {
  .section--about .section__text {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
  }
}
@media screen and (max-width: 960px) {
  .section--about .section__text {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
  }
}
@media screen and (max-width: 800px) {
  .section--about .section__text {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
  }
}
@media screen and (max-width: 768px) {
  .section--about .section__text {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  }
}
@media screen and (min-width: 576px) {
  .flexboxtweener .section--about .section__title {
    font-size: 7rem;
  }
}
@media screen and (max-width: 576px) {
  .section--about {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .section--about .section__text {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section--about .section__article {
    margin: 0 auto;
    padding-top: 0;
  }
}
.section--services {
  background-color: #70bfff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-size: auto;
  background-position-x: 80%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section--services .title-box {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section--services .section__btns {
  margin-top: 150px;
  margin-bottom: 150px;
}
.section__btn--services {
  background: #fff;
  color: #262626;
  fill: #262626;
  font-weight: 900;
  font-size: 2rem;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 100px;
  width: 400px;
}
.section__btn--services .text-box {
  width: 300px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #9d9d9d;
  padding: 0 25px;
}
.section__btn--services .text-box span {
  margin: auto;
  text-align: center;
}
.section__btn--services .svg {
  margin: auto;
}
.section__btn--services {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section__btn--services:hover, .section__btn--services:focus, .section__btn--services:active {
  background: #262626;
  color: #fff;
}
.section__btn--services:hover .svg, .section__btn--services:focus .svg, .section__btn--services:active .svg {
  fill: #fff;
}

.svg--services {
  border-left: #9d9d9d;
  display: inline-block;
}

@media screen and (max-width: 1125px) {
  .section__title--services {
    font-size: 7rem;
  }
  .section--services {
    background-position-x: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .section__title--services {
    font-size: 7rem;
  }
  .section__btn--services {
    margin: 20px;
  }
}
@media screen and (max-width: 960px) {
  .section__btn--services {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section--services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--services .title-box {
    margin: 75px auto 20px;
  }
  .section--services .section__btns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 75px;
  }
}
@media screen and (max-width: 576px) {
  .section--services .title-box {
    margin-top: 0;
  }
  .section__btn--services {
    width: 300px;
  }
  .section__btn--services .svg {
    min-width: 100px;
  }
}
.flexboxtweener .section__btn--services .text-box span {
  margin-top: 20px;
}

.section--gallery {
  background-color: #ffe92f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 10%;
}
.section__title--gallery {
  max-width: 100%;
  margin: 65px auto 0;
}
.section__btn--gallery {
  margin: 40px auto 75px;
  padding: 2rem 5.5rem 2rem 4rem;
  background: #5585a2;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section__btn--gallery:hover, .section__btn--gallery:focus, .section__btn--gallery:active {
  background: #fff;
  color: #5585a2;
}

.grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 11vw);
  grid-template-rows: repeat(7, 8vw);
  display: -ms-grid;
  -ms-grid-columns: 11vw 2vw 11vw 2vw 11vw 2vw 11vw 2vw 11vw 2vw 11vw;
  -ms-grid-rows: 8vw 2vw 8vw 2vw 8vw 2vw 8vw 2vw 8vw 2vw 8vw 2vw 8vw;
  gap: 2vw;
  grid-auto-flow: dense;
  text-align: center;
}
.grid__item {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.61);
}
.grid__item--lg {
  grid-column: span 4;
  grid-row: span 4;
  -ms-grid-column-span: 7;
  -ms-grid-row-span: 7;
}
.grid__item--mid {
  grid-column: span 3;
  grid-row: span 3;
  -ms-grid-column-span: 5;
  -ms-grid-row-span: 5;
}
.grid__item--sm {
  grid-column: span 2;
  grid-row: span 2;
  -ms-grid-column-span: 3;
  -ms-grid-row-span: 3;
}
.grid__item .poster {
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.grid__item .poster__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid__item .poster__img--wide {
  height: 100%;
  width: auto;
}
.grid__item .poster__img--tall {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .flexboxtweener .section__btn--services .text-box span {
    margin-top: 20px;
  }
  .grid {
    grid-template-columns: repeat(1, 90vw);
    grid-template-rows: repeat(5, 66vw);
    -ms-grid-columns: 90vw;
    -ms-grid-rows: 66vw 2vw 66vw 2vw 66vw 2vw 66vw 2vw 66vw;
  }
  .grid__item--lg {
    grid-column: span 1;
    grid-row: span 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  .grid__item--mid {
    grid-column: span 1;
    grid-row: span 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
  .grid__item--sm {
    grid-column: span 1;
    grid-row: span 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .grid__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid__item:nth-child(2) {
    -ms-grid-column: 9;
    -ms-grid-row: 1;
  }
  .grid__item:nth-child(3) {
    -ms-grid-column: 9;
    -ms-grid-row: 5;
  }
  .grid__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .grid__item:nth-child(5) {
    -ms-grid-column: 7;
    -ms-grid-row: 9;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 576px), (-ms-high-contrast: active) and (max-width: 576px) {
  .grid__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .grid__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .grid__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .grid__item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
}
.form--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__input {
  min-height: 5rem;
  min-width: 576px;
  border: none;
  line-height: 5rem;
  font-family: "Raleway";
  font-size: 1.5rem;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.486);
  border: 1px solid #262626;
  margin-right: 30px;
  margin-bottom: 17px;
}
.form__input:focus:invalid {
  border-color: rgb(175, 0, 0);
}
.form__input:valid {
  border-color: rgb(38, 161, 0);
}

.section__article--subscribe {
  max-width: 768px;
  padding: 150px 0;
}
.section__title--subscribe {
  font-size: 4rem;
  max-width: 576px;
  padding-left: 50px;
  text-align: left;
}
.section__text--subscribe {
  max-width: 576px;
  padding: 0;
}
.section__btn--subscribe {
  border: none;
  text-transform: uppercase;
  background-color: #96b92c;
  color: #fff;
  cursor: pointer;
  margin-bottom: 17px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section__btn--subscribe:hover, .section__btn--subscribe:focus, .section__btn--subscribe:active {
  background: #fff;
  color: #96b92c;
}

@media screen and (max-width: 960px) {
  .section__text--subscribe {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.678)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.678) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.678) 100%);
  }
}
@media screen and (max-width: 576px) {
  .section__btn--subscribe {
    margin: 0 auto;
  }
  .section__text--subscribe {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.747)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.747) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.747) 70%);
  }
  .section__title--subscribe {
    padding-left: 0;
    text-align: center;
  }
  .section__article--subscribe {
    padding: 50px 0;
  }
  .form__input {
    min-width: 98%;
    margin: 0 auto 17px auto;
  }
}
.section--blog {
  text-align: center;
  background: #b07cf7;
  color: #fff;
}
.section--blog a,
.section--blog .button {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #fff;
}
.section--blog h1 {
  margin: 75px auto auto;
}
.section--blog header p {
  font-size: 1.7rem;
  text-align: center;
  margin: 2.5rem auto 4.5rem;
  width: 54.1666666667%;
  /* border: 1px solid white; */
  line-height: 2.5rem;
}
.section--blog main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin: 0 1.5rem 0 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--blog main a {
  /* border: 1px solid white; */
  width: 31.6239316239%;
  overflow-y: hidden;
  background: rgb(255, 242, 67);
  position: relative;
  height: 31rem;
  -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
}
.section--blog main a:not(:hover):focus .article,
.section--blog main a:not(:hover):active .article,
.section--blog main a:hover .article {
  top: -31rem;
}
.section--blog img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 100%;
  object-position: 0 100%;
}
.section--blog .article {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* border: 1px solid white; */
  height: 62rem;
  padding: 0 1.5rem;
  position: relative;
  top: 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.9)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.section--blog .article__date {
  text-align: center;
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 3rem;
  top: 3rem;
}
.section--blog .article__date p:first-child {
  font-size: 3.2rem;
  margin: auto auto 0 auto;
  font-weight: 700;
  position: relative;
  top: -1rem;
}
.section--blog .article__date p:last-child {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 auto auto auto;
  position: relative;
  top: -2.3rem;
}
.section--blog .article h2 {
  /* border: 1px solid white; */
  font-size: 2rem;
  text-align: left;
  position: absolute;
  bottom: 36rem;
}
.section--blog .article__info {
  /* border: 1px solid white; */
  font-size: 1.3rem;
  position: absolute;
  bottom: 33rem;
}
.section--blog .article__info__author:not(:empty):before {
  content: "By ";
}
.section--blog .article__info__author:not(:empty):after {
  content: " - ";
}
.section--blog .article article p {
  font-size: 1.7rem;
  text-align: left;
  line-height: 2.5rem;
  position: absolute;
  top: 33rem;
}
.section--blog .button {
  display: inline-block;
  margin: 4.5rem auto 7.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 2rem 5.5rem 2rem 4rem;
  background: #f72b3b;
  -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section--blog .button:hover, .section--blog .button:focus, .section--blog .button:active {
  color: #f72b3b;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .section--blog main a {
    width: 400px;
    margin: auto;
  }
  .section--blog main a + a {
    margin-top: 45px;
  }
  .section--blog header p {
    width: 98%;
  }
}
@media screen and (max-width: 576px) {
  .section--blog .section__title {
    margin-top: 1.5rem;
  }
}
@-webkit-keyframes rotateY {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.section--contacts {
  color: #000;
}
.section--contacts main {
  background-color: #89a8ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 120px 0;
}
.section--contacts .section__title {
  font-size: 9rem;
  line-height: 7rem;
  text-align: center;
}
.section--contacts h1 + p {
  /* border: 1px solid green; */
  display: block;
  width: 360px;
  margin: 40px auto;
  text-align: center;
}
.section--contacts h2 {
  font-size: 1.7rem;
  font-weight: 700;
}
.section--contacts p + h2 {
  margin-top: 15px;
}
.section--contacts input:focus::-webkit-input-placeholder, .section--contacts textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.section--contacts input:focus::-moz-placeholder, .section--contacts textarea:focus::-moz-placeholder {
  color: transparent;
}
.section--contacts input:focus:-ms-input-placeholder, .section--contacts textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.section--contacts input:focus::-ms-input-placeholder, .section--contacts textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.section--contacts input:focus::placeholder,
.section--contacts textarea:focus::placeholder {
  color: transparent;
}
.section--contacts footer {
  background-color: #000;
  color: #b9b9b9;
}
.section--contacts footer p {
  text-align: center;
  margin: 10px 0;
}
.section--contacts footer p:nth-child(1) {
  font-size: 1.6rem;
}
.section--contacts footer p:nth-child(2) {
  font-family: "Pacifico";
  font-size: 2.5rem;
}
.section--contacts footer p:nth-child(3) {
  font-size: 1.5rem;
}
.section--contacts footer p:nth-child(3) span {
  color: #ff2b58;
}
.section--contacts .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  min-width: 500px;
  margin: 0 auto 0 auto;
}
.section--contacts .flex__item {
  /* border: 1px solid yellow; */
  width: 500px;
}
.section--contacts {
  /* .message {} */
}
.section--contacts .message__input {
  width: 100%;
  background-color: rgba(0, 196, 196, 0.5);
  border: none;
  line-height: 5rem;
  min-height: 5rem;
  font-family: "Raleway";
  font-size: 1.5rem;
  color: #fff;
  padding: 0 15px;
  border-left: 5px solid rgba(53, 91, 130, 0);
  resize: none;
}
.section--contacts .message__input::-webkit-input-placeholder {
  color: #fff;
}
.section--contacts .message__input::-moz-placeholder {
  color: #fff;
}
.section--contacts .message__input:-ms-input-placeholder {
  color: #fff;
}
.section--contacts .message__input::-ms-input-placeholder {
  color: #fff;
}
.section--contacts .message__input::placeholder {
  color: #fff;
}
.section--contacts .message__input + .message__input {
  margin-top: 15px;
}
.section--contacts .filled:valid {
  border-color: rgb(53, 91, 130);
}
.section--contacts .filled:invalid {
  border-color: rgb(255, 41, 41);
}
.section--contacts .info p {
  font-size: 2rem;
}
.section--contacts .flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 15px 0;
  margin: 0 calc((-100% + 500px) * 16 / 100) 0 calc((-100% + 500px) * 165 / 1000);
  min-width: 600px;
}
.section--contacts .submit {
  display: none;
}
.section--contacts .link {
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  position: relative;
  width: 30px;
  -webkit-animation: rotateY 6s linear infinite;
  -o-animation: rotateY 6s linear infinite;
  animation: rotateY 6s linear infinite;
}
.section--contacts .fav-link:hover .link,
.section--contacts .fav-link:focus .link {
  -webkit-animation: rotateY 1s linear infinite;
  -o-animation: rotateY 1s linear infinite;
  animation: rotateY 1s linear infinite;
}
.section--contacts .fav-link:active .link {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.section--contacts .fav-link {
  /* border: 1px solid black; */
  position: fixed;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 576px) {
  .section--contacts .flex-footer {
    margin: auto;
  }
  .section--contacts .flex-footer p {
    min-width: 100%;
  }
  .section--contacts .flex-footer {
    min-width: 98%;
  }
  .section--contacts .flex {
    min-width: 98%;
  }
  .section--contacts .flex__item {
    min-width: 100%;
  }
  .section--contacts .flex-footer {
    min-width: 100%;
  }
  .section--contacts .section__title {
    font-size: 4rem;
    margin-top: 0;
    padding-top: 1.5rem;
  }
  .section--contacts main {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .message__input:nth-child(4) {
    min-height: 250px;
  }
  .flex__item {
    margin-left: auto;
    margin-right: auto;
  }
  .section--contacts .flex-footer p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .section__article {
    padding: 100px 0 125px 0;
  }
  .section__article--home {
    padding-top: 180px;
  }
  .container {
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .section__article {
    padding: 100px 0 125px 0;
  }
  .container {
    padding: 0 1%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 1%;
  }
  .section {
    width: 100%;
  }
  .section__subtitle {
    font-size: 1.7rem;
    text-align: center;
    margin: 2.5rem auto 4.5rem;
    width: 98%;
    /* border: 1px solid white; */
    line-height: 2.5rem;
  }
  .section__article {
    padding: 20px 0 30px 0;
    margin-right: 0;
  }
  .section__title {
    font-size: 4rem;
    margin-top: 1.5rem;
  }
  .section__link {
    padding: 20px;
  }
}
.nav {
  z-index: 2;
  /* outline: 1px solid black; */
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.nav__logo {
  font-family: "Pacifico", sans-serif;
  font-size: 5rem;
}
.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 545px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.nav__link {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.7rem;
  font-style: inherit;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 2px;
  margin: auto;
  border: 3px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  border-top-color: #ff6033;
}
.nav__burger {
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 4rem;
  display: none;
}
.nav__symbol {
  width: 70px;
  height: 50px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 768px) {
  .nav__logo {
    width: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .nav {
    position: absolute;
    left: -99999px;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .nav__logo {
    padding: 0 1rem;
    text-shadow: 0 0 1rem #fff;
    width: auto;
    position: fixed;
    top: -5px;
    left: -100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 4rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav__symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 95, 51, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: rgb(0, 0, 0);
  }
  .nav__links {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.7rem;
    font-style: inherit;
    color: #262626;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 99999px;
  }
  .nav__link {
    overflow: hidden;
    position: fixed;
    width: 200px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    padding-left: 3rem;
    left: -200px;
    color: rgb(0, 0, 0);
    margin-top: 1rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
    background: rgba(255, 246, 246, 0.623);
    border-radius: 0 1rem 1rem 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav__link:hover, .nav__link:focus, .nav__link:active {
    border-color: #ff6033;
  }
  .nav__link:hover:nth-child(1), .nav__link:focus:nth-child(1), .nav__link:active:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:hover:nth-child(2), .nav__link:focus:nth-child(2), .nav__link:active:nth-child(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:hover:nth-child(3), .nav__link:focus:nth-child(3), .nav__link:active:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:hover:nth-child(4), .nav__link:focus:nth-child(4), .nav__link:active:nth-child(4) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:hover:nth-child(5), .nav__link:focus:nth-child(5), .nav__link:active:nth-child(5) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:hover:nth-child(6), .nav__link:focus:nth-child(6), .nav__link:active:nth-child(6) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__link:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 70px;
  }
  .nav__link:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    top: 150px;
  }
  .nav__link:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 230px;
  }
  .nav__link:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: 310px;
  }
  .nav__link:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    top: 390px;
  }
  .nav__link:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    top: 470px;
  }
  .nav__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 7vw;
    top: 7vw;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotateZ(0deg);
    transform: translate(-50%, -50%) rotateZ(0deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav__burger:hover, .nav__burger:focus, .nav__burger:active {
    color: #ff5f33;
  }
}
#burger:checked + .nav__logo + .nav__burger {
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotateZ(-90deg);
  transform: translate(-50%, -50%) rotateZ(-90deg);
  left: 7vw;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#burger:checked + .nav__logo + .nav__burger + .nav__links .nav__link {
  left: -130px;
}

.full-view #burger:checked + .nav__logo {
  left: 50%;
}
.full-view #burger:checked + .nav__logo + .nav__burger {
  left: 93vw;
}
.full-view #burger:checked + .nav__logo + .nav__burger + .nav__links .nav__link {
  left: -25px;
}