@font-face {
    font-family: 'ArefRuqaa';
    src: url('fonts/ArefRuqaa-Regular.ttf');
}
@font-face {
    font-family: 'Trochut';
    src: url('fonts/Trochut-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
}
*, :after, :before {
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background: #e7e4cf;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
.backdrop img {
    height: auto;
    width: 100%;
}
.backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    overflow: auto;
    pointer-events: none;
}
body > .wrapper {
    position: relative;
    z-index: 100;
}
body > .wrapper {
    width: 84%;
    margin: auto;
    max-width: 1380px;
    min-height: calc(100vh - 110px);
  }
h1 {
    font-family: 'Trochut', serif;
    _font-size: clamp(26px, 13vw, 182px);
    font-size: 200px;
    font-weight: normal;
    color: #5b5c3e;
    margin: 0;
    line-height: 1;
}
h1 {
    margin-bottom: 30px;
  }
h1 span{
    font-family: 'ArefRuqaa', serif;
}
h1 a{
  text-decoration: none;
  color: inherit;
}
.fl-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fl-col.col_left {
    width: 55%;
  }
  .fl-col.col_right {
    width: 45%;
    padding-right: 10%;
    margin-top: 4%;
    margin-bottom: 0%;
  }
ul.list{
    margin: 0;
    padding: 0;
}
ul.list li {
    font-family: 'OpenSans', sans-serif;
    font-weight: 700;
    color: #5b5c3e;
    _font-size: clamp(18px, 3vw, 32px);
    font-size: 32px;
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    letter-spacing: .75px;
  }
ul.list li::before {
    content: "";
    background: url('img/check.svg');
    width: 34px;
    height: 38px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -1px;
  }

.bottle {
    width: 31%;
    text-align: center;
  }
  .bottle:nth-child(2) {
    margin-top: 14%;
  }
  .bottle:nth-child(3) {
    margin-top: 4%;
  }
.bottle img {
    width: 100%;
    height: auto;
    height: 265px;
    object-fit: contain;
    transition: 0.4s ease-in-out;
  }
  .bottle a {
    color: #5b5c3e;
    text-decoration: none;
  }
  .bottle a:hover img{
    transform: translateY(-15px);
  }
  .bottle h4 {
    font-family: 'Trochut', serif;
    font-size: 20px;
    margin-top: 0;
  }
  #cta-button {
    background: #f00;
    color: #fff;
    font-family: OpenSans;
    text-decoration: none;
    font-style: oblique;
    font-weight: 700;
    font-size: 32px;
    padding: 12px 24px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 0px 12px 0px 0px;
    transition: 0.4s ease-in-out;
  }
  #cta-button:hover {
    transform: scale(1.02);
  }

  footer {
    background: #333333;
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    _position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
    width: 90%;
    margin: auto;
    max-width: 825px;
  }
  .footer-inner div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer img {
    width: 230px;
    margin-left: 20px;
    margin-right: 30px;
  }

  .ananas {
    position: absolute;
    bottom: 0;
    right: 0%;
    height: 84vh;
    padding-bottom: 3%;
  }
  .ananas img {
    width: auto;
    height: 100%;
    margin: 0;
  }
.cta-button-mobile{
    display: none;
}
footer{
    position: relative;
    background: rgba(0,0,0,0.8)

}
  @media screen and (min-width: 1680px){
    body > .wrapper {
        padding-top: 5%;
      }
  }

  @media screen and (max-width: 1180px){
    ul.list li{
        font-size: 26px;
        padding-left: 36px;
        margin-bottom: 13px;
        letter-spacing: .5px;
      }
      #cta-button {
        font-size: 26px;
      }
      .ananas {
        height: auto;
        width: 13vw;
      }
      h1 {
        font-size: 180px;
      }
      
      ul.list li::before {
        width: 29px;
        height: 33px;
      }
}
@media screen and (max-width: 991px){
    h1 {
        font-size: 140px;
      }
h1 + .fl-row {
    flex-flow: column;
  }
  body > .wrapper {
    width: 90%;
    max-width: 764px;
  }
  .fl-col.col_left {
    width: 100%;
  }
  .fl-col.col_right {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 4%;
    padding-right: 0;
  }
  /* #cta-button.cta-button-mobile{
    display: inline-block;
}
#cta-button:not(.cta-button-mobile){
    display: none;
} */
h1 {
    font-size: 140px;
    _text-align: center;
  }
  .footer-inner {
    flex-flow: column;
  }
  .footer-inner div:first-of-type {
    flex-flow: column;
  }
  footer img {
    width: 220px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bottle img {
    height: 315px;
  }
  .ananas {
    height: 50vw;
    width: auto;
  }
}
@media screen and (max-width: 767px){
h1 {
    font-size: 100px;
    _text-align: center;
    margin-top: 20px;
  }
  body > .wrapper {
    width: 90%;
    max-width: 485px;
  }
  #cta-button {
    font-size: 26px;
    display: block;
    text-align: center;
  }
  .fl-col.col_right {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 4%;
    padding-right: 0;
  }
}

@media screen and (max-width: 550px){
    .ananas {
        height: 280px;
        width: auto;
        bottom: 50px;
      }
      .fl-col.col_right {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 40px;
        padding-right: 0;
      }
      #cta-button, ul.list li {
        font-size: 21px;
      }
      h1 {
        font-size: 80px;
      }
      ul.list li::before {
        width: 22px;
        height: 28px;
      }
}
@media screen and (max-width: 450px){
    h1 {
        font-size: 60px;
        text-align: center;
      }
      footer{
        text-align: center;
      }
      .ananas {
        height: 270px;
        width: auto;
        bottom: 120px;
      }
      .footer-inner p {
        max-width: 280px;
      }
      .footer-inner {
        padding-top: 40px;
      }
      .fl-col.col_right {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 80px;
      }
      #cta-button{
        padding: 12px 12px;
      }
      #cta-button, ul.list li {
        font-size: 20px;
      }
}



h1, #cta-button, ul.list, .footer-inner {
    opacity: 0;
    /* transform: translateY(20px); */
    transition: 1.4s ease-in-out opacity;
  }
  .backdrop {
    opacity: 0;
    /* transform: translateY(20px); */
    transition: 1s ease-in-out;
  }
  h1.loaded,  .backdrop.loaded, .footer-inner.loaded {
    opacity: 1;
  }  
  #cta-button{
    transform: translateX(-20px);
    transition: 1.4s ease-in-out opacity, 5.6s ease-in-out transform;
  }
  #cta-button.loaded {
    transition: 1.4s ease-in-out opacity, .4s ease-in-out transform;
    opacity: 1;
    transform: translateX(0px);
    /* transition-delay: .4s; */
  } 
  #cta-button.loaded:hover {
    transform: translateX(0px) scale(1.02);
  }

  ul.list.loaded {
    opacity: 1;
    transform: translateY(0px);
    /* transition-delay: .2s; */
  } 

  .bottle{
    opacity: 0;
    transform: translateY(30px);
    transition: .85s ease-in-out;
  }

  .bottle.loaded{
    opacity: 1;
    transform: translateY(0px);
  }
  .bottle:nth-child(2).loaded{
    transition-delay: .15s;
  }
  .bottle:nth-child(3).loaded{
    transition-delay: .32s;
  }

  .ananas img{
    transition: 1s;
    transform: translateX(100%);
    transition-delay: .3s;
  }
  .ananas.loaded img{
    transform: translateX(0%);
  }