* {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 111%; }
  @media (max-width: 75em) {
    html {
      font-size: 88%; } }
  @media (max-width: 56em) {
    html {
      font-size: 77%; } }
  @media (max-width: 37em) {
    html {
      font-size: 60%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 133%; } }
  @media only screen and (orientation: landscape) and (max-height: 600px) {
    html {
      font-size: 50%; } }

body {
  display: none;
  font-size: 50%;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #171717;
  box-sizing: border-box;
  background-color: white; }

.bg-video {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  opacity: .2;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.shoppingSiteButton {
  position: fixed;
  display: block;
  top: 55%;
  right: 45%;
  width: 9rem;
  line-height: 1.4rem;
  font-size: 1.2rem;
  z-index: 20;
  border: 2px white solid;
  transform: translateX(50%);
  transition: all 0.4s; }
  @media (min-width: 112.5em) {
    .shoppingSiteButton {
      top: 53%; } }
  @media (max-width: 75em) {
    .shoppingSiteButton {
      top: 57%; } }
  @media (max-width: 56em) {
    .shoppingSiteButton {
      top: 60%; } }
  @media (max-width: 37em) {
    .shoppingSiteButton {
      top: 63%;
      width: 8rem;
      z-index: 21; } }

.button {
  color: #ffffff;
  background-color: #ff6600;
  letter-spacing: 0.05rem;
  text-align: center;
  border-radius: 1rem;
  padding: 0.5rem;
  cursor: pointer; }
  .button:hover {
    transform: translate(50%, -3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .button:active {
    transform: translate(50%, -1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .button::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ff6600;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    top: 0;
    left: 0;
    z-index: -1;
    animation: blink 3s infinite 2s; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveUp {
  0% {
    transform: translateY(80%); }
  100% {
    transform: translate(0); } }

@keyframes turning360 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes logoAnimation {
  0% {
    top: 60%;
    left: 48%;
    transform: translate(-50%, -80px); }
  100% {
    top: 0;
    transform: translate(0); } }

@keyframes blink {
  20%, 100% {
    transform: scaleX(1.4) scaleY(1.8);
    opacity: 0; } }

h1, h2, h3 {
  font-family: 'Martel', serif;
  font-weight: 600;
  line-height: 1.4; }

a {
  text-decoration: none; }

a:visited,
a:link,
a:active {
  color: #979797; }

.wrapper {
  width: 100%; }

.header {
  position: relative;
  height: 95vh;
  background-color: #f0f0f0;
  color: #ff6600;
  padding: 2%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 8% 97%, 0 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 8% 97%, 0 90%); }
  @media (max-width: 37em) {
    .header {
      height: 90vh; } }
  .header__logoBox {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 1rem; }
    .header__logoBox-logo {
      height: 7rem; }
  .header__language {
    position: absolute;
    top: 2rem;
    right: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    color: #979797; }
    .header__language-selected {
      font-weight: 400;
      color: #4a4a4a; }
  .header__textBox {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .header__textBox-counter {
      z-index: 0;
      position: absolute;
      top: 10%;
      font-size: 25rem;
      font-weight: 400;
      left: 0%;
      transform: translate(-50%, -50%);
      color: #e8e8e8; }
    .header__textBox-text {
      position: absolute;
      left: 4rem;
      top: -12rem;
      font-size: 3rem;
      font-weight: 400;
      text-align: left;
      color: #707070; }
      .header__textBox-text-main1, .header__textBox-text-main3 {
        display: block;
        animation: moveInLeft 0.6s ease-out 0.5s;
        animation-fill-mode: backwards;
        -webkit-animation-fill-mode: backwards; }
      .header__textBox-text-main2 {
        display: block;
        animation: moveInRight 0.6s ease-out 0.5s;
        animation-fill-mode: backwards;
        -webkit-animation-fill-mode: backwards; }
    .header__textBox-imageBox-top {
      position: absolute;
      z-index: 10;
      top: -7.99rem;
      left: 50%;
      transform: translate(-50%, -50%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .header__textBox-imageBox-bottom {
      position: relative;
      z-index: 10; }

.heading__cookie_box--inside {
  width: 30rem;
  height: 17rem;
  background-image: url("/firstLayer/BeyazKutu_ici.png");
  background-size: cover;
  background-position: top;
  text-align: center;
  animation: moveUp 0.6s ease-out 2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

.heading__cookie_box--cookieImage {
  margin-top: 3rem;
  width: 25rem;
  animation: turning360 30s linear infinite 2s; }

.heading__cookie_box--boxImage {
  z-index: 10;
  width: 30rem; }

.product,
.customers {
  display: block;
  position: relative;
  padding: 1rem;
  color: #ffffff; }
  .product-image,
  .customers-image {
    position: absolute;
    z-index: -1;
    top: -6rem;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/firstLayer/cookieBg.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 150%; }
    @media (max-width: 37em) {
      .product-image,
      .customers-image {
        top: -7rem; } }
  .product__header,
  .customers__header {
    position: absolute;
    left: 8%;
    font-size: 2rem;
    color: #ff8533; }
    .product__header h2,
    .customers__header h2 {
      background-image: linear-gradient(to bottom right, #ffa366, #ff6600);
      -webkit-background-clip: text;
      color: transparent; }
  .product__details,
  .customers__details {
    display: block;
    margin: 10% 3% -5%; }
    @media (max-width: 37em) {
      .product__details,
      .customers__details {
        margin: 20% 0% -5%; } }
    @media (min-width: 112.5em) {
      .product__details,
      .customers__details {
        margin: 5% 15% -5%; } }
    .product__details-text,
    .customers__details-text {
      font-size: 1.5rem;
      padding: 2% 10%; }
  .product ul,
  .customers ul {
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
    list-style: none;
    font-size: 1.7rem;
    text-align: left; }
    .product ul li,
    .customers ul li {
      margin-bottom: 1rem;
      border-radius: 10%;
      line-height: 2rem;
      padding: 1%; }
      .product ul li.li-first,
      .customers ul li.li-first {
        font-weight: 600;
        font-size: 2rem; }
        @media (max-width: 37em) {
          .product ul li.li-first,
          .customers ul li.li-first {
            font-size: 2rem; } }
  .product span,
  .customers span {
    font-style: normal;
    margin-left: 1rem;
    font-size: 90%;
    color: rgba(255, 255, 255, 0.5); }

.customers {
  margin-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ff6600;
  color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 92% 4rem, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 92% 4rem, 100% 0, 100% 100%, 0% 100%); }
  .customers__details {
    margin: 15% 3% -5%; }
    @media (max-width: 37em) {
      .customers__details {
        margin: 25% 0% -5%; } }
    @media (min-width: 112.5em) {
      .customers__details {
        margin: 10% 15% -5%; } }
  .customers__header {
    left: auto;
    right: 20%; }
    .customers__header h2 {
      background-image: linear-gradient(to bottom right, white, #ffe0cc);
      -webkit-background-clip: text;
      color: transparent; }
  .customers ul {
    font-size: 1.5rem;
    font-style: italic; }
