html,
body {
  position: relative;
  height: 100%;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #221e20;
}

/* Style */
h2 {
  font-weight: 800;
  font-size: 61px;
  line-height: 73px;
  margin: 0px;
}

h3 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
  margin: 0;
}

h4{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  color: #004D7F;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  h2 {
    font-size: 54px;
    line-height: 67px;
  }

  h3 {
    font-size: 45px;
    line-height: 52px;
  }
}

@media screen and (max-width: 990px) {
  /* h2 {
    font-size: 39px;
    line-height: 40px;
  } */
  h2 {
    font-size: 55px;
    line-height: 56px;
  }
  h3 {
    font-size: 24px;
    line-height: 25px;
  }
}
@media screen and (max-width: 890px) {
  h2 {
    font-size: 39px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 28px;
    line-height: 29px;
  }
}

a,
a:hover,
a:visited,
a:focus,
a:active{
  color: #221e20;
}

.swiper-slide p {
  font-size: 40px;
  line-height: 41px;
  font-family: "Tinos", serif;
  color: #221e20;
}
@media screen and (max-width: 1280px) {
  .swiper-slide p {
    font-size: 35px;
  }
  #slide-4 p {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 990px) {
  .swiper-slide p {
    font-size: 40px;
    line-height: 27px;
  }
}
@media screen and (max-width: 890px) {
  .swiper-slide p {
    font-size: 26px;
    line-height: 27px;
  }
}
.wt-text {
  color: #fff !important;
}
.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
  padding-top: 10%;
}
.centered-text,
.centered-text * {
  text-align: center !important;
}
.opacity-0 {
  opacity: 0;
}

/* Container */
.container {
  position: relative;
  max-width: 1920px;
  padding: 0 15%;
  width: 70%;
  line-height: 1.1em;
}

/* @media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
} */

/* @media screen and (min-width: 500px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
} */

.d-table {
  display: table;
  height: 100%;
  width: 100%;
}
.d-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          align-self: center;
}

.fl-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  z-index: 555 !important;
}

.swiper-slide {
  text-align: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 20px !important;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #ffe592 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #fec718 !important;
}

.slide-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* Transitions */

.fade-rotate {
  display: block;
}

