/** Shopify CDN: Minification failed

Line 340:1 Expected "}" to go with "{"

**/
.hero-banner-custom {
  height: 700px;
  width: 100%;
  clip-path: ellipse(95% 100% at 50% 0%);
}
.Hero_banner_main {
  position: relative;
}
.banner_heading {
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -2.5px;
  margin-bottom: 32px;
  margin-top: 0px;
  padding: 0px 67px;
  color: #272116;
}
.banner_content {
  max-width: 808px;
  height: 310px;
  margin: 0 auto;
  text-align: center;
}
.banner_paragraph {
  color: #272116;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.25px;
  display: inline-block;
}
.banner_button {
  text-transform: uppercase;
  background: #d2f65a;
  display: inline-block;
  text-decoration: none;
  padding: 14px 35px;
  border-radius: 100px;
  color: #272116;
  margin-top: 32px;
  overflow: hidden;
}

.bottle_img img {
  width: 209px;
  height: 373px;
  object-fit: cover;
   transition: transform 0.8s ease-in-out;
  will-change: transform;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
  opacity: 1;
}
.bottle_img {
  position: absolute;
  transform: translateY(-370%);
   transition: transform 1.8s ease;
}
.bottle_image1 {
  top: 0;
}
.bottle_image2 {
  top: 0;
  right: 0;
}
.bottle_image4 {
  right: 140px;
}
.bottle_image3 {
  left: 140px;
  z-index: -1;
}
.bottle_image1 img {
  transform: rotate(0deg);
}
.bottle_image2 img {
  transform: rotate(0deg);
}
.bottle_image3 img {
  transform: rotate(0deg);
}
.bottle_image4 img {
  transform: rotate(0deg);
}

.bottle_img.loaded {
  transform: translateY(0%);
}
.rotation-loaded .bottle_img.loaded.bottle_image1 img {
  transform: translateY(-13%) translateX(-10%) rotate(20deg);
  opacity: 1;
}
.rotation-loaded .bottle_img.loaded.bottle_image2 img {
  transform: translateY(-15%) translateX(10%) rotate(-23deg);
  opacity: 1;
}
.rotation-loaded .bottle_img.loaded.bottle_image3 img {
  transform: translateY(0%) rotate(-30deg);
  opacity: 1;
}
.rotation-loaded .bottle_img.loaded.bottle_image4 img {
  transform:translateY(-5%) rotate(30deg);
  opacity: 1;
}

/* ///////// */



/* new-animation-css start */
@keyframes smoothLanding {
  0% {
    transform: translateY(-200%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.bottle_img {
  position: absolute;
  will-change: transform, opacity;
}
.bottle_img.loaded {
  opacity: 1;

.bottle_image1,
.bottle_image2 {
  transform: translateY(-200%);
}
.bottle_image1.loaded,
.bottle_image2.loaded {
  animation: smoothLanding 1s cubic-bezier(0.11, 0.7, 0.3, 1) forwards;
}
.bottle_image3,
.bottle_image4 {
  transform: translateY(-200%);
}
.bottle_image3.loaded,
.bottle_image4.loaded {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.11, 0.7, 0.3, 1), opacity 0.6s ease;
}

  .bottle_img,
  .bottle_img img {
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

/* new-animation-css end */

@media (min-width: 768px) and (max-width: 991px) {
  .bottle_img img {
    width: 100%;
    height: 100%;
  }
  .bottle_image1 img, .bottle_image2 img, .bottle_image3 img, .bottle_image4 img{
    max-width: 160px;
  }
  .bottle_image1{
     left: 0px;
  }
   .bottle_image2{
     right: 0px;
  }
  .banner_content {
    height: 260px;
    max-width: 500px;
  }
  .banner_paragraph {
    font-size: 20px;
    line-height: 25px;
  }
   .bottle_image4 {
     right: 104px;
   }
  .bottle_image3{
     left: 120px;
  }
}

@media screen and (max-width: 767px){
  .bottle_image4 img {
    transform: rotate(20deg);
  }
  .hero-banner-custom {
    clip-path: ellipse(115% 100% at 50% 0%);
  }
  .bottle_image1 {
    top: -128px;
    max-width: 82px;
    height: 147px;
    left: -6px;
  }
  .bottle_image1 img {
    transform: rotate(19.87deg);
  }
  .bottle_image2 {
    top: -88px;
    right: -25px;
  }
  .bottle_image2 img {
    transform: rotate(-19.71deg);
  }
  .shopify-section .hero-banner-custom{
    height: auto;
    padding-top: 132px;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .banner_heading {
    font-size: 52px;
    line-height: 62px;
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_content {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .banner_paragraph {
    font-size: 20px;
    max-width: 176px;
  }
  .banner_button{
    margin-top: 25px;
  }
  .bottle_img img {
    width: 82px;
    height: 147px;
  }
  .bottle_image3 {
    left: -5px;
    bottom: -64px;
  }
  .bottle_image4 {
    right: 6px;
    bottom: -84px;
  }
}

@media screen and (max-width: 767px){
  .itg-template-index .banner_heading {
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -1.8px;
    margin-top: 80px;
    margin-bottom: 25px;
    padding: 0 46px;
  }
}


.bottle_img {
  position: absolute;
  will-change: transform, opacity;
  transform: translateY(-200%);
  opacity: 0;
  transition: transform .5s ease, opacity 0.3s ease;
}

.bottle_img img {
  width: 209px;
  height: 373px;
  object-fit: cover;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
  transition: transform .5s ease;
}


.bottle_img.loaded {
  opacity: 1;
}

/* Positioning */
.bottle_image1 {
  top: 0;
  left: 0;
}
.bottle_image2 {
  top: 0;
  right: 0;
}
.bottle_image3 {
  left: 140px;
  z-index: -1;
}
.bottle_image4 {
  right: 140px;
}

.bottle_img {
top: -250%;
 transform: translateY(0) rotate(0);
 transition: 
  top 1.2s ease, 
  transform 0.6s ease, 
  opacity 0.6s ease;
}
body.page-loaded .bottle_img.in-view {
  top: 100%;
}
.hero-banner-custom{ 
  overflow-x: hidden;
}
@media screen and (max-width:550px){
  .bottle_img.loaded.bottle_image1 img {
    transform: translateY(14%) translateX(-10%) rotate(22deg);
    opacity: 1;
  }
  .bottle_img.loaded.bottle_image2 img {
    transform: translateY(25%) translateX(50%) rotate(-14deg);
    opacity: 1;
  }
  .bottle_image2 {
  top: -300px;
  right: 0;
  }
  .bottle_image1 {
  top: -300px;
  left: -15px;
  }
  .hero-banner-custom {
      height: 600px;
  }
}