
  
  .hide{
    display: none !important;
  }

  .main-container {
    width:100vw;
    height:100vh;
    overflow-y:scroll;
  
    /* important */
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }

/* Container styling */
.tip-her-container {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #000;
}

.tip-her-container .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}

/* Title image */
.tip-her-container .title {
  display: flex;
  justify-content: center;
}

.tip-her-container .title img {
  width: 90%;
  max-width: 600px;
  height: auto;
}

/* Buttons */
.tip-her-container .buttons-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.tip-her-container .google-play-i, .last-section .google-play-i,
.tip-her-container .apple-play-i, .last-section .apple-play-i {
  width: 280px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.3s ease;
}

.tip-her-container .google-play-i, .last-section .google-play-i {
  background-image: url(../../images/goole-play.png);
}

.tip-her-container .google-play-i:hover, .last-section .google-play-i:hover {
  background-image: url(../../images/hover-google-play.png);
  transform: scale(1.05);
}

.tip-her-container .apple-play-i, .last-section .apple-play-i {
  background-image: url(../../images/app-store.png);
}

.tip-her-container .apple-play-i:hover, .last-section .apple-play-i:hover {
  background-image: url(../../images/hover-app-store.png);
  transform: scale(1.05);
}

/* Proceed Button */
.tip-her-container .proceed-btn-wrp {
  display: flex;
  justify-content: center;
}

.tip-her-container .proceed-btn-i {
  width: 280px;
  height: 100px;
  background-image: url(../../images/proceed-website.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.tip-her-container .proceed-btn-i:hover {
  background-image: url(../../images/hover-proceed-website.png);
  transform: scale(1.05);
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .tip-her-container .buttons-wrp {
    flex-direction: column;
    align-items: center;
  }

  .tip-her-container .google-play-i,
  .tip-her-container .apple-play-i,
  .tip-her-container .proceed-btn-i {
    /* width: 80%; */
    height: 90px;
  }
}

@media (max-width: 480px) {
  .tip-her-container .title img {
    max-width: 90%;
  }

  .tip-her-container .google-play-i,
  .tip-her-container .apple-play-i,
  .tip-her-container .proceed-btn-i {
    height: 80px;
    background-position: center;
  }
}

/* Background Video Style */
.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }

  .minus-zindex{
    z-index: -1;  
  }

  .welcome-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

  #welcome-container{
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1.5s ease, filter 1.5s ease;
  }

  #welcome-container.show {
    opacity: 1;
    filter: blur(0);
  }


  /* Page show/hide */

