body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.discount-section {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}

.discount-section .left-aside-section,
.discount-section .right-aside-section {
  padding: 64px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.discount-section .left-aside-section {
  box-shadow: inset -33px 0 50px -48px rgb(103, 17, 206);
}

.discount-section .van-img {
  text-align: center;
}

.discount-section .left-aside-section .play-store-img {
  display: flex;
  column-gap: 24px;
}

.discount-section .left-aside-section .play-store-img a img {
  height: 48px;
  border-radius: 24px;
}

.discount-section .right-aside-section {
  background: linear-gradient(180deg, #4a09d2 0%, #6711ce 100%);
  position: relative;
  color: #ffffff;
}

.discount-section .right-aside-section::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(16, 27, 30, 0) 0%,
    rgba(16, 27, 30, 0.08) 100%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.discount-section .left-aside-section .van-img {
  padding: 75px 0;
}

.discount-section .right-aside-section h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 8px;
}

.discount-section .right-aside-section p {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.discount-section .right-aside-section .share-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}

.discount-section .right-aside-section .share-btn a.btn1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
}

.discount-section .right-aside-section .share-btn a.btn2 {
  padding: 16px 6px;
  background: #914dff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 8px rgba(157, 60, 255, 0.5);
  width: 100%;
  text-align: center;
}

.qr-container {
  display: inline-block;
  padding: 15px;
  background: white;
  border-radius: 20px; /* Set border-radius */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.qr-container svg {
  border-radius: 10px; /* Adjust QR code rounding */
}
.qr-container p{
color: #000;
font-size: 18px;
}
.share-btn {
  position: relative;
  display: inline-block;
}
.tooltip {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.share-btn:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.discount-section .right-aside-section .scanner-card {
  padding: 38px 0;
  text-align: center;
}

.play-store-img .desktop-view-image-display, .share-btn .desktop-view-image-display {
  display: block;
}

.play-store-img .desktop-view-image-none, .share-btn .desktop-view-image-none{
  display: none;
}

@media screen and (max-width: 575px) {
    .discount-section .left-aside-section .play-store-img {
      column-gap: 20px;
      margin:-20px 0px;
    }

    .discount-section .logo-img img {
        height: 36px;
      }
      .discount-section .left-aside-section .play-store-img a img {
        height: 36px;
      }
      
  }



@media screen and (max-width: 767px) {
  .discount-section {
    background: linear-gradient(180deg, #4a09d2 0%, #6711ce 100%);
    flex-wrap: wrap;
  }

  .discount-section .left-aside-section,
  .discount-section .right-aside-section {
    background: transparent;
  }

  .discount-section .left-aside-section .fetii-mobile-logo {
    background: #fff;
    padding: 28px 0 16px;
    width: 100%;
    text-align: center;
  }

  .discount-section .left-aside-section .van-img {
    padding: 0;
  }

  .discount-section .van-img img {
    width: 100vw;
  }

  .discount-section .van-img .fetii-van1 {
    display: none;
  }

  .discount-section .left-aside-section {
    z-index: 0;
    box-shadow: none;
  }

  .discount-section .right-aside-section .scanner-card {
    display: none;
  }

  .play-store-img .mobile-view-image-display, .share-btn .mobile-view-image-display {
    display: block;
  }

  .play-store-img .mobile-view-image-none, .share-btn .mobile-view-image-none {
    display: none;
  }
  
  .discount-section .left-aside-section {
    padding: 0;
  }

  .discount-section .right-aside-section {
    padding: 38px 16px;
  }

  .discount-section .right-aside-section .share-btn {
    margin-top: 38px;
  }

  .discount-section .right-aside-section .share-btn a.btn1 {
    padding: 0;
    background: transparent;
  }

}


@media screen and (min-width: 768px) {
  .discount-section .van-img .fetii-van2,
  .discount-section .right-aside-section .share-btn a.btn2 {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .discount-section .left-aside-section .play-store-img a img {
    height: 36px;
  }

  .discount-section .van-img .fetii-van1,
  .discount-section .right-aside-section .scanner-card img {
    width: 80%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .discount-section .left-aside-section .play-store-img a img {
    height: 40px;
  }
}
