/** {
  margin: 0;
  padding: 0;
}*/

.wrapper {
  width: 80%;
  height: 100vh;
  font-family: "Montserrat";
  font-size: 12px;
  overflow: hidden;
/*  background: #7b89b8; */
}
section.bottle-cont{
  text-shadow:0px 0px 6px black;
}

/*ul {
  list-style: none;
}*/

.nav_pal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
	  padding-right: 50px;
  text-transform: none;
  font-weight: 400;
}

/*.logo {
  font-size: 40px;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}*/

/*.menu-links ul li {
  display: inline-block;
  padding-right: 20px;
*/
.search,
.cart {
  font-size: 20px;
}

.content_pal {
  position: absolute;
  display: flex;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}
.content_pal > div.desc{
  color:black;
}
div.desc > p{
  font-weight: bold !important;text-shadow:0px 0px 1.7px black;
}

.title_pal {
  flex: 0 0 100%;
  font-size: 170px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0039b2;
  opacity: 1;
  text-shadow:none !important;
  z-index:1;
}

.tagline {
  flex: 1;
  font-size: 30px;
  color: #999;
}

.pages {
  flex: 0;
  letter-spacing: 5px;
  color: #999;
}

.pages span {
  font-size: 60px;
  color: #000;
  font-weight: 600;
}

.more {
  flex: 1;
  margin-top:-70px;
  margin-right:120px;
}

.more a {
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  color: white;
  /*background: #5d9ceb;*/
  background: #0039b2;
  padding: 10px 120px;
  border-radius: 10px;
}

.desc {
  flex: 0 0 40%;
  margin-top:0px !important;
}

.desc p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 20px;
}

.desc p:nth-child(2) {
  line-height: 1.3;
}

.desc span {
  color: #aecd31;
}

.juice {
  position: absolute;
  top: 50%;
  left: 51%;
  z-index: 2;
}

.juice img {
  animation: float 4s ease-in-out infinite;
  max-height: 700px;
  height: 630px;
}

@keyframes float {
  0% {
    transform: translate(-50%, -46%);
  }
  50% {
    transform: translate(-50%, -54%);
  }
  100% {
    transform: translate(-50%, -46%);
  }
}

.leaves {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.leaves img {
  max-height: 100%;
  max-width: 100%;
}
.leaves .layer{
  opacity: 1 !important;
}

.leaves .layer:nth-child(1) {
  top: -100px !important;
  left: -480px !important;
}

.leaves .layer:nth-child(2) {
  top: 90px !important;
  left: -360px !important;
}

.leaves .layer:nth-child(3) {
  top: -300px !important;
  left: -320px !important;
}

.leaves .layer:nth-child(4) {
  top: 50px !important;
  left: -440px !important;
}

.leaves .layer:nth-child(5) {
  top: 200px !important;
  left: -400px !important;
}

.arrows .prev {
  position: absolute;
  top: 50%;
  left: 100px;
}

.arrows .next {
  position: absolute;
  top: 50%;
  right: 100px;
}

.arrows button {
  border: 1px solid #999;
  background: transparent;
  padding: 20px;
  border-radius: 50%;
  outline: none;
}

.arrows button:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}
@media (max-width:1280px){
  .desc{
    flex: 0 0 40%;
  }
  .desc p:nth-child(1){
    width: 30vw;
  }
  .desc p:nth-child(2){
    width: 33vw;
  }
  .more{
    text-align: center;
  }
}
@media (max-width:992px) {
  .desc{width:90%;margin-left:auto;margin-right:auto;margin-top:0 !important;}
  .more a {padding: 10px 10px;}
  .desc p:nth-child(1){
    width: auto;
  }
  .content_pal {
    display:block;
    top:-2%;
    left:0;
    width:100%;
    transform: unset;
    z-index: 3;
  }
  .title_pal {
    opacity: 0;
  }
  .content_pal > div.desc{
    width:auto;flex:unset;text-align:center;padding-left:15px;padding-right:15px;padding-top:18vh;
  }
  .content_pal > div.title_pal{
    text-align:center;
  }
  .more {
    top: 410px;
    padding-top:18vh;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    left: 0;
    right: 0;
    width: 55%;
    z-index:5;
  }
  .more > a {
    display:inherit;
    text-align: center;
  }
  .desc > p:nth-child(2){
    width: auto;
    line-height: 16px;
  }
}
@media (max-width:590px) {
  .more {
    top: 290px;
    padding-top:45.5vh;
  }
  .more > a {
    font-size:13px;
  }
  .content_pal > div.desc{
    padding-top:0;
  }
  .desc p:nth-child(1){
    font-size:21px;
  }
  .desc p:nth-child(2){
    font-size:12.1px;
    margin-left:9.5px;
    margin-right:9.5px;
  }
}
@media (prefers-color-scheme: light) {
  div.desc > p{text-shadow:none !important;}
}
.fas.fa-arrow-down,.onBackPage{text-shadow:none !important;}