.fade-rotate {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  opacity: 0;
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: -60% -300%;
      -ms-transform-origin: -60% -300%;
          transform-origin: -60% -300%;
}
.swiper-slide-active .fade-rotate,
.swiper-slide-prev .fade-rotate {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fade-rotate-img{
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
opacity: 0;
-webkit-transition-duration: 600ms;
   -o-transition-duration: 600ms;
      transition-duration: 600ms;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform-origin: -50% 20%;
  -ms-transform-origin: -50% 20%;
      transform-origin: -50% 20%;
}

.swiper-slide-active .fade-rotate-img,
.swiper-slide-prev .fade-rotate-img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fade-rotate-estathe{
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
      transform: rotate(10deg);
opacity: 0;
-webkit-transition-duration: 600ms;
   -o-transition-duration: 600ms;
      transition-duration: 600ms;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform-origin: -200% 30%;
  -ms-transform-origin: -200% 30%;
      transform-origin: -200% 30%;
}


.swiper-slide-active .fade-rotate-estathe,
.swiper-slide-prev .fade-rotate-estathe {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.cannuccia{
  position: fixed;
  z-index: 999;
  height: 25vh;
  left: calc(50% + 5.6vh);
  top: 5.3vh;
    /* height: 30vh;
    left: calc(50% + 3.8vh);
    top: 2.5vh; */
    /* top: -9.5vh; */
    /* height: 33vh;
    left: calc(50% + 4.8vh);
    top: -4.7vh; */
    transition-property: transform, opacity;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transform: translate(3vh, -12vh);
    opacity: 0;
    display: block;
}


.cannuccia[data-transition-phase="0"] {
  -webkit-transform: translate(3vh, -12vh);
      -ms-transform: translate(3vh, -12vh);
          transform: translate(3vh, -12vh);
          opacity: 0;
          height: 0 !important;
}
/* .cannuccia[data-transition-phase="1"] {
  -webkit-transform: translate(0, 54vh) scale(1.4) rotate(5deg);
      -ms-transform: translate(0, 54vh) scale(1.4) rotate(5deg);
          transform: translate(0, 54vh) scale(1.4) rotate(5deg);
} */
.cannuccia[data-transition-phase="1"] {
  -webkit-transform: translate(0, 0vh);
      -ms-transform: translate(0, 0vh);
          transform: translate(0, 0vh);
          opacity: 1;
}

.cannuccia[data-transition-phase="2"] {
  height: 0 !important;
}

/* .swiper-slide-active .cannuccia,
.swiper-slide-prev .cannuccia  {
  transform: translate(0vh, 0vh);
  opacity: 1;
}

.swiper-slide-next .cannuccia{
  height: 0 !important;
} */

.delay-0 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.delay-1 {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.delay-2 {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}
.delay-3 {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

.delay-4{
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

.straw-rotate {
    -webkit-transform: matrix3d(
        1.75,  .45, 0, 0, 
        .45,  1.75, 0, 0, 
        0,    0,    1, 0, 
        450, -330,  0, 1
    );
            transform: matrix3d(
        1.75,  .45, 0, 0, 
        .45,  1.75, 0, 0, 
        0,    0,    1, 0, 
        450, -330,  0, 1
    );
    opacity: 0;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.96, 1.65, 0.79, 0.76);
         -o-transition-timing-function: cubic-bezier(0.96, 1.65, 0.79, 0.76);
            transition-timing-function: cubic-bezier(0.96, 1.65, 0.79, 0.76);
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    -o-transition-property: transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
}

.swiper-slide-active .straw-rotate,
.swiper-slide-prev .straw-rotate {
    -webkit-transform: matrix3d(
        1, 0, 0, 0, 
        0, 1, 0, 0, 
        0, 0, 1, 0, 
        0, 0, 0, 1
    );
            transform: matrix3d(
        1, 0, 0, 0, 
        0, 1, 0, 0, 
        0, 0, 1, 0, 
        0, 0, 0, 1
    );
    opacity: 1;
}

.drops {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.88, 2.07, 0.67, 0.57);
       -o-transition-timing-function: cubic-bezier(0.88, 2.07, 0.67, 0.57);
          transition-timing-function: cubic-bezier(0.88, 2.07, 0.67, 0.57);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.swiper-slide-active .drops,
.swiper-slide-prev .drops {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.drops-delay{
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
}

.fade-in{
  opacity: 0;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-slide-active .fade-in,
.swiper-slide-prev .fade-in {
          opacity: 1;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.cl-white{
  color: #fff !important;
}
.bg-white {
  background: #fff;
}
.bg-yellow {
  background: -o-radial-gradient(
    circle,
    rgba(252, 211, 48, 1) 0%,
    rgba(248, 162, 39, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(252, 211, 48, 1) 0%,
    rgba(248, 162, 39, 1) 100%
  );
  opacity: 0;
}
.bg-orange {
  background: -o-radial-gradient(
    circle,
    rgba(252, 174, 48, 1) 0%,
    rgba(248, 95, 39, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(252, 174, 48, 1) 0%,
    rgba(248, 95, 39, 1) 100%
  );
  opacity: 0;
}
.bg-green {
  background: -o-radial-gradient(
    circle,
    rgba(214, 239, 26, 1) 0%,
    rgba(53, 154, 8, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(214, 239, 26, 1) 0%,
    rgba(53, 154, 8, 1) 100%
  );
  opacity: 0;
}
.bg-gray {
  background: #f4f4f4;
  opacity: 0;
}

.estathe-circle {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: 20% 52%;
        -ms-transform-origin: 20% 52%;
            transform-origin: 20% 52%;
    position: absolute;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    -o-transition-property: transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 1000ms;
         -o-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    top: 0;
    bottom: 0;
    right: 10%;
    opacity: 0;
  }
  
.swiper-slide-active .estathe-circle,
.swiper-slide-prev .estathe-circle {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
}
/* 
.estathe-circle.out {
transform: rotate(
45deg
);
opacity: 0;
}

.estathe-circle {
transform: rotate(0);
transform-origin: 25% 50%;
position: absolute;
transition-property: transform, opacity;
transition-duration: 1000ms;
top: 0;
bottom: 0;
right: 10%;
opacity: 1;
} */

/* Header */
.header {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 100%;
}

.header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .header {
    position: absolute;
    top: -1vh;
    left: -69%;
    right: 0;
    width: 250%;
  }
}

/* Image */
.estathe {
  pointer-events: none;
  left: calc(50% - 25vh);
  z-index: 777;
  /* margin-top: -100vh; */
  height: 76vh;
  /* height: 96vh; */
  margin-bottom: 0;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate(0, -100vh) scale(1.0) rotate(0deg);
      -ms-transform: translate(0, -100vh) scale(1.0) rotate(0deg);
          transform: translate(0, -100vh) scale(1.0) rotate(0deg);
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.estathe[data-transition-phase="0"] {
    -webkit-transform: translate(0, 89vh) scale(2.0) rotate(10deg);
        -ms-transform: translate(0, 89vh) scale(2.0) rotate(10deg);
            transform: translate(0, 89vh) scale(2.0) rotate(10deg);
}
/* .estathe[data-transition-phase="1"] {
    -webkit-transform: translate(0, 54vh) scale(1.4) rotate(5deg);
        -ms-transform: translate(0, 54vh) scale(1.4) rotate(5deg);
            transform: translate(0, 54vh) scale(1.4) rotate(5deg);
} */
.estathe[data-transition-phase="1"] {
    -webkit-transform: translate(0, 0vh) scale(1.0) rotate(0deg);
        -ms-transform: translate(0, 0vh) scale(1.0) rotate(0deg);
            transform: translate(0, 0vh) scale(1.0) rotate(0deg);
}



.range {
  height: 60vh;
  margin: 0;
  position: absolute;
  right: 31vh;
  top: calc(-30vh + 50%);
}

.range2 {
  position: absolute;
  top: -16vh;
  bottom: 0;
  left: -65vh;
  height: 136vh;
}

.estathe2 {
  height: 84vh;
}

.estathe-circle {
  position: absolute;
  top: -6vh;
  bottom: 0;
  right: 27vh;
  height: 112vh;
}
.estathe-footer {
  display: inline-block;
  vertical-align: middle;
}

.drops2{
  position: absolute;
  top: 12vh;
  height: 21vh;
}

.drops3{
  position: absolute;
  right: 36vh;
  top: 35vh;
  /* bottom: -25vh; */
  height: 8vh;
}

.drops4,
.drops5 {
  position: relative;
  top: 4vh;
  height: 8vh;
}

.drops6{
  position: relative;
  top: 5vh;
  height: 8vh;
}

.straw {
  position: absolute;
  width: 37vh;
  right: 28vh;
  top: calc(-30vh + 50%);
  z-index: 999;
}

.straws{
  position: absolute;
    top: 42vh;
    height: 51vh;
    margin-left: -74vh;
    z-index: -1;
}

.header-leaf{
  position: absolute;
  z-index: 999;
  top: 10vh;
  height: 14vw;
  margin-left: -43vh;
}

.footer {
  position: absolute;
  bottom: -7vh;
  left: 0;
  right: 0;
  width: 100%;
  height: 89vh;
  text-align: center;
  background-image: url(../../assets/landing-cannuccia/new-footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3vh;
}

/* .footer img {
  height: 7.8vw;
} */

.estathe-footer{
  height: 21vh;
}

.footer p {
  position: relative;
  font-size: 14px !important;
  margin-top: -1vh;
  margin-bottom: 0vh;
  line-height: 21px !important;
}

.footer .single-product{
  color: #004D7F;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
}
.footer .single-product a{
  text-decoration: none;
  color: #004D7F;
}

.footer .container{
  position: absolute;
  bottom: 10vh;
}

.footer .copyright{
  border-top: 3px solid #fff;
  padding-top: 45px;
  margin-top: 55px;
}
.footer .copyright p{
  font-size: 20px !important;
  line-height: 27px !important;
  font-size: 20px !important;
  color: #004D7F;
  font-family: "Montserrat", sans-serif;
}

.leaf-footer{
  position: absolute;
  height: 29vh;
  top: 6vh;
  right: 20vh;
}

.social-icon-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.social-icon-wrapper a{
  height: 53px;
}

.social-icon-wrapper img{
  max-width: 35px;
}

.social{
  margin-top: 0 !important;
  margin-bottom: 2vh !important;
}

.social img{
  margin-top: -5vh !important;
  width: 4vh;
}

.leaf{
  -webkit-transform: translate(-40vh, 0);
      -ms-transform: translate(-40vh, 0);
          transform: translate(-40vh, 0);
  height: 25vh;
    position: absolute;
    top: 63vh;
}

.leaf2{
  /* margin-left: -29vh;
  height: 29vh;
  top: 26vh; */
  position: absolute;
  left: calc(50% - 34vh);
  height: 27vh;
  top: 42vh;
  z-index: -1;
}

.leaf3{
  position: absolute;
  height: 36vh;
  bottom: -10vh;
  left: 0vh;
}

.p-relative{
  position: relative;
}

/* CUSTOM CSS FOR THE SLIDE */
#slide-1 p {
  margin-bottom: 0;
}

#slide-1 .drops {
  height: 9vh;
}

#slide-1 img.logo{
  height: 12vw;
  /*height: 28vh; */
}

a.logo{
  position: absolute;
  z-index: 999;
  top: 0;
}

#slide-4 p,
#slide-5 p {
  margin: 0;
  margin-bottom: 20px;
}

#slide-3 .container{
  height: 100%;
}
/* @media screen and (min-width: 3000px){
  #slide-1 img.logo{
    position: absolute;
    z-index: 999;
    top: -1vh;
    height: 21vh;
  }
}

@media screen and (max-width: 1920px){
  #slide-1 img.logo {
    top: -1vh;
    height: 22vh;
}
}

@media screen and (max-width: 1620px){
  #slide-1 img.logo {
    height: 21vh;
}
}

@media screen and (max-width: 1440px){
  #slide-1 img.logo {
    height: 16vh;
}
} */

@media screen and (max-width: 1280px) {

  /* #slide-1 img.logo{
    height: 24vh;
    top: -1vh;
  } */
  #slide-4 p,
  #slide-5 p {
    margin: 0;
    margin-bottom: 10px;
  }
}

#slide-2 h3 {
  margin-top: 10vh;
}

.estathe.fixed {
  position: fixed;
  text-align: center;
}

.arrow-down{
  z-index: 999;
  display: block;
    margin: 0 auto;
    height: 2.5vw;
    margin-top: 2vw;
    cursor: pointer;
    max-width: 36px;
}



/* MOBILE */
@media only screen and (orientation: portrait) {

  h4{
    font-size: 30px;
  }
  .leaf {
    display: none;
  }
/* 
  .estathe.fixed{
    z-index: 1;
  } */

  .header-leaf{
    position: absolute;
    z-index: 999;
    top: 8vh;
    height: 34vw;
    margin-left: -26vh;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .header {
    position: absolute;
    top: -1vh;
    left: -69%;
    right: 0;
    width: 250%;
  }

  h3 {
    font-size: 66px;
    line-height: 68px;
  }

  h2 {
    font-size: 57px;
    line-height: 83px;
  }

  .swiper-slide p {
    font-size: 45px;
    line-height: 27px;
  }

  .range {
    height: 38vh;
    top: 0;
    right: 8vh;
  }
  .straw{
    position: absolute;
    width: 25vh;
    right: 4vh;
    top: -2vh;
    z-index: 999;
  }
  .j-between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .range2 {
    position: absolute;
    top: 7vh;
    bottom: 0;
    left: -60vh;
    height: 90vh;
  }
  .right-text {
    text-align: right;
    padding-top: 10;
    padding-right: 8%;
  }

  #slide-6 .right-text{
    padding-top: 0;
  }
  .estathe2 {
    height: 54vh;
  }
  .estathe-circle {
    position: absolute;
    top: 4vh;
    bottom: 0;
    right: -6vh;
    height: 86vh;
  }

  #slide-4 .dl-flex{
    margin-top: -33vh;
  }

  #slide-7 h3 span {
    text-align: left !important;
  }

  #slide-7 h3 {
    padding-left: 5vh;
  }

  /* #slide-8 .container p{
    margin-top: -24vh;
  } */

  #slide-8 .container .estathe-footer{
    height: 19vh;
  }
  .social-icon-wrapper {
    display: flex;
    flex-direction: row;
    width: 55vw;
  }

  .social-icon-wrapper a {
    margin: 0 10px;
}

  /* .footer p {
    position: relative;
    font-size: 33px !important;
    margin-top: 0px;
    line-height: 56px !important;
  } */
  /* .footer img{
    min-height: 19vw;
  } */
  #slide-1 img.logo {
    height: 17vh;
    top: 0;
}
#slide-1 .drops {
  height: 5vh;
}
.drops2 {
  height: 14vh;
}
.drops3{
  position: absolute;
    right: 13vh;
    bottom: -39vh;
    height: 5vh;
}
.drops4 {
  position: relative;
  height: 5vh;
}

