/*! 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.
 */
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 {
  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 */
  -webkit-text-decoration: underline dotted;
          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 {
  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] {
  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;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 14px;
  color: #1a1a1a;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  color: #e9724c;
  text-decoration: none;
}

body {
  color: #1a1a1a;
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #1a1a1a;
  font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

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

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Excon-Variable";
  src: url("../fonts/Excon-Variable.woff2") format("woff2"), url("../fonts/Excon-Variable.woff") format("woff"), url("../fonts/Excon-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Thin";
  src: url("../fonts/Excon-Thin.woff2") format("woff2"), url("../fonts/Excon-Thin.woff") format("woff"), url("../fonts/Excon-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Light";
  src: url("../fonts/Excon-Light.woff2") format("woff2"), url("../fonts/Excon-Light.woff") format("woff"), url("../fonts/Excon-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Regular";
  src: url("../fonts/Excon-Regular.woff2") format("woff2"), url("../fonts/Excon-Regular.woff") format("woff"), url("../fonts/Excon-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Medium";
  src: url("../fonts/Excon-Medium.woff2") format("woff2"), url("../fonts/Excon-Medium.woff") format("woff"), url("../fonts/Excon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Bold";
  src: url("../fonts/Excon-Bold.woff2") format("woff2"), url("../fonts/Excon-Bold.woff") format("woff"), url("../fonts/Excon-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Excon-Black";
  src: url("../fonts/Excon-Black.woff2") format("woff2"), url("../fonts/Excon-Black.woff") format("woff"), url("../fonts/Excon-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sporting Grotesque_Regular";
  src: url("../fonts/Regular/Sporting_Grotesque-Regular_web.eot");
  src: url("../fonts/Regular/Sporting_Grotesque-Regular_web.eot?#iefix") format("embedded-opentype"), url("../fonts/Regular/Sporting_Grotesque-Regular_web.woff") format("woff"), url("../fonts/Regular/Sporting_Grotesque-Regular_web.woff2") format("woff2"), url("../fonts/Regular/Sporting_Grotesque-Regular_web.ttf") format("truetype"), url("../fonts/Regular/Sporting_Grotesque-Regular_web.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sporting Grotesque_Bold";
  src: url("../fonts/Bold/Sporting_Grotesque-Bold_web.eot");
  src: url("../fonts/Bold/Sporting_Grotesque-Bold_web.eot?#iefix") format("embedded-opentype"), url("../fonts/Bold/Sporting_Grotesque-Bold_web.woff") format("woff"), url("../fonts/Bold/Sporting_Grotesque-Bold_web.woff2") format("woff2"), url("../fonts/Bold/Sporting_Grotesque-Bold_web.ttf") format("truetype"), url("../fonts/Bold/Sporting_Grotesque-Bold_web.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Basic typography style for copy text
*/
body {
  font-size: 16px;
  font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.container-standard {
  padding-left: 50px;
  padding-right: 50px;
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.default-padding + .default-padding {
  padding-top: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 25px 0;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
header #logo img {
  height: 75px;
}

.is-loaded header {
  transform: translateY(0);
  opacity: 1;
}

.toggle {
  display: block;
  cursor: pointer;
}
.toggle input {
  display: none;
}
.toggle input + div {
  width: 20px;
  height: 14px;
  position: relative;
}
.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
}
.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.toggle input + div div span:first-child {
  top: 0;
}
.toggle input + div div span:first-child:before, .toggle input + div div span:first-child:after {
  top: 0;
}
.toggle input + div div span:last-child {
  bottom: 0;
}
.toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
  bottom: 0;
}
.toggle input + div div span:before, .toggle input + div div span:after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
}
.toggle input + div div span:before {
  left: 0;
  transform-origin: 0 50%;
  transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span:after {
  right: 0;
  transform-origin: 100% 50%;
  transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease;
}
.toggle input + div svg:nth-child(3) {
  transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
  transform: rotate(90deg);
}
.toggle input:checked + div div span:before, .toggle input:checked + div div span:after {
  background: #fff;
}
.toggle input:checked + div div span:first-child:before {
  transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child:after {
  transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:before {
  transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:after {
  transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg);
  stroke: #fff;
}
.toggle input:checked + div svg:nth-child(3) {
  transform: rotate(270deg);
}

@media only screen and (max-width: 600px) {
  header .text-end {
    display: none;
  }
  header .menu-toggle {
    order: 2;
  }
  header #logo {
    position: static;
    transform: none;
    order: 1;
  }
  header #logo img {
    height: 60px;
  }
}
#svg-text path {
  fill: none;
  stroke: #000;
  transform-origin: center;
}

#svg-text path:hover {
  transform: translateY(-10px);
}

#landing {
  height: 100vh;
  overflow-x: hidden;
}
#landing svg {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
#landing .landing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#landing .landing-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0;
  z-index: 1;
  transition: all 3s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  transform: scale(1.5);
  opacity: 0;
  transition: all 4s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-image.is-showing:before {
  opacity: 0.75;
}
#landing .landing-image.is-showing img {
  opacity: 1;
}
#landing .landing-image.is-scaled img {
  transform: scale(1);
}
#landing .landing-image.is-animating img {
  -webkit-animation: zoomIns 100s linear infinite;
          animation: zoomIns 100s linear infinite;
}
#landing .landing-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
#landing .landing-content .landing-title {
  font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#landing .landing-content .landing-title span {
  display: inline-block;
  transform: translateY(100px);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-content .landing-title.is-loaded span {
  transform: translateY(0);
}
#landing .landing-content .landing-title.is-white {
  color: #fff;
}
#landing .landing-content p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  overflow: hidden;
  font-weight: 200;
  line-height: 1.8;
}
#landing .landing-content p .hiding-span {
  transform: translateY(200px);
  display: inline-block;
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-content p .hiding-span > span {
  position: relative;
  display: inline-block;
}
#landing .landing-content p .hiding-span > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e9724c;
  z-index: 0;
  transition: all 0.5s ease-out;
  transition-delay: 2s;
}
#landing .landing-content p.is-showing .hiding-span {
  transform: translateY(0);
}
#landing .landing-content p.is-showing .hiding-span > span {
  position: relative;
  display: inline-block;
}
#landing .landing-content p.is-showing .hiding-span > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e9724c;
  z-index: 0;
}

