/*! ------------------------------------------------
 * Project Name: Imbue Coming Soon & Landing Page Template
 * Project Description: Imbue - classy and stylish coming soon & landing page template to kick-start your project
 * Tags: mix_design, imbue, coming soon, under construction, template, coming soon page, landing page, one page, html5, css3
 * Version: 2.0.0
 * Build Date: January 2019
 * Last Update: March 2022
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design/portfolio
 * File name: main-demo.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Loader
 *  2. Loading Animation
 *  3. Fonts
 *  4. Base CSS Styles
 *  5. Typography
 *  6. Buttons & Triggers
 *  7. Intro
 *  8. Preview Sections
 *  9. Sections Headline
 *  10. Preview Links
 *  11. Subscribe Section
 *  12. Footer
 *  13. Animations
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Loader Start */
/* ------------------------------------------------*/
/*! ------------------------------------------------
 * Project Name: Imbue Coming Soon & Landing Page Template
 * Project Description: Imbue - classy and stylish coming soon & landing page template to kick-start your project
 * Tags: mix_design, imbue, coming soon, under construction, template, coming soon page, landing page, one page, html5, css3
 * Version: 2.0.0
 * Build Date: January 2019
 * Last Update: March 2022
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design/portfolio
 * File name: loader-light.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Loader Styles
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Loader Styles Start */
/* ------------------------------------------------*/
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #DBBEAD;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.loader.fade {
  background-color: #ffffff;
}
.loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.loader .loader-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.loader .loader-content .loader-logo {
  width: 160px;
}
.loader .loader-content .loader-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.6s 1;
     -moz-animation: fadeIn 0.6s 1;
          animation: fadeIn 0.6s 1;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.6s 1;
     -moz-animation: fadeOut 0.6s 1;
          animation: fadeOut 0.6s 1;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ------------------------------------------------*/