.drops5 {
  position: absolute;
  right: 10vh;
  top: auto;
  bottom: -7vh;
  height: 5vh;
}
.drops6 {
  position: absolute;
  top: 10vh;
  height: 5vh;
  left: 5vh;
}
.leaf-footer {
  position: absolute;
  height: 21vh;
  top: 4vh;
  right: 0vh;
}

.footer{
  height: 92vh;
  bottom: 0;
}

.footer .dl-flex{
  flex-direction: column;
  align-items: center;
}

.footer .social{
  margin-top: 3vh !important;
    padding-bottom: 1vh;
}

.footer .container {
  position: absolute;
  bottom: 5vh;
}
.footer .single-product{
  width: 55vw;
  font-size: 34px;
  line-height: 42px;
}

.straws{
  position: absolute;
  top: 42vh;
  height: 35vh;
  margin-left: -6vh;
  z-index: -1;
}
.swiper-container-vertical>.swiper-pagination-bullets{
  display: none;
}
.arrow-down{
  display: block;
  position: relative;
  margin: 5vh auto auto auto;
  height: 10vw;
  z-index: 9999;
}
.footer .copyright p{
  font-size: 27px;
}
.social-icon-wrapper img {
  max-width: 60px;
}
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  h2 {
    font-size: 39px;
    line-height: 47px;
  }
  .swiper-slide p {
    font-size: 28px;
    line-height: 27px;
    margin: 20px 0 0 0;
  }
  h3 {
    font-size: 33px;
    line-height: 38px;
  }

  h4{
    margin-bottom: 12px;
  }
  /* .estathe {
    margin-top: -11vh;
    height: 67vh;
    margin-bottom: 0;
  } */
  .range2 {
    position: absolute;
    top: -23vh;
    bottom: 0;
    left: -60vh;
    height: 121vh;
  }
  .estathe2 {
    height: 72vh;
    padding-left: 18vh;
  }
  .estathe-circle {
    position: absolute;
    top: -3vh;
    bottom: 0;
    right: 37vh;
    height: 90vh;
  }
  .footer img {
    height: 20vh;
    margin-bottom: 2vh;
  }
  .estathe-footer {
    height: 41vh;
  }
  /* #slide-8 .container p {
    margin-top: -34vh;
  } */

  .footer{
    height: 87vh;
    bottom: 0;
  }

  .footer .container{
    padding: 0 10%;
    width: 80%;
    bottom: 0;
  }
  /* .footer p {
    position: relative;
    font-size: 17px !important;
    margin-bottom: 0;
    line-height: 25px !important;
    padding: 0 22%;
    margin-top: -4vh;
  } */
  .drops2 {
    position: absolute;
    top: 12vh;
    height: 16vh;
}
.straw {
  position: absolute;
  width: 37vh;
  right: 28vh;
  top: -11vh;
  z-index: 999;
}
.range {
  height: 60vh;
  margin: 0;
  position: absolute;
  right: 31vh;
  top: -11vh;
}
.drops3 {
  position: absolute;
  top: 40vh;
}
.drops4 {
  position: absolute;
  right: 26vh;
  top: 44vh;
  height: 5vh;
}
.drops5 {
  position: absolute;
  right: 27vh;
  top: 60vh;
  height: 5vh;
}
.drops6 {
  position: absolute;
  top: 16vh;
  height: 5vh;
  left: auto;
}
#slide-1 img.logo {
  height: 11vw;
  top: 0;
}
.leaf3 {
  position: absolute;
  height: 36vh;
  bottom: -10vh;
  left: 16vh;
}
.footer .copyright {
  border-top: 3px solid #fff;
  padding-top: 4px;
  margin-top: 23px;
  margin-bottom: 2vw;
}
.leaf-footer{
  top: -1vh;
}
}


#slide-1 span {
  font-family: "Tinos", serif !important;
}

#slide-1 i {
  font-family: "Montserrat", sans-serif !important;
  line-height: 90px;  
  font-style: normal !important;
}