@-webkit-keyframes zoomIns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomIns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.byabasayi-about {
  padding: 120px 0 60px 0;
}
.byabasayi-about .byabasyi-about--paragraph {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 72px;
}
.byabasayi-about .byabasyi-about--paragraph span {
  padding: 6px 8px;
  background-color: #51aae4;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  color: #fff;
}
.byabasayi-about .byabasyi-about--paragraph span:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #2c96dd;
  opacity: 0.6;
}

.byabasayi-numbers {
  padding: 40px 0 60px 0;
}
.byabasayi-numbers .byabasayi-numbers--box {
  padding: 30px 75px;
}
.byabasayi-numbers .byabasayi-numbers--box .number {
  font-size: 96px;
  font-weight: 900;
  opacity: 0.9;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}
.byabasayi-numbers .byabasayi-numbers--box .number > span {
  position: absolute;
  top: 54%;
  left: 54%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #e9724c;
  opacity: 0.6;
}
.byabasayi-numbers .byabasayi-numbers--box p:first-of-type {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.byabasayi-numbers .byabasayi-numbers--box p:last-of-type {
  line-height: 1.8;
}

.moving-title {
  display: inline-block;
}

#mainText {
  fill: #000;
}

.has-left-leaf {
  position: relative;
}
.has-left-leaf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../images/graphics-left-1.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 45%;
  opacity: 0.75;
}

.has-right-leaf {
  position: relative;
}
.has-right-leaf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../images/graphics-right-1.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 45%;
  opacity: 0.75;
}
.has-right-leaf.is-ordered:before {
  background-image: url("../images/graphics-right-2.svg");
  background-position: right top;
}

.has-foliage .foliage-image {
  height: 100vh;
}
.has-foliage .foliage-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.has-foliage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-image: url("../images/foliage1.svg");
  background-position: right top;
  background-repeat: repeat-x;
  background-size: 45%;
}

@media only screen and (max-width: 1024px) {
  .has-foliage .foliage-image {
    height: 35vh;
  }
}
@media only screen and (max-width: 600px) {
  .has-left-leaf:before {
    background-size: 100%;
  }
  .has-right-leaf:before {
    background-size: 100%;
    background-position: right 75%;
  }
  .more-wrapper .fin-title {
    font-size: 3rem;
  }
  #finishing img {
    margin-bottom: 24px;
  }
  .cta {
    padding: 30px 0;
  }
  .cta p {
    padding-bottom: 10px;
  }
  .cta p:before {
    display: none;
  }
  .cta ul {
    flex-direction: column;
    align-items: center;
  }
  .cta ul li {
    padding: 10px 0;
  }
}/*# sourceMappingURL=homepage.css.map */