.tip-her-home-wrp {
    display: none;
    opacity: 0;
  }
  
  /* Hide animation */
  .tip-her-container.hide {
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    display: none;
  }
  
  /* Show animation */
  .tip-her-home-wrp.show {
    display: block;
    opacity: 1;
  }

  .section {
    width:100%;
    height:100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    scroll-snap-align: start; /* optional */
    scroll-snap-stop: always; /* optional */
  }


  .hero-section {
    display: flex;
  }

  .hero-section .container{
    display: flex;;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 50px; */
    /* max-width: 1251px; */
    width: 75%;
  }
  
  .left-box {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  
  .right-box {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-section .left-box, .hero-section .right-box{
    width: 50%;
  }

  .hero-section .left-box{
    gap: 5%;
  }

  .hero-section .right-box{
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
  }

  .hero-section .right-box .image-box{
    margin-bottom: 45px !important;
  }

  .right-box .image-box{
    width: 80% !important;
    height: 74.22% !important;
    position: relative;
    overflow: hidden;
    background-color: #93bcf7;
    clip-path: polygon(33px 0%, calc(100% - 33px) 0%, 100% 33px, 100% calc(100% - 33px), calc(100% - 33px) 100%, 33px 100%, 0% calc(100% - 33px), 0% 33px);
  }
  
  .logo img {
    max-width: 325px;
    width: 100%;
  }

  .neon-box {
    /* font-size: 46px; */
    position: relative;
    background-image: url(../../images/polygen_border.png);
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
    margin-left: -42px;
  }
  
  .neon-box p {
    font-size: 46px;
    line-height: 1.6;
    margin: 0;
    color: #7df9ff;
    font-weight: 800;
    margin-left: 20px;
  }
  
  /* .image-box .cocktail-video {
    max-width: 100%;
    border-radius: 10px;
    display: block;
    position: absolute;
    z-index: -1;
    object-fit: fill;
    width: 100%;
    height: 100%;
    clip-path: polygon(33px 0%, calc(100% - 33px) 0%, 100% 33px, 100% calc(100% - 33px), calc(100% - 33px) 100%, 33px 100%, 0% calc(100% - 33px), 0% 33px);
  } */

  .image-box .cocktail-video{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    clip-path: polygon(33px 0%, calc(100% - 33px) 0%, 100% 33px, 100% calc(100% - 33px), calc(100% - 33px) 100%, 33px 100%, 0% calc(100% - 33px), 0% 33px);
    z-index: -1;
    position: absolute;
    background-color: #000;
    top: 3px;
    left: 3px;
  }


  /* Responsive Design */
  @media (max-width: 1366px) {
    .neon-box p{
      font-size: 36px;
    }

    .hero-section{
      justify-content: center;
    }

    .hero-section .container{
      width: 80%;
    }

    .hero-section .right-box .image-box{
      margin-bottom: 34px;
    }
  }

  @media (max-width: 1160px) {
    .hero-section .container{
      width: 90%;
    }
  }

  @media (max-width: 1220px) {
    .neon-box p{
      font-size: 26px;
    }
  }
  
  /* Responsive Design */
  @media (max-width: 960px) {
    .hero-section {
      flex-direction: column;
      text-align: center;
    }
  
    .left-box,
    .right-box {
      width: 100%;
      margin-bottom: 30px;
    }
  
    .logo {
      font-size: 48px;
    }
  
    .neon-box {
      margin: 0 auto;
      padding: 60px 0 60px 60px;
    }

    .hero-section .right-box{
      height: 70%;
    }
  } 

  @media (max-width: 1100px) {
    /* .hero-section .right-box {
      width: 440px;
      height: 401px;
    } */
    /* .right-box .image-box{
      width: 440px;
      height: 401px;
      background-position: -33px;
      background-size: 113%;
    } */

    /* .image-box .cocktail-video{
      width: 425px;
      height: 401px;
      clip-path: polygon(29px 0%, calc(100% - 29px) 0%, 100% 29px, 100% calc(100% - 29px), calc(100% - 29px) 100%, 29px 100%, 0% calc(100% - 29px), 0% 29px);
    } */
  }
  
  
  /* Features section css */

  .features-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .features-section .container{
    display: flex;
    /* max-width: 1251px; */
    margin-top: 120px;
    gap: 50px;
    width: 75%;
    margin: 0 auto;
    height: calc(100% - 60px);
  }

  .features-section .container .left-box{
    width: 70%;
    flex: auto;
    gap: 20px;
    justify-content: center;
  }

  .features-section .container .right-box{
    width: 30%;
    flex: auto;
    align-items: center;
  }

  .features-section .right-box .phone-mockup{
    /* height: 100%; */
  }

  .features-section .container .right-box img{
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    /* height: 100%; */
  }

  .features-section .left-box h2{
    font-size: 64px;
    color: #F2C2F7;
    font-weight: 900;
    /* max-width: 373px; */
    margin: 0 auto;
    text-align: center;
    line-height: 100%;
  }

  .features-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .features-section .feature, .bartender-section .right-box .feature {
    padding: 10px 10px 0 0;
    color: #55D4CD;
    font-size: 26px;
    border-radius: 21px;
    text-align: left;
    position: relative;
  }

  .features-section .feature span, .bartender-section .right-box .feature span{
    padding-left: 50px;
    display: inline-block;
    line-height: 26px;
  }

  .features-section .feature::after, .bartender-section .feature::after, .info-section .container .info-board::after {
    content: '';
    display: block;
    height: 2px;
    background: url('../../images/border-bottom.png') no-repeat;
    background-size: contain;
    margin-top: 20px;
  }

  .features-section .right-box{
    justify-content: flex-end;
  }

  .aspect-ratio-box {
  width: 100%;
  max-width: 335px;
  aspect-ratio: 335 / 660;
}

.aspect-ratio-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain depending on layout */
}

  @media (max-width: 1366px) {
    .features-section .container{
      width: 80%;
    }

    .features-section .left-box h2 {
      font-size: 64px;
    }

    .features-section .feature, .bartender-section .right-box .feature{
      font-size: 27px;
    }

    .features-section{
      justify-content: flex-end;
    }
  }

  @media (max-width: 1260px) {
    .features-section .feature {
      font-size: 1.3875rem;
    }

    .features-section .left-box h2{
      font-size: 2.625em;
    }
  }

  @media (max-width: 1160px) {
    .features-section .container{
      width: 90%;
    }
  }

  /* bartender features css */

  /* .phone-mockup img{
    height: 90%;
  } */

  .bartender-section .container{
    display: flex;
    /* max-width: 1251px; */
    /* margin-top: 120px; */
    gap: 65px;
    width: 75%;
    margin: 0 auto;
    height: calc(100% - 60px);
  }

  .bartender-section .left-box{
    width: 30%;
    flex: auto;
    flex-direction: row;
    align-items: center;
  }

  .bartender-section .left-box img{
    /* width: 100%;
    max-width: 416px; */
    /* height: 100%; */
    margin: 0 auto;
  }

  .bartender-section .right-box{
    width: 70%;
    flex: auto;
  }

  .bartender-section .phone-mockup{
    /* height: 100%; */
  }

  .bartender-section .right-box .features h2{
    font-size: 64px;
    color: #F2C2F7;
    text-align: center;
    line-height: 100%;
  }

  .bartender-section .right-box .features{
    display: flex;
    flex-direction: column;
    gap: 10px;

  }

  /* .bartender-section .right-box .feature{
    color: #55D4CD;
    padding-bottom: 15px;;
    font-size: 2.1875em;
    position: relative;
    padding-left: 26px;
  } */

  .bartender-section .right-box  .feature::before, .features-section .feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 2px solid #00f0ff;
    border-radius: 50%;
    background-color: transparent;
  }

  .bartender-section .feature:hover, .features-section .feature:hover, .bartender-section .feature:focus, .features-section .feature:focus{
    color: #F2C2F7;
  }

  .bartender-section .feature:hover::before, .features-section .feature:hover::before{
    border-color: #F2C2F7;
    background-color: #F2C2F7;
  }

  @media (max-width: 1366px) {
    .bartender-section .container{
      width: 80%;
    }

    .bartender-section .right-box .features h2{
      font-size: 64px;
    }

    .bartender-section .right-box .feature{
      font-size: 27px;
    }

    .bartender-section{
      justify-content: flex-end;
    }
  }

  /* Responsive Design */
  @media (max-width: 1260px) {
    .bartender-section .right-box .features h2{
      font-size: 2.875em;
    }

    .bartender-section .right-box .feature{
      font-size: 1.3875em; 
    }

    .bartender-section .right-box  .feature::before{
      left: 0;
      width: 30px;
      height: 30px;
    }
  }

  @media (max-width: 1160px) {
    .bartender-section .container{
      width: 90%;
    }
  }

  @media (max-width: 768px) {
    .bartender-section .left-box, .bartender-section .right-box{
      width: 100%;
    }
  }

  .info-section .container{
    display: flex;
    max-width: 1253px;
    flex-direction: column;
    height: calc(100% - 60px);
    width: 75%;
    justify-content: center;
    align-items: center;
  }

  .info-section .container h2{
    font-size: 64px;
    color: #F2C2F7;
    text-align: center;
    font-weight: 900;
  }

  .info-section .container .info-board{
    font-size: 40px;;
    color: #55D4CD;
    max-width: 1100px;
    text-align: center;
    padding: 20px 0;
  }

  .info-section .container .info-board::after{
    margin-top: 40px;
  }

  @media (max-width: 1366px) {
    .info-section .container{
      width: 80%;
    }

    .info-section .container h2{
      /* font-size: 44px; */
    }
    
    .info-section .container .info-board{
      /* font-size: 26px; */
    }
  }

  @media (max-width: 1160px) {
    .info-section .container{
      width: 90%;
    }
  }

  /* Responsive Design */
  @media (max-width: 960px) {

    .info-section .container h2{
      font-size: 32px;
    }
    .info-section .container .info-board{
      font-size: 1.5em;; 
    }
  }

  .last-section{
    position: relative;
    justify-content: flex-end;
  }

  .last-section .container{
    display: flex;
    max-width: 1253px;
    /* margin-top: 120px; */
    gap: 25px;
    height: calc(100% - 220px);
    width: 75%;
    margin: 0 auto;
  }

  .last-section .playstore-btn-wrp{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .last-section .playstore-btn-wrp p {
    font-size: 3.375em;
    font-weight: 600;
    text-transform: uppercase;
    color: #F2C2F7;
    text-align: center;
  }


  .last-section .phone-mock-wrp{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 60%;
    justify-content: space-between;
  }

  .last-section .phone-mock-wrp img{
    width: 29%;
  }

  .last-section .phone-mock-wrp img:first-child{
    max-width: 312px;;
  }

  .last-section .phone-mock-wrp img:nth-child(2){
    margin-bottom: 10%;
  }

  .last-section .phone-mock-wrp img:last-child{
    max-width: 354px;;
  }

  .last-section .buttons-wrp{
    display: flex;
    gap: 10px;
  }

  .last-section .buttons-wrp a{
    display: inline-block;
    width: 50%;
  }

  .last-section .buttons-wrp .google-play-i, .last-section .buttons-wrp .apple-play-i{
    width: 100%;
  }

  @media (max-width: 1160px) {
    .last-section .container{
      width: 90%;
    }
  }

  /* Responsive Design */
  @media (max-width: 1260px) {
    .last-section .playstore-btn-wrp p {
      font-size: 1.975em;
    }
  } 

  .footer-top > div.up-arrow-wrp{
    position: absolute;
    right: 15px;
    bottom: -17px;
    width: 35px;
    height: 35px;
  }

  .up-arrow{
    background-image: url(../../images/up-arrow.png);
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    background-size: contain;
    
  }

  .up-arrow:hover{
    background-image: url(../../images/hover-up-arrow.png);
  }


  .footer {
    padding: 20px 0 10px;
    background-color:rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
    height: 100%;
    max-height: 160px;
    width: 100%;
    justify-content: space-around;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    max-width: 980px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #e0e0e0;;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
  }

  .footer-top > div{
    width: 29%;
  }
  
  .footer-logo img {
    /* height: 50px;
    opacity: 0.5; */
    max-height: 50px;
  }
  
  .footer-links {
    display: flex;
    gap: 60px;
  }
  
  .footer-links h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-links a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
    color: #F2C2F7;
  }

  .footer-links > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
  }

  .footer-bottom > *{
    width: 29%;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
  }

  .footer-bottom a{
    color: #fff;
    text-decoration: none;
  }

  .footer-bottom a:hover{
    color: #F2C2F7;
    text-decoration: underline;
  }

  @media (max-width: 960px) {
    /* .main-container {
      height: auto;
      scroll-snap-type: none;
    } */
  
    /* .section {
      scroll-snap-align: none;
      scroll-snap-stop: normal;
      height: auto;
      padding: 20px 20px;
    }   */
  }
  

  @media (max-width: 768px) {

    .main-container {
      height: auto;
      /* overflow: visible; */
      scroll-snap-type: none;
    }
  
    .section {
      scroll-snap-align: none;
      scroll-snap-stop: normal;
      height: auto;
      padding: 20px 20px;
    }

    .main-container .container{
      flex-direction: column;
      gap: 20px;
    }

    .main-container .container .left-box, .main-container .container .right-box, .last-section .playstore-btn-wrp, .last-section .phone-mock-wrp{
      width: 100%;
    }

    header{
      padding: 10px;
    }

    .auth-buttons button{
      padding: 11px 9px;
    }

    .hero-section .logo{
      text-align: center;
    }

    .hero-section  .logo img {
      max-width: 300px;
      width: 100%;
      margin: 0 auto;
    }

    .features-section .container .right-box{
      justify-content: center;
    }

    .hero-section .right-box .image-box{
      /* width: 100%; */
      /* height: 100%; */
      min-height: 300px;
      max-width: 300px;
    }

    .neon-box{
      /* background-size: cover; */
      padding: 60px 0 60px 60px;
    }

    
    .neon-box p {
      font-size: 1.4rem;
      text-align: left;
    }

    .hero-section .right-box{
      justify-content: center;
    }

    .info-section .container .info-board {
      font-size: 1.3875rem;
    }

    .hero-section .container{
      width: 100%;
    }

    .hero-section .right-box .image-box{
      margin-bottom: 0;
    }

    .main-container .container{
      width: 100%;
    }

    .info-section .container h2{
      font-size: 2.625rem;
    }

    .bartender-section .left-box{
      justify-content: center;
    }
    /* .right-box .image-box{
      width: 240px;
      height: 222px;
    } */

    .last-section .buttons-wrp .google-play-i, .last-section .buttons-wrp .apple-play-i{
      width: 80%;
    }

    .last-section .playstore-btn-wrp p{
      font-size: 2rem;
    }

    .last-section .buttons-wrp a {
      display: inline-flex;
      width: 50%;
      justify-content: center;
    }
  }


  @keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .slide-in-left {
    animation: slideInFromLeft 1s ease-out forwards;
  }

/* Start hidden and slightly moved down */
.slide-up-bounce {
  opacity: 0;
  transform: translateY(100px);
}

/* When 'active' is added */
.slide-up-bounce.active {
  animation: slideUpBounce 2s ease-out forwards;
}

/* Keyframes for smooth bounce up */
@keyframes slideUpBounce {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  60% {
    transform: translateY(-20px);
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.zoom-effect-section {
  overflow: hidden;
  position: relative;
}

.zoom-text {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.8s ease-out;
}

/* When active, after delay, zooms to normal */
.zoom-effect-section.active .zoom-text {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.3s; /* small delay after blank */
}

video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
}
video {
  pointer-events: none;
}




