/*FONTS*/
@font-face {
  font-family: "gothambold";
  src: url("../fonts/gothambold-webfont.woff2") format("woff2"),
    url("../fonts/gothambold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambold_italic";
  src: url("../fonts/gothambolditalic-webfont.woff2") format("woff2"),
    url("../fonts/gothambolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambook";
  src: url("../fonts/gothambook-webfont.woff2") format("woff2"),
    url("../fonts/gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothambook_italic";
  src: url("../fonts/gothambookitalic-webfont.woff2") format("woff2"),
    url("../fonts/gothambookitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gothamlight-webfont.woff2") format("woff2"),
    url("../fonts/gothamlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamlight_italic";
  src: url("../fonts/gothamlightitalic-webfont.woff2") format("woff2"),
    url("../fonts/gothamlightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gothammedium-webfont.woff2") format("woff2"),
    url("../fonts/gothammedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothammedium-italic";
  src: url("../fonts/gothammediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/gothammediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --bg-gray: #dcdbd9;
  --bg-green: #bace3b;
}
body {
  overflow: hidden;
}
body,
html {
  font-family: "gothambook";
  cursor: auto;
  margin: 0px;
  padding: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}
.bg-gray{
  background-color: var(--bg-gray);
}
/*.fullpage__section {
  display: table;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}*/
header.header {
  position: relative;
  width: 100%;
}
.logo {
  position: fixed;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  top: 57px;
  left: 70px;
  width: 152px;
  height: 50px;
}

.main-menu,
.top-links {
  position: fixed;
  z-index: 10;
  display: inline-block;
  top: 80px;
  right: 70px;
}
.main-menu .nav-bar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  white-space: nowrap;
}
.main-menu .nav-bar ul li {
  display: inline;
  padding: 0px;
  margin: 0px 35px 0px 0px;
  overflow: hidden;
  display: inline-block;
}
.main-menu .nav-bar ul li:last-child {
  margin-right: 0px;
}
.main-menu .nav-bar ul li a {
  cursor: pointer;
  position: relative;
  color: #000;
  font-family: "gothammedium";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.main-menu .nav-bar ul li .link span {
  display: block;
  position: absolute;
  left: -2px;
  top: 100%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  width: calc(100% + 2px);
  height: 2px;
  background: #000;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.main-menu .nav-bar ul li .link:hover span {
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.top-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: end;
  position: relative;
  top: 40px;
}
.side-link {
  max-width: 154px;
  max-height: 92px;

  padding: 13px 12px;
  text-align: center;
  position: absolute;
  right: 30%;
  top: 80px;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.side-link a {
  font-size: 15px;
  color: #000;
  font-family: "gothammedium";
  text-decoration: none;
  line-height: normal;
}
.side-link.any-page-open {
  transition: ease-in-out 0.22s;
  -webkit-transition: ease-in-out 0.22s;
  -moz-transition: ease-in-out 0.22s;
  opacity: 0;
  visibility: hidden;
}
.language,
.language a {
  font-family: "gothambold_italic";
  color: #fff;
  font-size: 18px;
  margin: 0px 6px;
  text-decoration: none;
}

.language a:hover {
  text-decoration: underline;
}
footer.footer {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding: 0px 20px;
  bottom: 20px;
  box-sizing: border-box;
  display: flex;
}
.footer .left,
.footer .right {
  display: inline-block;
  width: 50%;
}
.footer .left {
  margin-left: 40px;
}
.bottom-arrow, .inside-page-bottom-arrow {
  cursor: pointer;
  width: 50px;
}
.inside-page-bottom-arrow {
  position: fixed;
  right: 70px;
  bottom: 90px;
  cursor: pointer;
    z-index: 1;
}

.footer .right {
  display: flex;
  justify-content: end;
  margin-right: 50px;
}
.home .scroll-carrousel-indicator svg {
  width: 20px;
  height: 12px;
}
.home .scroll-carrousel-indicator svg path {
  fill: black;
}
.icons-logo ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 8px;
}
.icons-logo ul {
  padding-left: 0px;
}
.icons-logo ul li a {
  display: block;
}
.footer .left {
  margin-left: 40px;
}
.privacy-link a {
  font-family: "gothamlight";
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.privacy-link,
.gopro {
  margin-left: 10px;
}
.main-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.main-pic .mask {
  position: relative;
  display: block;
  overflow: hidden;
  will-change: transform;
  font-size: 0;
  z-index: 2;
  text-align: center;
}
.main-pic .mask img {
  position: relative;
  width: 70%;
  max-width: 869px;
  max-height: 864px;
  overflow: hidden;
}
.main-pic .button {
  pointer-events: auto;
  z-index: 3;
}
.button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.button .circle {
  will-change: transform;
  position: relative;
  transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
  -moz-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.button .circle:hover {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.bg-frame:hover {
  z-index: 11;
}
.bg-frame:hover .button .circle {
  -webkit-transform: scale(0.85) rotate(0deg);
  transform: scale(0.85) rotate(0deg);
}
.circle h3 {
  font-family: "gothambold";
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.covers {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  will-change: transform;
}
.covers .project {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.cover .frame {
  display: inline-block;
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  top: 0%;
  left: 50%;
  font-size: 20px;
  width: 100%;
  height: 100%;
}
.cover .left-frame {
  will-change: transform;
  transform: translate(-100%, -100%);
}
.cover .right-frame {
  will-change: transform;
  transform: translate(0%, 100%);
}

.project-0 .cover .left-frame,
.pagecompany .frame-left,
.pagemedia .frame-left,
.project-0 .mask.mask-left {
  background: #dcdbd9;
}
.project-0 .cover .right-frame,
.pagecompany .frame-right,
.pagemedia .frame-right,
.project-0 .mask.mask-right {
  background: #bace3b;
}
.project-1 .cover .left-frame,
.pagecontact .frame-left,
.project-1 .mask.mask-left {
  background: #6bc444;
}
.project-1 .cover .right-frame,
.pagecontact .frame-right,
.project-1 .mask.mask-right {
  background: #a1e470;
}
.project-2 .cover .left-frame,
.pageevent .frame-left,
.project-2 .mask.mask-left {
  background: #e0ac00;
}
.project-2 .cover .right-frame,
.pageevent .frame-right,
.project-2 .mask.mask-right {
  background: #47b851;
}
.project-3 .cover .left-frame,
.project-3 .mask.mask-left {
  background: #f2c52e;
}
.project-3 .cover .right-frame,
.project-3 .mask.mask-right {
  background: #bace3b;
}

.project-4 .cover .left-frame,
.pageproduction .frame-left,
.project-4 .mask.mask-left {
  background: #47b851;
}
.project-4 .cover .right-frame,
.pageproduction .frame-right,
.project-4 .mask.mask-right {
  background: #dcdbd9;
}
.project-5 .cover .left-frame,
.project-5 .mask.mask-left {
  background: #e0ac00;
}
.project-5 .cover .right-frame,
.project-5 .mask.mask-right {
  background: #47b851;
}
.pageproductdetail{
  background: #e0dfdf;
}
.pageproductdetail .frame-left{
  background: #ffffff;
}
.pageproductdetail .frame-right {
  background: #47b851;
}

.pageproductdetailinner .frame-left,
.pageproductdetailinner .frame-right{
  background: #fbda43;
}

.pageproduct .frame-product-left{
background: #eecdca;
}
.pageproduct .frame-product-middle{
background: #820203;
}
.pageproduct .frame-product-right{
background: #94a14f;
}
.page.pageproduct section.frame {
  width: 33.33%;
}

.page.pageproduct {
  display: flex;
}

.headingarea .first-head {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.project h3.heading {
  font-family: "gothambold_italic";
  font-size: 10vw;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  margin: 0;
  position: relative;
  width: 100%;
  transform: translate(0px, 100%);
  will-change: transform;
  text-align: center;
}
.project .headingarea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: 4;
  width: 100%;
  pointer-events: none;
  /* transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); */
}
.main-pic.inside-page {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(0px, 0px);
  height: 100vh;
}
.main-pic.inside-page .mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-pic.inside-page .mask img {
  width: 60%;
}
.pic-text {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 120px;
  padding: 60px;
}
.pic-text {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.pic-text::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.pic-text {
  max-height: 90vh;
  overflow: auto;
  padding-right: 15px;
}

.pic-text h2 {
  color: #fff;
  font-family: "gothambold";
  font-size: 48px;
}

.pic-text p {
  font-family: "gothammedium";
  font-size: 26px;
  color: #000;
  margin-bottom: 0;
}
.slider-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
}
.pageproductdetail .slider-area,
.pageproductdetailinner .slider-area {
  position: absolute;
  top: 0;
  width: 100%;
}
.media-carousel .slick-track,
.product-slider .slick-track,
.product-slider-inner .slick-track {
  display: flex;
  align-items: center;
}

.media-slides img,
.mm-slides img {
  width: 80%;
  margin: 0 auto;
  max-height: 600px;
  object-fit: contain;
}
.pageproductdetail .mm-slides img {
  max-width: 150px;
}
.pageproductdetailinner .mm-slides img {
  max-width: 180px;
  max-height: initial;
}
.m-slides-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.m-slides-text h3 {
  font-family: "gothambold";
  color: #ffffff;
  font-size: 30px;
  width: 100%;
}
.m-slides-text li {
  list-style: none;
  font-family: "gothambook";
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
}
.m-slides-text ul {
  column-count: 3;
  -webkit-column-count: 3;
  width: 100vw;
}

.m-slides-text {margin-top: 0px;}
.hide-image {
  display: none;
}

.media-carousel,
.product-slider,
.product-slider-inner {
  width: 80%;
  margin: auto;
}
button.slick-arrow {
  width: 70px;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
}

button.slick-prev {
  transform: rotate(90deg);
  left: -60px;
}

button.slick-next {
  transform: rotate(-90deg);
  right: -60px;
}

.event .media-slides img {
  max-height: 470px;
}

.page {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
}
.page section.frame {
  height: 100vh;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.page.pageevent section.frame-left,
.page.pagemedia section.frame-left {
  position: absolute;
}

.page section.frame.frame-right {
  position: fixed;
  z-index: 0;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100vh;
}
.main-pic.inside-page .mask img.page-image {
  position: absolute;
}

.page-image {
  background-size: cover;
  padding-bottom: 85%;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  perspective: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  width: 64%;
}
.close-scroll-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  will-change: transform;
}
.close-scroll-indicator svg {
  cursor: pointer;
  width: 56px;
}
.close-scroll-indicator svg .bg {
  fill: black;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.close-scroll-indicator svg .cross {
  fill: white;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
.close-scroll-indicator svg:hover .bg {
  fill: white;
}
.close-scroll-indicator svg:hover .cross {
  fill: black;
}
.close-scroll-indicator svg .scroll {
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 0, 145;
  will-change: stroke-dasharray;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.transition-transition,
.subroute-transition-transition {
  opacity: 1;
}
.home {
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(-27px);
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  height: 100vh;
}
.home .project-carrousel {
  overflow: hidden;
  position: relative !important;
  z-index: 1;
  height: 100vh;
}
.bg-frame {
  position: absolute;
  width: 31vmax;
  height: 31vmax;
  z-index: 2;
  top: 50%;
  left: 50%;
  transition: ease-in-out 0.22s;
  transform: translate(-50%, -50%) translateZ(0);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  will-change: transform;
  opacity: 0;
}
.bg-frame .bg {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-frame .mask {
  transform: translateZ(0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(50%);
  height: calc(100%);
  z-index: 1;
  transform-style: preserve-3d;
  transition: cubic-bezier(0.33, 0.48, 0.21, 0.97) 0.33s;
}

.bg-frame .mask.mask-left {
  transform: translate(0%, 0%);
}

.bg-frame .mask.mask-right {
  transform: translate(100%, 0%);
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.menu-mobile {
  display: none;
}
.frame-product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
}
.frame-product-content > div {
  height: 50%;
}
.pro-left-images {
  margin-top: 0px;
}
h4.product-title{
  font-family: "gothambold";
  font-size: 35px;
  color: #ffffff;
}
.pro-left-image-2 img, .pro-left-image-3 img {
  max-width: 113px;
}
.pro-left-image-1 img{
  width: 100%;
}
.pro-left-text h4.product-title {
  transition: transform ease-in-out 0.22s;
  -webkit-transition: transform ease-in-out 0.22s;
  -moz-transition: transform ease-in-out 0.22s;
  transform: translate(56px, -19px) rotate(-90deg);
  -webkit-transform: translate(56px, -19px) rotate(-90deg);
  -moz-transform: translate(56px, -19px) rotate(-90deg);
}
.frame-product-middle .pro-left-text h4.product-title {
  transform: translate(56px, 80px) rotate(-90deg);
  -webkit-transform: translate(56px, 80px) rotate(-90deg);
  -moz-transform: translate(56px, 80px) rotate(-90deg);
}
.pro-left-image-3 {padding-right: 80px;top: -20px;}
.pro-left-image-2 {padding-left: 5em;}
.pro-left-image-3 img {width: 95px;}

.frame-product-content > div.pro-left-image-right {
  height: 65%;
}
.pro-left-image-right .pro-left-text h4.product-title {
  -webkit-transform: translate(40px, 45px) rotate(-90deg);
  transform:  translate(40px, 45px) rotate(-90deg);
  -moz-transform:  translate(40px, 45px) rotate(-90deg);
}
.frame-product-left .frame-product-content{
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
  -moz-transform: translate(0px, 40px);
}
.frame-product-middle .frame-product-content{
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
}
.frame-product-right .frame-product-content{
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
}
.pageproduct .frame a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pageproduct .frame .rollover-color {
  height: 37%;
  background: #bace3b;
  transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s 0.15s;
  -webkit-transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s 0.15s;
  -moz-transition:cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s 0.15s;
}
.pageproduct .frame .rollover-1,
.pageproduct .frame .rollover-3 {
  transform: translateY(100%);
}
.pageproduct .frame .rollover-2 {
  transform: translateY(-100%);
}
.pageproduct .frame:hover .rollover-1,
.pageproduct .frame:hover .rollover-2,
.pageproduct .frame:hover .rollover-3 {
  transform: translateY(0%);
}
.mm-slides{
  position: relative;
  min-height: 400px;
  padding-top: 7rem;
}
.mm-slides a {
  display: block;
}

.mm-slides .mask-text {
  width: 65%;
  height: 400px;
  background: #bace3bb5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #fff;
  font-family: "gothambold";
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}
.mm-slides .mask-text{
  transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s;
  -webkit-transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s;
  -moz-transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s;
}
.mm-slides:hover .mask-text{
  opacity: 1;
  visibility: visible;
}
.last-fruit-img {
  height: 100%;
}
.last-fruit-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.closeproductdetailinner {
  position: fixed;
  bottom: 70px;
  right: 60px;
  cursor: pointer;
  z-index: 11;
}
.mobilemenufooter {
  display: none;
}
.bottom-pro-images img {width: 25%;margin-top: 15px;}

.bottom-pro-images {display: flex;justify-content: space-around;width: 70%;}
@media screen and (max-width: 768px) {
  body,
  html {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .home {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
  }
  .logo img {
    width: 100%;
  }

  .main-menu,
  .top-links {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
  .top-links {
    position: absolute;
    top: 0px;
    right: 20px;
    max-width: 170px;
  }
  .main-menu {
    text-align: center;
    margin-top: 0;
    background: #010101;
    padding: 80px 10px;
    width: 60%;
    height: 100vh;
    position: fixed;
    right: 0;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    top: 0;
    transition: cubic-bezier(0.5, 0.33, 0.34, 1.1) 0.5s;
  }
  .main-menu.main-menu-open {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
  }
  .menu-mobile {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    transform: translate(-36px, 54px);
    font-size: 19px;
    color: #fff;
    display: block;
  }
  .menu-mobile.menu-open {
    color: #fff;
    z-index: 100;
  }
  .main-menu .nav-bar ul li {
    margin: 5px 7px;
    display: block;
    width: 100%;
  }
  .menu-mobile .fa.fa-times {
    transition: all ease-in-out 1.33s;
  }
  .main-menu-open .side-link {
    border: 1px solid #fff;
    position: relative;
    right: 0;
    top: 20px;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    max-width: 160px;
    max-height: inherit;
    padding: 6px 8px;
  }
  .main-menu-open .side-link a {
    color: #fff;
    font-size: 15px;
  }
  .main-menu .nav-bar ul li a {
    font-size: 16px;
    color: #fff;
  }
  .nav-bar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pic-text {
    position: relative;
    width: 100%;
    top: 0;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
    max-height: 85%;
  }
  .pic-text h2 {
    font-size: 25px;
  }
  .pic-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .main-pic.inside-page {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 3;
    pointer-events: none;
    width: 100%;
  }
  .main-pic.inside-page .mask {
    height: 55%;
  }
  footer.footer {
    position: absolute;
    bottom: 40px;
  }
  .slider-area {
    position: absolute;
    z-index: 1;
    height: 100vh;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
}
  header.header {
    position: absolute;
  }
  .project .headingarea {
    top: 47%;
  }
  .pro-left-images {
    margin-top: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: baseline;
}
.frame-product-middle .pro-left-images > div {
  position: relative;
  top: -112px;
}
h4.product-title {
  text-align: center;
  font-size: 28px;
  z-index: 10;
}
.pro-left-image-2 {
  padding-left: 0em;
}
.pro-left-image-3 {
  padding-right: 0;
  top: 0;
}
.pro-left-image-center img {
  max-width: 100px;
  margin-bottom: 0px;
}
.pro-left-text h4.product-title {
  transform: translate(0%, 0%) rotate(0deg);
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  -moz-transform: translate(0%, 0%) rotate(0deg);
  margin: 0;
}
.frame-product-middle .pro-left-text h4.product-title {
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -moz-transform: translate(0px, 0px) rotate(0deg);
}
.page section.frame {
  height: 50vh;
  width: 100%;
}
.page.pageevent section.frame-left, .page.pagemedia section.frame-left {
  position: relative;
}
.page section.frame.frame-right {
    position: relative;
    width: 100%;
    height: 50vh;
}
.frame-product-content > div {
  height: auto;
  width: 100%;
}
.page.pageproduct {
  flex-wrap: wrap;
}
.page.pageproduct section.frame {
  height: 33.33%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.pageproduct .frame .rollover-2,
.pageproduct .frame .rollover-1, .pageproduct .frame .rollover-3 {
  display: none;
}
.frame-product-content {
  flex-direction: row;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
}
.pro-left-image-1 img {
  position: relative;
  top: -47px;
}
.frame-product-left .frame-product-content .product-title {
  position: absolute;
  top: 50px;
}
.page.pageproduct section.frame.frame-product-right {
  padding-top: 0;
}
.frame-product-content > div.pro-left-image-right {
  height: auto;
}
.pro-left-image-right .pro-left-text h4.product-title {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  -moz-transform: translate(0px, 0px) rotate(0deg);
}

.pro-left-text.pro-last-title {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
}
.last-fruit-img img{
  height: auto;
  }
  .footer .left {
    margin-left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.bg-frame {
  width: 40vmax;
  height: 40vmax;
}
.icons-logo ul li img {
  width: 27px;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.bottom-arrow, .inside-page-bottom-arrow {
  cursor: pointer;
  width: 30px;
}
.inside-page-bottom-arrow {
  right: 50px;
  bottom: 105px;
}
.product-page-header .menu-mobile {
  color: #000;
}
.product-page-header .menu-mobile i.fa-times {
  color: #fff;
}
.product-page-header .language a {
  color: #000;
}
.media-carousel, .product-slider, .product-slider-inner {
  width: 70%;
  margin: auto;
}
button.slick-arrow {
  top: 46%;
}
.mm-slides {
  max-height: inherit;
  padding-top: 100px;
}
.pageevent button.slick-arrow {
  top: 44%;
}
.pagemedia button.slick-arrow {
  top: 43%;
}
.m-slides-text li {
  font-size: 16px;
  line-height: 20px;
}
.m-slides-text h3 {
  font-size: 20px;
}
.m-slides-text {
  margin-top: 10px;
}
.pageproductdetailinner .mm-slides img {
  max-width: 130px;
}
.mobilemenufooter {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 30px;
}
.mobilemenufooter {
  display: block;
}
.privacy-link a {
  color: #fff;
}
.m-slides-text ul {
  column-count: initial;
  -webkit-column-count: initial;
  max-height: 200px;
  overflow: overlay;
}

}
