/* IMPORT CLASSES */
/*************************************************
 MEDIA QUERY DEFINITIONS
*************************************************/
/* Common Style */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

a:focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

button:focus,
:focus-visible {
  outline: none;
  border: none;
}

/* Root*/
:root {
  --pear-can: #e6ffde;
  --pear-logo: #03403f;
  --apple-can: #f2675a;
  --apple-logo: #ec4458;
  --exotic-can: #9590f1;
  --black-color: #000000;
  --white-color: #ffffff;
  --exotic-logo: #6464ff;
  --pear-background: #c9e78a;
  --apple-background: #DABA15;
  --exotic-background: #c1bff2;
  --white: #ffffff;
}

/* Typography */
h1 {
  font-family: "Lexend" !important;
  font-size: 449px !important;
  line-height: normal !important;
  color: var(--white-color) !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
h1 a {
  color: var(--white-color) !important;
  text-decoration: none;
}

h2 {
  font-family: "Lexend" !important;
  font-size: 40px;
  line-height: normal;
  margin: 0;
  font-weight: 900 !important;
}

/* Header */
header {
  padding: 22px 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99;
  text-align: center;
}

.logo {
  color: var(--pear-logo);
  text-decoration: none;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
footer h2 {
  text-transform: uppercase;
  font-size: 1.3vw;
}
@media (max-width: 767px) {
  footer h2 {
    font-size: 2.4vw !important;
  }
}

/*************************************************
 CSS RESERT - ERIC MEYER'S v2.0
*************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, input:focus, :focus {
  outline: 0;
}

img {
  -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none; /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  vertical-align: middle;
}

/* IMPORT FONTS */
.homepage-body {
  /* Cane Image and Wrapper Image */
  /*Fruits Images */
  /*Section  */
  /* Add this to your CSS */
  /* Buttons */
  /*.......... Responsive.............. */
}
.homepage-body .cane-image {
  max-width: 265px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(https://www.yudiz.com/codepen/fruity/cane.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  overflow: hidden;
}
.homepage-body .cane-image img {
  width: 100%;
}
.homepage-body .cane-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 300% !important;
  mix-blend-mode: multiply;
  transition: all ease-in-out 0.3s;
}
.homepage-body #section1 .image-one {
  max-width: 480px;
}
.homepage-body #section2 .image-four {
  max-width: 350px;
}
.homepage-body #section4 .image-two {
  max-width: 200px;
}
.homepage-body .fruit-image {
  opacity: 1;
  position: absolute;
}
.homepage-body .image-one {
  max-width: 300px;
  bottom: 100px;
  width: 100%;
}
.homepage-body .image-two {
  max-width: 300px;
  top: 23%;
  left: 25%;
  width: 100%;
}
.homepage-body .image-three {
  max-width: 300px;
  top: 23%;
  right: 25%;
  width: 100%;
}
.homepage-body .image-four {
  max-width: 300px;
  bottom: 100px;
  right: 0;
  width: 100%;
}
.homepage-body .section-container-main {
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.homepage-body .section-container {
  width: 300vw;
  display: flex;
  position: relative;
  transition: all ease-in-out 0.5s;
  align-items: center;
}
.homepage-body .section {
  min-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
  background: var(--pear-background);
}
.homepage-body .section:nth-child(2) {
  background-color: var(--apple-background);
}
.homepage-body .section:nth-child(3) {
  background-color: var(--exotic-background);
}
.homepage-body .section:nth-child(4) {
  background-color: var(--apple-can);
}
.homepage-body button {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: var(--white-color);
  border: none;
  font-size: 40px;
  color: var(--apple-logo);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.homepage-body #prevButton {
  left: 30px;
  right: unset;
  display: none;
  transition: all ease-in 0.3s;
}
.homepage-body .wave {
  animation: wave-apple-effect 4s linear infinite;
  animation-direction: normal;
}
@keyframes wave-pear-effect {
  0% {
    box-shadow: 0 0 0 0px var(--pear-background), 0 0 0 0px var(--pear-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 0px var(--pear-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@keyframes wave-apple-effect {
  0% {
    box-shadow: 0 0 0 0px var(--apple-background), 0 0 0 0px var(--apple-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 0px var(--apple-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@keyframes wave-exotic-effect {
  0% {
    box-shadow: 0 0 0 0px var(--exotic-background), 0 0 0 0px var(--exotic-background);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 0px var(--exotic-background);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@keyframes wave-digital-effect {
  0% {
    box-shadow: 0 0 0 0px var(--apple-can), 0 0 0 0px var(--apple-can);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 0px var(--apple-can);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(60, 41, 188, 0), 0 0 0 30px rgba(0, 230, 118, 0);
  }
}
@media screen and (max-width: 1550px) {
  .homepage-body h1 {
    font-size: 350px !important;
  }
  .homepage-body .cane-image {
    max-width: 280px;
  }
  .homepage-body .image-one {
    max-width: 300px;
  }
  .homepage-body .image-two {
    max-width: 300px;
    left: 22%;
    top: 10%;
  }
  .homepage-body .image-three {
    max-width: 300px;
  }
  .homepage-body .image-four {
    max-width: 300px;
    right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-body h1 {
    font-size: 300px !important;
  }
  .homepage-body .cane-image::after {
    width: 150%;
  }
  .homepage-body .image-one {
    max-width: 245px;
  }
  .homepage-body .image-two {
    max-width: 245px;
    left: 18%;
    top: 10%;
  }
  .homepage-body .image-three {
    max-width: 245px;
    right: 18%;
  }
  .homepage-body .image-four {
    max-width: 245px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-body h1 {
    font-size: 240px !important;
  }
  .homepage-body .cane-image {
    max-width: 250px;
  }
  .homepage-body button {
    height: 80px;
    width: 80px;
    top: 90%;
  }
  .homepage-body .image-one {
    max-width: 235px;
  }
  .homepage-body .image-two {
    max-width: 235px;
    left: 12%;
    top: 12%;
  }
  .homepage-body .image-three {
    max-width: 235px;
    right: 12%;
  }
  .homepage-body .image-four {
    max-width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-body h1 {
    font-size: 180px !important;
  }
  .homepage-body h2 {
    font-size: 30px;
  }
  .homepage-body .cane-image {
    max-width: 180px;
  }
  .homepage-body button {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
  .homepage-body #section1 .image-one {
    max-width: 380px;
  }
  .homepage-body #section2 .image-four {
    max-width: 220px;
  }
  .homepage-body #section4 .image-two {
    max-width: 100px;
  }
  .homepage-body .image-one {
    max-width: 215px;
    bottom: 150px;
  }
  .homepage-body .image-two {
    max-width: 215px;
    left: 12%;
    top: 15%;
  }
  .homepage-body .image-three {
    max-width: 215px;
    right: 10%;
  }
  .homepage-body .image-four {
    max-width: 215px;
    bottom: 150px;
  }
}
@media screen and (max-width: 575px) {
  .homepage-body h1 {
    font-size: 100px !important;
  }
  .homepage-body .cane-image::after {
    width: 100%;
  }
  .homepage-body .image-one {
    max-width: 200px;
  }
  .homepage-body .image-two {
    max-width: 200px;
    left: 4%;
    top: 18%;
  }
  .homepage-body .image-three {
    max-width: 200px;
    right: 4%;
  }
  .homepage-body .image-four {
    max-width: 200px;
    right: 0;
  }
}

#contact-body {
  background-color: #c9e78a;
}
#contact-body h1 {
  font-size: 8vw !important;
}

#video-body {
  background-color: #c9e78a;
}
#video-body h1 {
  font-size: 8vw !important;
}

#photo-body {
  background-color: #DABA15;
}
#photo-body h1 {
  font-size: 8vw !important;
}
#photo-body footer .logo {
  color: var(--apple-logo);
}

#design-body {
  background-color: #c1bff2;
}
#design-body h1 {
  font-size: 8vw !important;
}
#design-body footer .logo {
  color: var(--exotic-logo);
}

#digital-body {
  background-color: #f2675a;
}
#digital-body h1 {
  font-size: 8vw !important;
}
#digital-body footer .logo {
  color: var(--pear-logo);
}/*# sourceMappingURL=style.css.map */