/* Loader End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
body.loaded .headline__logo {
  -webkit-animation: 0.8s ease-in-out 1 both slideInUp;
     -moz-animation: 0.8s ease-in-out 1 both slideInUp;
          animation: 0.8s ease-in-out 1 both slideInUp;
}
body.loaded .header__logo,
body.loaded .header__buttons {
  -webkit-animation: 0.8s ease-in-out 0.5s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 0.5s 1 both fadeIn;
          animation: 0.8s ease-in-out 0.5s 1 both fadeIn;
}
body.loaded .intro__illustrations .macbook {
  -webkit-animation: 0.8s ease-in-out 0.6s 1 both slideInUp;
     -moz-animation: 0.8s ease-in-out 0.6s 1 both slideInUp;
          animation: 0.8s ease-in-out 0.6s 1 both slideInUp;
}
body.loaded .intro__illustrations .illustration-2 {
  -webkit-animation: 0.5s ease-in-out 1.6s 1 both slideInUp;
     -moz-animation: 0.5s ease-in-out 1.6s 1 both slideInUp;
          animation: 0.5s ease-in-out 1.6s 1 both slideInUp;
}
body.loaded .intro__illustrations .illustration-4 {
  -webkit-animation: 0.5s ease-in-out 1.7s 1 both slideInUp;
     -moz-animation: 0.5s ease-in-out 1.7s 1 both slideInUp;
          animation: 0.5s ease-in-out 1.7s 1 both slideInUp;
}
body.loaded .intro__illustrations .object-1 {
  -webkit-animation: 0.5s ease-in-out 1.8s 1 both slideInUp;
     -moz-animation: 0.5s ease-in-out 1.8s 1 both slideInUp;
          animation: 0.5s ease-in-out 1.8s 1 both slideInUp;
}
body.loaded .intro__illustrations .object-2 {
  -webkit-animation: 0.5s ease-in-out 1.8s 1 both slideInDown;
     -moz-animation: 0.5s ease-in-out 1.8s 1 both slideInDown;
          animation: 0.5s ease-in-out 1.8s 1 both slideInDown;
}
body.loaded .intro__illustrations .illustration-3 {
  -webkit-animation: 0.3s ease-in-out 1.9s 1 both slideInUp;
     -moz-animation: 0.3s ease-in-out 1.9s 1 both slideInUp;
          animation: 0.3s ease-in-out 1.9s 1 both slideInUp;
}
body.loaded .intro__illustrations .illustration-5 {
  -webkit-animation: 0.3s ease-in-out 2s 1 both slideInUp;
     -moz-animation: 0.3s ease-in-out 2s 1 both slideInUp;
          animation: 0.3s ease-in-out 2s 1 both slideInUp;
}

/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
@font-face {
  font-family: "CormorantGaramond";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/CormorantGaramond-Italic/CormorantGaramond-Italic-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Italic/CormorantGaramond-Italic-LiningNums.woff2") format("woff2"), url("../fonts/CormorantGaramond-Italic/CormorantGaramond-Italic-LiningNums.woff") format("woff"), url("../fonts/CormorantGaramond-Italic/CormorantGaramond-Italic-LiningNums.ttf") format("truetype"), url("../fonts/CormorantGaramond-Italic/CormorantGaramond-Italic-LiningNums.svg#CormorantGaramond") format("svg");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium-LiningNums.woff2") format("woff2"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium-LiningNums.woff") format("woff"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium-LiningNums.ttf") format("truetype"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium-LiningNums.svg#CormorantGaramond") format("svg");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/CormorantGaramond-SemiBold/CormorantGaramond-SemiBold-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-SemiBold/CormorantGaramond-SemiBold-LiningNums.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold/CormorantGaramond-SemiBold-LiningNums.woff") format("woff"), url("../fonts/CormorantGaramond-SemiBold/CormorantGaramond-SemiBold-LiningNums.ttf") format("truetype"), url("../fonts/CormorantGaramond-SemiBold/CormorantGaramond-SemiBold-LiningNums.svg#CormorantGaramond") format("svg");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/CormorantGaramond-SemiBoldItalic/CormorantGaramond-SemiBoldItalic-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-SemiBoldItalic/CormorantGaramond-SemiBoldItalic-LiningNums.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBoldItalic/CormorantGaramond-SemiBoldItalic-LiningNums.woff") format("woff"), url("../fonts/CormorantGaramond-SemiBoldItalic/CormorantGaramond-SemiBoldItalic-LiningNums.ttf") format("truetype"), url("../fonts/CormorantGaramond-SemiBoldItalic/CormorantGaramond-SemiBoldItalic-LiningNums.svg#CormorantGaramond") format("svg");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CormorantGaramond-Bold/CormorantGaramond-Bold-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Bold/CormorantGaramond-Bold-LiningNums.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold/CormorantGaramond-Bold-LiningNums.woff") format("woff"), url("../fonts/CormorantGaramond-Bold/CormorantGaramond-Bold-LiningNums.ttf") format("truetype"), url("../fonts/CormorantGaramond-Bold/CormorantGaramond-Bold-LiningNums.svg#CormorantGaramond") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Raleway-Light/Raleway-Light-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light/Raleway-Light-LiningNums.woff2") format("woff2"), url("../fonts/Raleway-Light/Raleway-Light-LiningNums.woff") format("woff"), url("../fonts/Raleway-Light/Raleway-Light-LiningNums.ttf") format("truetype"), url("../fonts/Raleway-Light/Raleway-Light-LiningNums.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Raleway-Regular/Raleway-Regular-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular/Raleway-Regular-LiningNums.woff2") format("woff2"), url("../fonts/Raleway-Regular/Raleway-Regular-LiningNums.woff") format("woff"), url("../fonts/Raleway-Regular/Raleway-Regular-LiningNums.ttf") format("truetype"), url("../fonts/Raleway-Regular/Raleway-Regular-LiningNums.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Raleway-Medium/Raleway-Medium-LiningNums.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium/Raleway-Medium-LiningNums.woff2") format("woff2"), url("../fonts/Raleway-Medium/Raleway-Medium-LiningNums.woff") format("woff"), url("../fonts/Raleway-Medium/Raleway-Medium-LiningNums.ttf") format("truetype"), url("../fonts/Raleway-Medium/Raleway-Medium-LiningNums.svg#Raleway") format("svg");
}
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

::selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.7 "Raleway", sans-serif;
  color: #676767;
  background-color: #fbfbfb;
}

section {
  position: relative;
  min-width: 320px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
.title__caption {
  font: italic 600 2.2rem/1.2 "CormorantGaramond", serif;
  color: #C69681;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .title__caption {
    font-size: 2.8rem;
  }
}

.title__text {
  margin-top: 1.6rem;
  font: normal 600 3rem/1 "CormorantGaramond", serif;
  text-transform: uppercase;
  color: #212121;
}
@media only screen and (min-width: 768px) {
  .title__text {
    font-size: 4rem;
  }
}

.links__caption {
  text-align: center;
}
.links__caption p {
  margin-top: 1.6rem;
  font: normal 500 1.2rem/1.2 "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #676767;
}
@media only screen and (min-width: 768px) {
  .links__caption p {
    margin-top: 2.4rem;
  }
}

.subscribe__title .title {
  font: normal 600 2.4rem/1.2 "CormorantGaramond", serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .subscribe__title .title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .subscribe__title .title {
    font-size: 4rem;
  }
}

.footer p {
  font: normal 700 1.6rem/1.2 "CormorantGaramond", serif;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.footer a {
  font: normal 700 1.6rem/1.2 "CormorantGaramond", serif;
  color: #212121;
}
.no-touch .footer a:hover {
  color: #C69681;
}
.footer i {
  color: #C69681;
}
.footer i::before {
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Triggers Start */
/* ------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font: normal 500 1rem/1.7 "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn .btn-background,
.btn .btn-caption,
.btn .btn-cart__icon {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn .btn-background {
  padding: 1.4rem 2.8rem 1.3rem 2.8rem;
}

.btn-white {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-white .btn-background {
  background-color: transparent;
}
.no-touch .btn-white:hover {
  background-color: transparent;
}
.no-touch .btn-white:hover .btn-caption,
.no-touch .btn-white:hover .btn-cart__icon {
  color: #ffffff;
}

.btn-cart {
  width: 100%;
}
.btn-cart .btn-cart__icon,
.btn-cart .btn-caption {
  display: inline-block;
}
.btn-cart .btn-cart_icon {
  margin-right: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .btn-cart {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .btn-cart {
    width: auto;
    height: auto;
    line-height: inherit;
  }
  .btn-cart .btn-caption {
    display: inline-block;
  }
}

.to-top {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.no-touch .to-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
  color: #212121;
}
.to-top.is-visible, .to-top.fade-out {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.to-top.is-visible {
  visibility: visible;
  opacity: 1;
}
.to-top.fade-out {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .to-top.fade-out {
    opacity: 0.4;
  }
}

/* ------------------------------------------------*/
/* Buttons & Triggers End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Intro Start */
/* ------------------------------------------------*/
.intro {
  position: relative;
  background-color: #fbfbfb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddc9bd), to(#fbfbfb));
  background: -moz-linear-gradient(top, #ddc9bd 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, #ddc9bd 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ddc9bd 0%, #fbfbfb 100%);
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .intro {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddc9bd), to(#fbfbfb));
    background: -moz-linear-gradient(top, #ddc9bd 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #ddc9bd 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #ddc9bd 0%, #fbfbfb 100%);
  }
}

.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../img/demo/intro-shadow-2.png");
}
@media only screen and (min-width: 992px) {
  .intro__background {
    background-repeat: no-repeat, no-repeat;
    background-position: -320px 0, right top;
    background-image: url("../img/demo/intro-shadow-1.png"), url("../img/demo/intro-shadow-2.png");
    background-position: 0 320px, right top;
  }
}

.intro__header {
  position: relative;
  padding: 3rem -moz-calc(10% - 1.5rem) 0 -moz-calc(10% - 1.5rem);
  padding: 3rem calc(10% - 1.5rem) 0 calc(10% - 1.5rem);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .intro__header {
    padding: 4.8rem -moz-calc(10% - 1.5rem) 0 -moz-calc(10% - 1.5rem);
    padding: 4.8rem calc(10% - 1.5rem) 0 calc(10% - 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .intro__header {
    padding: 4.8rem 8.5rem 0 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__header {
    padding: 8rem 12.5rem 0 12.5rem;
  }
}

.header__logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.header__logo img {
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    margin-bottom: 0;
    text-align: left;
  }
}

.header__buttons {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header__buttons {
    text-align: right;
  }
}

.intro__content {
  position: relative;
}

.headline {
  padding: 10rem -moz-calc(10% - 1.5rem) 8rem -moz-calc(10% - 1.5rem);
  padding: 10rem calc(10% - 1.5rem) 8rem calc(10% - 1.5rem);
}
@media only screen and (min-width: 1200px) {
  .headline {
    padding: 3rem 8.5rem 9rem 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline {
    padding: 3rem 12.5rem 11rem 12.5rem;
  }
}

.headline__logo {
  width: 94%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .headline__logo {
    width: 360px;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .headline__logo {
    width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__logo {
    width: 600px;
  }
}

.intro__illustrations {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-bottom: 2rem;
}
.intro__illustrations img {
  position: relative;
}
.intro__illustrations img.object {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .intro__illustrations {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__illustrations {
    height: 580px;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__illustrations {
    height: 800px;
  }
}

.illustration-1 {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .illustration-1 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 946px;
  }
}
@media only screen and (min-width: 1400px) {
  .illustration-1 {
    width: auto;
  }
  .illustration-1 img {
    width: auto;
  }
}

.illustration-2, .illustration-3, .illustration-4, .illustration-5 {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .illustration-2, .illustration-3, .illustration-4, .illustration-5 {
    display: block;
    position: absolute;
  }
}

.illustration-6, .illustration-7 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .illustration-6, .illustration-7 {
    display: block;
    position: absolute;
  }
}

.illustration-2 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .illustration-2 {
    left: 48px;
    top: 100px;
    width: 360px;
    height: 202px;
  }
}
@media only screen and (min-width: 1400px) {
  .illustration-2 {
    left: 66px;
    top: 120px;
    width: 516px;
    height: 290px;
  }
}

.illustration-3 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .illustration-3 {
    left: 86px;
    top: 250px;
    width: 208px;
  }
}
@media only screen and (min-width: 1400px) {
  .illustration-3 {
    left: 124px;
    top: 326px;
    width: 300px;
    height: auto;
  }
}

.illustration-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .illustration-4 {
    right: 50px;
    top: 130px;
    width: 360px;
    height: 202px;
  }
}
@media only screen and (min-width: 1400px) {
  .illustration-4 {
    top: 170px;
    width: 516px;
    height: 290px;
  }
}

.illustration-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .illustration-5 {
    right: -80px;
    top: 240px;
    width: 360px;
    height: 202px;
  }
}
@media only screen and (min-width: 1400px) {
  .illustration-5 {
    right: -120px;
    top: 320px;
    width: 516px;
    height: 290px;
  }
}

.object-1 {
  top: -50px;
  right: 8%;
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .object-1 {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .object-1 {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .object-1 {
    top: -88px;
    right: -16px;
  }
}

.object-2 {
  top: -300px;
  right: 40px;
  width: 12%;
}
@media only screen and (min-width: 768px) {
  .object-2 {
    width: 8%;
    right: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .object-2 {
    width: auto;
    top: -320px;
  }
}
@media only screen and (min-width: 1200px) {
  .object-2 {
    top: -360px;
    right: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .object-2 {
    top: -360px;
    right: 56px;
  }
}

/* ------------------------------------------------*/
/* Intro End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Preview Sections Start */
/* ------------------------------------------------*/
.demo {
  padding: 3.2rem 0 0 0;
}
.demo.last-section {
  padding: 3.2rem 0;
}
@media only screen and (min-width: 768px) {
  .demo {
    padding: 4.4rem 0 0 0;
  }
  .demo.last-section {
    padding: 4.4rem 0;
  }
}

/* ------------------------------------------------*/
/* Preview Sections End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Sections Headline Start */
/* ------------------------------------------------*/
.demo__title {
  position: relative;
  width: 100%;
  padding: 0 -moz-calc(10% - 1.5rem);
  padding: 0 calc(10% - 1.5rem);
  margin-bottom: 4.8rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .demo__title {
    margin-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .demo__title {
    padding: 0 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .demo__title {
    padding: 0 12.5rem;
  }
}

/* ------------------------------------------------*/
/* Sections Headline End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Preview Links Start */
/* ------------------------------------------------*/
.demo__links {
  position: relative;
  padding: 0 -moz-calc(10% - 1.5rem);
  padding: 0 calc(10% - 1.5rem);
}
.demo__links a {
  display: block;
}
.no-touch .demo__links a:hover .links__image {
  -webkit-transform: translateY(-1.6rem);
     -moz-transform: translateY(-1.6rem);
      -ms-transform: translateY(-1.6rem);
          transform: translateY(-1.6rem);
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .demo__links {
    padding: 0 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .demo__links {
    padding: 0 12.5rem;
  }
}

.links__item {
  position: relative;
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .links__item {
    margin-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .links__item.left {
    margin-right: 1.5rem;
  }
  .links__item.right {
    margin-left: 1.5rem;
  }
}

.links__image {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0, 1.04, 0.68, 1.04);
  -o-transition: all 0.5s cubic-bezier(0, 1.04, 0.68, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0, 1.04, 0.68, 1.04);
  transition: all 0.5s cubic-bezier(0, 1.04, 0.68, 1.04);
}

.links__caption {
  display: block;
}

/* ------------------------------------------------*/
/* Preview Links End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Subscribe Section Start */
/* ------------------------------------------------*/
.subscribe {
  position: relative;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("../img/demo/subscribe-bg.jpg");
}
@media only screen and (min-width: 1200px) {
  .subscribe {
    background-attachment: fixed;
  }
}

.subscribe__container {
  position: relative;
  padding: 8rem -moz-calc(10% - 1.5rem);
  padding: 8rem calc(10% - 1.5rem);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .subscribe__container {
    padding: 10rem -moz-calc(10% - 1.5rem);
    padding: 10rem calc(10% - 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .subscribe__container {
    padding: 10rem 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .subscribe__container {
    padding: 11.6rem 12.5rem;
  }
}

.subscribe__title {
  max-width: 500px;
  margin: 0 auto;
}

.subscribe__form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.reply-group {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.reply-group.is-visible {
  opacity: 1;
}

.reply-group__icon {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 5rem;
  color: #C69681;
}
.reply-group__icon::before {
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reply-group__title {
  font: normal 700 2rem/1.2 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin-top: 0.6rem;
}

.reply-group__text {
  font: normal 400 1.4rem/1.7 "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

form {
  position: relative;
  width: 100%;
}
form input, form textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 1.2rem 0.3rem;
  font: normal 400 1.4rem/1.7 "Raleway", sans-serif;
  -webkit-transition: border-bottom 0.6s;
  -o-transition: border-bottom 0.6s;
  -moz-transition: border-bottom 0.6s;
  transition: border-bottom 0.6s;
}
form input {
  height: 4.6rem;
  margin: 0 0 2.4rem 0;
}

.form-light input, .form-light textarea {
  font-weight: 400;
}
.form-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-light :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-light input:focus:required:invalid,
.form-light textarea:focus:required:invalid {
  color: #ffffff;
}
.form-light input:required:valid,
.form-light textarea:required:valid {
  color: #ffffff;
}
.form-light input, .form-light textarea {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.form-light input:focus, .form-light textarea:focus {
  border-bottom: 1px solid #DBBEAD;
}

.form {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.form.is-hidden {
  opacity: 0;
}

/* ------------------------------------------------*/
/* Subscribe Section End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Footer Start */
/* ------------------------------------------------*/
.footer {
  position: relative;
  padding: 4.8rem -moz-calc(10% - 1.5rem);
  padding: 4.8rem calc(10% - 1.5rem);
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 4.8rem 8.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .footer {
    padding: 4.8rem 12.5rem;
  }
}

/* ------------------------------------------------*/
/* Footer End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animations Start */
/* ------------------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideInUp {
  from {
    -moz-transform: translate3d(0, 30px, 0);
         transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
       -moz-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideInDown {
  from {
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
       -moz-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* ------------------------------------------------*/
/* Animations End */
/* ------------------------------------------------*/