* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

button,
a {
    cursor: pointer;
}

.page-nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    user-select: none;
    margin-left: 5%;
}

.page-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 1%;
}

.page-nav a,
.page-nav p {
    cursor: pointer;
    font-family: Roboto;
    font-size: 1rem;
    color: black;
    transition: all 0.2s linear;
}

.page-nav a:hover {
    text-decoration: underline;
}

.page-nav p.active {
    color: #007663;
    cursor: default;
}

.product-display-container {
    padding: 2% 0;
    display: flex;
    gap: 5%;
    margin-bottom: 5%;
    height: 600px;
    width: 90%;
    margin-left: 5%;
}

.product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    position: relative;
    gap: 5%;
}

.preview-container {
    position: relative;
    display: flex;
    width: 20%;
    user-select: none;
    height: 100%;
    padding: 5% 0;
    margin-left: 5%;
}

.products {
    width: 100%;
}


.products-view .video {
    width: 100%;
    position: relative;
}
.products-view video {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
}

.products-view .video .thumbnail {
    display: flex;
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
}

.products-view .video .video-content {
    display: none;
    background: #141414;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  padding: 5px;
  z-index: 1;
}

.play-btn svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 0 #8e9090;
}

.image-thumbnail {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.image-thumbnail img {
    width: 100%;
    height: 100%;
}

.products .swiper-slide {
    opacity: 0.6;
}

.product-display-container .swiper-slide-thumb-active {
    opacity: 1;
}

.product-display-container .swiper-next,
.product-display-container .swiper-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    translate: 0% -50%;
    cursor: pointer;
}

.product-display-container .swiper-next {
    right: 0;
    rotate: -90deg;
}

.product-display-container .swiper-prev {
    left: 0;
    rotate: -90deg;
}

.product-display-container .swiper-prev i,
.product-display-container .swiper-next i {
    color: #444343;
    font-size: 1.2rem;
    font-weight: 600;
}

.product-display-container .swiper-prev.swiper-button-disabled,
.product-display-container .swiper-next.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-pagination-bullet {
    background: #605F5F;
}

.view-container {
    height: 100%;
    width: 55%;
    padding: 5% 0;
    position: relative;
}

.view-container .swiper-pagination-bullet:nth-child(1) {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #605f5f;
    rotate: 90deg;
    border-radius: 0;
    background: none;
}

.products-view iframe {
    border: none;
    user-select: none;
}

.product-view-container {
    height: 100%;
    aspect-ratio: 9/16;
}

.option-container {
    width: 5%;
    align-self: flex-start;
    padding: 6% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;   
}

.wishlist-icon {
    margin-bottom: 20px;
}

.wishlist-icon.active svg {
    fill: #3f3f3f;
}

.wishlist-icon,
.share-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: scale 0.1s ease-in-out
}

.wishlist-icon:hover,
.share-icon:hover {
    scale: 1.1;
}

.wishlist-icon:active,
.share-icon:active {
    scale: 0.9;
}

.content-container {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    width: 40%;
    padding: 2% 0; 
}

.content {
    width: 100%;
}

.video-title {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: left;
}
.offer-display-container {
    background: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5% 5%;
    margin: 5% 0;
    position: relative;
    width: 80%;
}

.offer-ribbon{
  height: 30px;
  width: max-content;
  background: #c23840;
  border-radius: 10px 0 0 0;
  border-left: none;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3em 0 0 ;
  position: absolute;
  top: 0;
  left: 0;
  
  span{
    font-family: Montserrat;
      font-size: 0.8rem;
      font-weight: 600;
      line-height: 18px;
      text-align: left;
      margin-left: 1rem;
      color: white;
  }

  &:after{
    position: absolute;
    content: "";
    width: 35px;
    height: 25px;
    z-index: 1;
     transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    background: #f6f6f6;
    top:6px;
    right: -20px;
  }
}
.price-infom{
  margin-top: 35px;

}


.price-infom > p:nth-of-type(1){
  font-family: Montserrat;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 21.6px;
  color: #141414;
  display: flex;
  gap: 10px;
  align-items: center;

}
.price {
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #464646;


}

.strike-price {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22.27px;
  text-align: left;
  color: #4D4D4D;
  text-decoration: line-through;
}

.price-infom > p:nth-of-type(2){
  font-family: Inter;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color:  #247B32;
  margin-top: 5px;
}


.video-container img,
.video-container video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.video-container .thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  padding: 1%;
}


.thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.info .video-content {
  display: none;
  background: black;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.video-container img,
.video-container video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.pag-nav-mobile{
    display: none;
}



.offer-display-container .title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5%;
}

.voucher-info {
    margin-bottom: 3%;
    position: relative;
}

.voucher-info .share-icon {
    display: none;
  }
  
  .voucher-info p {
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5%;
    color: #444343;
    display: none;
  }
  
  .voucher-info p::after {
    content: url(/video-invitation/assets/img/productpage/offer-tag.png);
    position: relative;
  }

.voucher-price {
  display: contents;
}

.desktop-hr {
  margin: 1% 0;
  border: none;
    border-top: 1px solid #605F5F;
    outline: none;
}

.video-info-container {
    padding: 2%;
    width: 100%;
}

.video-info-container .title p {
  font-weight: 600;
  font-size: 1rem;
  color: #444343;
}


.action-buttons-container {
    margin-top: 3%;
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 4%;
}
.action-buttons-container {
    width: 100%;
    padding: 2%;
}

.action-buttons-container .purchase-button,
.action-buttons-container .order-button {
    width: 45%;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 50px;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 2px 2px 4px 0px #00000040;
}

.action-buttons-container .purchase-button {
    background: #272727;
    color: white;
}

.action-buttons-container .order-button {
    background: white;
    border-color: #343434;
    color: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.action-buttons-container .purchase-button:hover {
    box-shadow: -2px 2px 5px 0 rgb(99, 96, 96);
}

.action-buttons-container .order-button:hover {
   box-shadow: -2px 2px 5px 0 rgb(99, 96, 96);
}

.action-buttons-container .purchase-button:active {
    background: #272727;
}


.order-button i{
    font-size: 25px;
}

.info-container{
    margin: auto;
    width: 90%;
    margin-bottom: 3%;
}

.info-title {
    font-family: Merriweather;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 55.07px;
    text-align: center;
    margin-bottom: 3%;
}

.info-title.mobile {
    display: none;
}

.info-container .info,
.create-video-section .info {
    display: flex;
    justify-content: space-evenly;
    padding: 2% 1%;
    width: 100%;
}

.create-info{
    width: 50%;
    padding: 0 4%;
}

.info-image,
.info-video {
    width: 45%;
    padding: 4% 3%;
}


.create-info > p {

    font-family: Merriweather;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30.17px;
    margin-bottom: 5%;
    color: #444444;
}

.create-info > p:nth-of-type(1){
    margin-top: 5%;
}

.info-image img,
.info-video iframe{
    width: 100%;
    height: 100%;
}

.create-info ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8%;
    list-style-type: none;
    counter-reset: my-counter;
}


.create-info ol li::before {
    counter-increment: my-counter;
    content: counter(my-counter, decimal-leading-zero) ". ";
    margin-right: 5%;
    display: block;
}

.create-info ol li {
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 26.2px;
    text-align: left;
    display: flex;
    max-width: 80%;
    width: 80%;
    color: #393838;
}

.info-container .order-button {
    color: #007663;
    width: 50%;
    border: none;
    background: none;
    transition: all 0.3s ease-in-out;
    background: #444343;
    padding: 3%;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}

.info-container .order-button:hover {
    scale: 1.05;
}

.info-container .order-button:active {
    scale: 0.9;
}

.info-container .order-button p {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: underline;
}

.info-container .order-button p i {
    line-height: normal;
    font-size: 0.9rem;
}

.help{
    margin-top: 4%;
    display: flex;
    border-radius: 13px;
    background: #F9F9F9;
    padding: 4%;
    justify-content: space-between;
}
.help-content{
    display: flex;
    flex-direction: column;
    gap: 9%;

}
.help-content > p:nth-of-type(1) {
    font-family: Montserrat;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 18px;
    color: #141414;

}
.help-content > p:nth-of-type(2){
    font-family: Roboto;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 15.96px;
    text-align: left;
    color: var(--Dashbaord-font-color, #4D4D4D);
}
.help-content > p:nth-of-type(3){
    font-family: Roboto;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 18.34px;
    text-align: left;
    display: flex;
    gap: 15px;
    align-items: center;

}
.help-content > p:nth-of-type(3) span{
    font-size: 1rem;
    color: #3C8A75;
    text-decoration: underline;
}


/* Review Section Starts */

.video-review .reviews-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 5%;
}

.video-review .reviews-container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.5em;
}

.video-review .reviews-container .title h3 {
  font-family: Merriweather;
  font-size: 2.5em;
  font-weight: 400;
}

.video-review .reviews-container .title p {
    font-family: Poppins;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;

}

.video-review .reviews-container .video-reviews-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 5%;
  margin-top: 2%;
  position: relative;
}

.video-review .reviews-container .video-reviews-container .reviews {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 90%;
  gap: 5%;
  overflow-x: scroll;
  transition: all 0.2s linear;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.video-reviews-container .reviews::-webkit-scrollbar {
  display: none;
}

.video-reviews-container .prev-btn,
.video-reviews-container .next-btn {
  position: absolute;
  top: 50%;
  font-size: 2em;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}

.video-reviews-container .prev-btn {
  left: 1%;
  translate: 0% -50%;
}

.video-reviews-container .next-btn {
  right: 1%;
  translate: 0% -50%;
}

.video-reviews-container .review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
  width: 20%;
  min-width: 20%;
  border-radius: calc(8px + 1%);
  border: 1px solid #CFCFCF;
  padding: 1%;
  scroll-snap-align: center;
}

.video-reviews-container .review .video {
  position: relative;
}

.video-reviews-container .review .video svg {
  position: absolute;
  width: 50%;
  height: auto;
  aspect-ratio: 1;
  right: 0;
  bottom: 0;
  translate: 15% 15%;
  cursor: pointer;
  transition: all 0.2s linear;
}

.video-reviews-container .review .video svg:hover {
  scale: 1.05;
}

.video-reviews-container .review .video svg:active {
  scale: 0.95;
}

.video-reviews-container .review .video svg.pause-icon {
  display: none;
}

.video-reviews-container .review .video .user-info {
  position: absolute;
  bottom: 0;
  translate: 0 -50%;
  width: 65%;
  font-family: Poppins;
  font-weight: 600;
  font-size: 0.8em;
  color: white;
  left: 5%;
}

.video-reviews-container .review .video .user-info .comment {
  color: #ececee;
  font-weight: 400;
  font-size: 0.6em;
}

.video-reviews-container .review video {
  width: 100%;
  height: 100%;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
}

.video-reviews-container .review .location {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5%;
  color: #A9A9A9;
  font-family: Roboto;
  font-weight: 300;
}

.action-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2% 0;
}

.action-btn-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  gap: 5%;
  border: 1px solid black;
  border-radius: 8px;
  padding: 1%;
  color: white;
  background: #303030;
  line-height: normal;
  font-size: 1em;
  font-family: Inter;
  line-height: normal;
  font-weight: 600;
  transition: all 0.2s linear;
  cursor: pointer;
}

.action-btn-container button:hover {
  box-shadow: -2px 2px 5px 0 rgb(99, 96, 96);
}


@media (max-width:576px) {
  .video-review .reviews-container {
    margin-top: 10%;
  }

  .reviews-container .title h3 {
    font-weight: 700;
    font-size: 2em;
  }
  .reviews-container .title p {
    display: none;
  }

  .reviews-container .video-reviews-container {
    width: 90%;
    margin-top: 5%;
  }

  .video-reviews-container .review {
    width: 80%;
    min-width: 80%;
    padding: 3%;
  }

  .video-reviews-container .prev-btn {
    left: -2%;
  }

  .video-reviews-container .next-btn {
    right: -2%;
  }

  .video-reviews-container .review .location {
    font-size: 1.3em;
  }

  .action-btn-container {
    margin: 4% 0;
  }

  .action-btn-container button {
    width: 60%;
    padding: 4%;
  }
}


/* Review Section Ends */



/* Videos-Section */
.videos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-top: 5%;
}

.videos-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 0.5em;
}

.videos-section .title h3 {
  font-family: Merriweather;
  font-size: 2.5em;
  font-weight: 400;
}

.videos-section .title p {
  font-family: Roboto;
  font-size: 1.1em;
  color: #444343;
  width: 70%;
  line-height: 1.3;
}

.videos-section .videos-container {
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3em 5%;
  margin-top: 2%;
}

.more-video{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3em 5%;
    margin-top: 2%;
}

.videos-section .videos-container .video{
  width: 30%;
  height: auto;
  aspect-ratio: 9/16;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: calc(5px + 1%);
  overflow: hidden;
  padding: 1%;
  box-shadow: 0px 0px 12px 0px #0000001A;
}


.videos-container .video .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

 .videos-section .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.videos-container .video .video-content {
  display: none;
  background: black;
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.videos-container .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  padding: 5px;
}

.videos-container .video .play-btn svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 0 #8e9090;
}

.videos-section .videos-container .video video{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.videos-section .start-design {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  gap: 5%;
  border: 1px solid black;
  border-radius: 8px;
  padding: 1%;
  color: white;
  background: #303030;
  line-height: normal;
  font-size: 1em;
  font-family: Inter;
  line-height: normal;
  font-weight: 600;
  outline: none;
  margin-top: 2%;
  transition: all 0.2s linear;
  cursor: pointer;
}

.videos-section .start-design:hover {
  box-shadow: -2px 2px 5px 0 rgb(99, 96, 96);
}

@media (max-width: 768px) {
  .videos-section {
    display: none;
  }

  .videos-section .title h3 {
    font-weight: 700;
    font-size: 2em;
  }

  .videos-section .title p {
    width: 90%;
    font-size: 1em;
    line-height: 1.3;
  }

  .videos-section .videos-container {
    width: 90%;
    margin-top: 5%;
    gap: 1em 5%;
  }

  .videos-section .videos-container .video {
    width: 45%;
    padding: 2%;
  }

  .videos-section .start-design {
    width: 50%;
    padding: 5%;
  }
}


/* videos-Section End */

/* Google Play Review Section Starts */

.google-play-reviews-section {
    width: 100%;
    padding: 3% 7%;
    overflow-x: hidden;

}

.google-play-reviews-section .review-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.google-play-reviews-section .review-subtitle {
    font-weight: 600;
    color: #605F5F;
    padding-left: 1%;
    margin: 1% 0;
    font-size: 1rem;
}

.google-play-reviews-section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.google-play-reviews-section .logo-container {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 70%;
    flex-direction: column;
    margin-top: 2%;
}

.google-play-reviews-section .logo-container .google-play-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
    width: 100%;
}

.google-play-reviews-section .logo-container .google-play-logo .gplay-text {
    height: 36px;
}

.google-play-reviews-section .logo-container .rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 7%;
    margin-top: 1%;
    width: 100%;
    gap: 2%;
}

.google-play-reviews-section .logo-container .rating p:nth-child(1) {
    font-weight: 600;
    color: #605F5F;
}

.google-play-reviews-section .logo-container .rating p:nth-child(3) {
    font-family: Roboto, sans-serif;
    color: #605F5F;
    font-size: 0.9rem;
    line-height: 1;
}

.google-play-reviews-section .logo-container .star-rating .material-symbols-rounded {
    font-variation-settings:
        'FILL' 1,
        'wght' 200,
        'GRAD' 0,
        'opsz' 24;
    color: #ffdd55;
    width: 15px;
    display: inline-flex;
}

.google-play-reviews-section .heading .all-reviews,
.google-play-reviews-section .all-reviews.mobile {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.google-play-reviews-section .heading .all-reviews button,
.google-play-reviews-section .all-reviews.mobile button {
    border: 1px solid black;
    border-radius: 0;
    padding: 5%;
    background: none;
    width: 75%;
    font-size: 1rem;
    height: 56px;
    font-family: Roboto, sans-serif;
    transition: box-shadow 0.3s ease-in-out;
}

.google-play-reviews-section .heading .all-reviews button:hover,
.google-play-reviews-section .all-reviews.mobile button:hover {
    box-shadow: -8px 6px 12px 0px rgb(0 0 0 / 0.2);
}

.google-play-reviews-section .all-reviews.mobile {
    display: none;
}

.google-play-reviews-section .reviews-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

.google-play-reviews-section .review-details {
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: column;
    width: 30%;
}

.google-play-reviews-section .review-box {
    background: #EBF3EE;
    padding: 12%;
    position: relative;
}

.google-play-reviews-section .clip-polygon {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #EBF3EE;
    rotate: -45deg;
    position: absolute;
    left: 5%;
    bottom: -10%;
    z-index: -1;
}

.review-box .review-content p {
    font-family: Roboto, sans-serif;
    color: #605F5F;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
}

.review-box .review-footer {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 10%;
    gap: 5%;
}

.review-footer p:nth-child(1) {
    font-family: Roboto, sans-serif;
    font-size: 0.9rem;
    color: #444343;
}

.review-footer p:nth-child(2) {
    font-size: 1rem;
    color: #444343;
    font-weight: 600;
}

.google-play-reviews-section .reviews-container .user-info {
    margin-top: 15%;
    margin-left: 5%;
}

.google-play-reviews-section .reviews-container .user-info .user-detail {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.google-play-reviews-section .reviews-container .user-info .user-detail .user-name {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    color: #444343;
}

/* Google Play Review Section Ends */


/* FAQ Section Starts */

/*------------------------------- Info Section ---------------------------*/
.info-section {
  background: #d5d5d57c;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.info-section .testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
}

.faq-mobile-hr {
  display: none;
  border: 0.4px solid rgba(13, 13, 13, 0.25);
  border-bottom: none;
}

.faq-title-mobile {
  display: none;
  margin: 2% 0;
}

.faq-title-mobile {
  font-size: 0.9em;
  font-weight: 700;
}

.faq-title-mobile h2 {
  margin-bottom: 2%;
  font-size: 2em;
  color: #000000;
  font-weight: 700;
  font-family: Merriweather;
}

.faq-container,
.more-questions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  border-radius: 10px;
  background: #fff;
  padding: 2%;
  left: 50%;
}

.faq-container {
  width: 100%;
  margin: 0 auto;
}

.faq-container .title {
  text-align: center;
  font-family: Merriweather;
  font-size: 1.2em;
}

.faq-container .questions-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
  width: 85%;
  position: relative;
  cursor: pointer;
}

.faq-container .more-questions-container .questions-container {
  width: 100%;
}

.questions-container .qa-container {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  user-select: none;
  width: 85%;
}

.more-questions-container {
  width: 85% !important;
  padding: 0;
  box-shadow: none;
  display: none;
}

.questions-container .question {
  font-size: 1.2em;
  font-weight: 500;
}

.answer {
  display: none;
  transition: 0.3s linear;
  height: 1px;
  font-family: Inter;
  color: grey;
  font-size: 1rem;
  line-height: 1.5;
  width: 85%;
  padding-left: 1%;
}

.faq-container .questions-container hr {
  width: 100%;
  border: 0.6px solid rgba(13, 13, 13, 0.25);
  border-bottom: none;
}

.questions-container .expand-icon-container {
  width: 4%;
  position: absolute;
  right: 0;
  cursor: pointer;
  user-select: none;
}

.questions-container .expand-icon-container span svg {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.questions-container .expand-icon-container span svg:nth-child(2) {
  display: none;
  rotate: -45deg;
  fill: #007663;
}

.faq-container .show-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.show-more-button button,
.show-more-button-mobile button {
  border: none;
  width: 20%;
  background: #303030;
  color: #FFFDF9;
  font-size: 1.2em;
  font-family: Inter;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 2% 1%;
  line-height: 1;
}

.info-section .more-info {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0.5em;
  width: 75%;
  margin-top: 3%;
  box-shadow: 0px 25px 50px 0px #0000000D;
  border-radius: 15px;
  border: 1px solid #0000001A;
  padding: 3% 7%;
  background: white;
}

.info-section .more-info .title > p {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0D0D0D;
}

.info-section .more-info .quote {
  color: #007663;
  font-family: Merriweather;
  font-weight: 700;
  font-size: 1.4rem;
}

.more-info .content {
  margin-top: 1%;
  font-family: Montserrat;
  font-size: 1.1em;
  color: #0D0D0DB2;
  line-height: 1.5;
}

.more-info .content .quote {
  rotate: 180deg;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.more-info .action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
  margin-top: 2%;
}

.more-info .action-btn a {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: normal;
  text-decoration: none;
  border: 1.5px solid #303030;
  padding: 2%;
  border-radius: 10px;
  color: #303030 !important;
  font-family: Montserrat;
  transition: all 0.2s linear;
}

.more-info .action-btn a:hover {
  box-shadow: -2px 2px 5px 0 rgb(99, 96, 96);
}

.more-info .action-btn a i {
  font-size: 1.4em;
}

.more-info .action-btn a p {
  font-size: 0.9em;
  font-weight: 500;
}

.more-info .action-btn a span {
  font-weight: 600;
}

@media (max-width:576px) {
  .info-section .testimonial-container {
    width: 100%;
  }

  .faq-container {
    padding: 5% 0;
  }

  .questions-container .question {
    font-size: 1em;
  }

  .show-more-button button {
    width: 50%;
    padding: 5%;
  }

  .info-section .more-info {
    margin-top: 10%;
    width: 95%;
    padding: 5%;
  }

  .info-section .more-info .title {
    font-size: 1.2em;
  }

  .more-info .content {
    font-size: 0.8em;
  }

  .more-info .action-btn a {
    width: 48%;
    padding: 4% 2%;
    justify-content: space-between;
  }

  .more-info .action-btn a i {
    font-size: 0.9em;
  }

  .more-info .action-btn a p {
    font-size: 0.7em;
  }
}
/* FAQ Section Ends */

/* Create Video Section Starts */

.create-video-section {
    width: 90%;
    margin: 0 auto;
}

.create-video-section .create-info h2 {
    font-weight: 600;
    color: #141414;
    width: 70%;
    margin-bottom: 3%;
    position: relative;
}

.create-video-section .create-info h2::after {
    content: 'Beta';
    position: absolute;
    color: #FF543E;
    font-size: 1.1rem;
    right: 15%;
    top: 0;
    translate: 0 -50%;
}

.create-video-section .create-info h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #FF543E;
    margin-bottom: 3%;
}

.create-video-section .create-info ul {
    padding-left: 3%;
    margin-bottom: 5%;
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}

.create-video-section .create-info ul li {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
}

.create-video-section .create-info .create-button {
    width: 45%;
    color: white;
    background: #007663;
    border: none;
    border-radius: 50px;
    height: 56px;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    transition: box-shadow 0.3s ease-in-out;
}

.create-video-section .create-info .create-button:hover {
    box-shadow: -8px 8px 6px 0px rgba(0, 118, 99, 0.26);
}

.create-video-section .create-info .create-button:active {
    background: #24665C;
}

/* Create Video Section Ends */

.help-container {
    background: #EBF3EE;
    padding: 5% 0;
}

.help-info {
    width: 80%;
    text-align: center;
    margin: auto;
}

.help-info h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.help-info p {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    margin-top: 2%;
}

.help-info button {
    width: 25%;
    background: #007663;
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 1.25rem;
    font-family: Roboto, sans-serif;
    height: 56px;
    margin-top: 2%;
    transition: box-shadow 0.3s ease-in-out;
}

.help-info button:hover {
    box-shadow: -8px 8px 6px 0px rgba(0, 118, 99, 0.26);
}

.help-info button:active {
    background: #24665C;
}

.modal,
.purchase-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modal-content,
.purchase-modal-content {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 35%;
    height: 50%;
    overflow: hidden;
}

.back-btn {
    margin: 2%;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: #fff;
    border: 2px solid rgba(0, 118, 99, .15);
    box-shadow: 0 25px 40px rgba(59, 80, 90, .05);
    border-radius: 50%;
    transition: scale 0.1s linear;
    z-index: 2;
    cursor: pointer;
}

.back-btn:hover {
    scale: 1.1;
}

.back-btn svg {
    fill: #007663;
    width: 20px;
    height: 20px;
    margin-top: 65%;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
}

.purchase-modal-content {
    width: 60%;
    height: auto;
}

.purchase-modal-content .close-btn,
.download-modal-container .close-btn {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 1%;
    border-radius: 50%;
    background: #F4F4F4;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: scale 0.1s linear;
}

.download-modal-container .close-btn {
    width: 35px;
    height: 35px;
}

.purchase-modal-content .close-btn svg,
.download-modal-container .close-btn svg {
    width: 100%;
    height: 100%;
}

.purchase-modal-content .close-btn:hover,
.download-modal-container .close-btn:hover {
    scale: 1.1;
}

.purchase-modal-content .bg-image-1,
.purchase-modal-content .bg-image-2 {
    position: absolute;
    width: 15%;
    height: auto;
}

.purchase-modal-content .bg-image-1 img,
.purchase-modal-content .bg-image-2 img {
    width: 100%;
    height: 100%;
}

.purchase-modal-content .bg-image-1 {
    top: 0;
    left: 0;
}

.purchase-modal-content .bg-image-2 {
    bottom: 0;
    right: 0;
}

.purchase-modal-content .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 5%;
    padding: 4% 10%;
}

.purchase-modal-content .info {
    text-align: left;
}

.purchase-modal-content .info h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

.purchase-modal-content .info p {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    margin-bottom: 5%;
    line-height: 1.2;
    max-width: 70%;
}

.purchase-modal-content .info p span:nth-child(1) {
    font-family: Montserrat;
    font-size: 1.2rem;
    font-weight: 600;
    color: #444343;
}

.purchase-modal-content .info p span:nth-child(2) {
    font-weight: 700;
    color: #444343;
    font-size: 1.2rem;
}

.purchase-modal-content .info ul {
    max-width: 80%;
    padding-left: 5%;
    margin-bottom: 5%;
}

.purchase-modal-content .info ul li {
    line-height: 1.3;
    font-family: Roboto, sans-serif;
    color: #605F5F;
}

.purchase-modal-content .info ul li:nth-child(1) {
    margin-bottom: 3%;
}

.purchase-modal-content .info button {
    width: 50%;
    border: none;
    border-radius: 50px;
    padding: 4%;
    color: white;
    background: #007663;
    font-family: Roboto, sans-serif;
    font-size: 1.1rem;
}

.purchase-modal-content .preview-image {
    width: 30%;
    aspect-ratio: 9/16;
}

.purchase-modal-content .preview-image img {
    width: 100%;
    height: 100%;
}

.share-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.share-modal-content {
    position: absolute;
    width: 35%;
    background: white;
    border-radius: 12px;
    padding: 2%;
}

.cancel-icon {
    position: absolute;
    right: 2%;
    top: 5%;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 1%;
}

.share-modal-content .title {
    font-weight: 500;
    margin-bottom: 5%;
}

.share-modal-content .content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.copy-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0.7rem 1rem;
    width: 87%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copy-container input {
    border: none;
    width: 80%;
    font-family: 'Arial';
    padding: 3px;
}

.copy-link-button {
    background: #007663;
    padding: 3% 6%;
    border-radius: 20px;
    border: none;
    outline: none;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    font-family: Arial;
    width: fit-content;
    transition: box-shadow 0.3s ease-in-out;
}

.copy-link-button:hover {
   box-shadow: -8px 6px 12px 0px rgba(0, 118, 99, 0.43);
}

.copy-link-button:active {
    background: #24665C;
}

.whatsapp-button {
    background: #25D366;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 13%;
    height: auto;
    aspect-ratio: 1;
    transition: scale 0.1s ease-in-out;
}

.whatsapp-button:hover {
    scale: 1.05;
}

.whatsapp-button:active {
    scale: 0.9;
}

.whatsapp-button i {
    color: white;
    font-size: 1.6rem;
}

.link-copy-text {
    position: fixed;
    bottom: 0;
    left: 50%;
    translate: -50% 100%;
    background: #007663;
    padding: 1% 2%;
    z-index: 20;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    transition: all 0.2s linear;
    user-select: none;
    cursor: default;
}

.mobile-whatsapp-text {
    display: none;
}

.download-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.download-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 220px;
    width: 50%;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.download-modal-container > p {
    margin: 20px;
    border: none;
    font-size: 1rem;
    border-radius: 10px !important;
    display: none;
}

.download-modal-close {
    display: none;
    justify-content: center;
    background-color: #009688;
    color: white;
    width: 90%;
    padding: 3%;
    margin: 5%;
    margin-top: 30px !important;
    border: none;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}

.error-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.error-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: max-content;
    width: max-content;
    padding: 2em;
    background-color: white;
    border-radius: 15px;
}

.error-modal-container p {
    font-size: 1em;
    font-family: lora;
    font-style: italic;
    font-weight: 500;
}

.error-ok {
    background-color: #ee1a1a;
    color: white;
    width: 40%;
    padding: 3%;
    margin-top: 30px !important;
    border: none;
    border-radius: 5px;
    z-index: 100;
    border-radius: 20px;
    cursor: pointer;
}

.error-ok:hover {
    background-color: #ff442c;
}

.user-input-form {
    position: absolute;
    bottom: -100%;
    width: 100%;
    background: rgb(210 210 210);
    transition: bottom 0.4s ease-in-out;
}

.user-input-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3%;
}

.user-input-form form > div {
    display: flex;
    flex-direction: column;
    width: 35%;
    align-items: start;
}

.user-input-form div label {
    font-size: 0.9rem;
    margin-bottom: 2%;
    font-weight: 600;
    font-family: Inter;
}

.user-input-form div input {
    padding: 2% 3%;
    outline: none;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    width: 90%;
    font-family: Inter;
}

.user-input-form form > button {
    width: 15%;
    border: none;
    border-radius: 50px;
    padding: 1.5%;
    color: white;
    background: #007663;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 768px) {
    .page-nav-container {
        padding: 0 1rem;
        justify-content: start;
    }

    .page-nav{
        display: none;
    }
    .pag-nav-mobile{
        display: flex;
        align-items: center;
        gap: 5px;
        gap: 10px;
    }
    .pag-nav-mobile > a{
        color: #696969;
    }
    .product-display-container {
        padding: 5% 0;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
    .product-container {
        width: 100%;
        flex-direction: column-reverse;
    }
    .option-container {
        position: absolute;
        z-index: 1;
        top: 1%;
        right: 15%;
        margin-right: 15px;
    }
    .view-container {
        width: 75%;
    }
    .preview-container {
        width: 80%;
        margin-left: 0;
        padding: 3% 0;
    }
    .product-display-container .swiper-next,
    .product-display-container .swiper-prev {
        color: black;
        background: transparent;
        width: 40px;
        height: 40px;
        top: 50%;
        rotate: -90deg;
    }

    .product-display-container .swiper-prev i,
    .product-display-container .swiper-next i {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .product-display-container .swiper-prev {
        left: 0;
        translate: -90% -50%;
    }

    .product-display-container .swiper-next {
        left: 100%;
        translate: -10% -50%;
    }
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, 
    .swiper-pagination-fraction {
        bottom: 0;
    }
    .content-container {
        width: 100%;
        padding: 5%;
    }
    .offer-display-container{
        width: 100%;
    }
    .offer-display-container .price-info {
        flex-wrap: wrap;
        gap: 10%;
    }
    .price-info .extra {
        margin-top: 2%;
        font-size: 0.9rem;
    }
    /* .voucher-info {
        margin-bottom: 5%;
    }
    .voucher-info .share-icon {
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        translate: 0% 15%;
    }
    .voucher-info p {
        display: block;
    }
    .voucher-info p::after {
        top: 0.5rem;
    } */
    .action-buttons-container {
        position: fixed;
        flex-direction: row-reverse;
        justify-content: space-between;
        bottom: 0;
        z-index: 10;
        gap: 0.2rem;
        padding: 6px;
        margin: 0 -5%;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        background: #F5F5F5;
    }
    .action-buttons-container .order-button,
    .action-buttons-container .purchase-button {
        width: 50%;
        border-radius: 3px;
        border: 1px solid #4D4D4D;
        height: 60px;
    }
    .info-title {
        font-size: 1.5rem;
        margin-bottom: 5%;
    }
    .info-title.desktop {
        display: none;
    }
    .info-title.mobile {
        display: block;
    }
    .info-container .info {
        flex-direction: column-reverse;
    }
    .create-info, 
    .info-image,
    .info-video {
        width: 100%;
    }
    .create-info {
        margin-top: 5%;
        display: flex;
        flex-direction: column;
    }
    .create-info > p:nth-of-type(1){
        display: none;
    }
    .create-info ol {
        gap: 20px;
        margin-bottom: 5%;
    }
    .create-info ol li {
        max-width: 100%;
        width: 100%;
        font-size: 1.2rem;
    }
    .info-container .order-button {
        padding: 4% 1%;
        font-size: 1rem;
        width: 70%;
        margin: 0 auto;
    }

    .help{
        display: none;
    }
    .video-container{
        width: 100%;
    }
    .reviews-section {
        margin-top: 2%;
    }
    .reviews-section .reviews {
        margin-top: 2%;
        width: 80%;
    }
    .reviews-container .slide-next svg,
    .reviews-container .slide-prev svg {
        width: 40px;
        height: 40px;
    }
    .reviews-container .slide-prev {
        left: -3%;
    }
    .reviews-container .slide-next {
        right: -3%;
    }
    .google-play-reviews-section {
        margin-top: 10%;
    }
    .review-subtitle {
        margin: 3% 0;
    }
    .google-play-reviews-section .logo-container {
        width: 100%;
    }
    .logo-container .rating {
        margin-left: 15%;
        gap: 8%;
    }
    .google-play-reviews-section .heading .all-reviews.desktop {
        display: none;
    }
    .google-play-reviews-section .all-reviews.mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10%;
    }
    .google-play-reviews-section .all-reviews.mobile button {
        padding: 0.85rem 1rem;
        width: 60%;
        height: 48px;
    }
    .google-play-reviews-section .reviews-container {
        margin-top: 10%;
        flex-direction: column;
        gap: 3rem;
    }
    .google-play-reviews-section .review-details {
        width: 100%;
    }
    .faq-container {
        width: 100%;
        padding: 5% 5%;
        margin: 10% auto;
    }
    .faq-container .content {
        margin: 10% auto;
        width: 100%;
        padding: 10% 0;
    }
    .questions-container .qa-container {
        padding-left: 5%;
    }
    .questions-container .question {
        font-size: 1rem;
    }
    .create-video-section .info {
        flex-direction: column;
    }
    .create-video-section .create-info .create-button {
        height: 48px;
        width: 50%;
    }
    .create-video-section .create-info h2 {
        width: 100%;
        line-height: 1.5;
    }
    .create-video-section .create-info h2::after {
        right: 1%;
    }
    .create-video-section .create-info ul {
        padding-left: 10%;
    }
    .create-video-section .info-image {
        margin-top: 10%;
    }
    .help-container {
        padding: 15% 0;
    }
    .help-info h1 {
        font-size: 1.3rem;
    }
    .help-info p {
        font-size: 1.2rem;
        margin-top: 5%;
    }
    .help-info button {
        height: 48px;
        width: 90%;
        margin-top: 10%;
    }
    .modal-content {
        width: 85%;
        height: 45%;
    }
    .purchase-modal-content {
        width: 85%;
    }
    .purchase-modal-content .bg-image-1,
    .purchase-modal-content .bg-image-2 {
        width: 45%;
    }
    .purchase-modal-content .close-btn, 
    .download-modal-container .close-btn {
        width: 35px;
        height: 35px;
    }
    .purchase-modal-content .close-btn svg,
    .download-modal-container .close-btn svg {
        width: 70%;
    }
    .purchase-modal-content .content {
        flex-direction: column-reverse;
    }
    .purchase-modal-content .preview-image {
        width: 60%;
        margin: 10% auto;
    }
    .purchase-modal-content .info p,
    .purchase-modal-content .info ul {
        max-width: 100%;
    }
    .purchase-modal-content .info button {
        width: 100%;
        font-size: 1.3rem;
        padding: 0.72rem 1rem;
    }
    .share-modal-content {
        width: 85%;
        padding: 5%;
    }

    .share-modal-content .title {
        font-size: 1.2rem;
    }

    .share-modal-content .content {
        flex-direction: column;
    }

    .copy-container {
        width: 100%;
    }

    .whatsapp-button {
        width: 100%;
        aspect-ratio: auto;
        border-radius: 12px;
        padding: 5% 7%;
        display: flex;
        align-items: center;
    }

    .whatsapp-button i {
        font-size: 2rem;
    }

    .mobile-whatsapp-text {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 1.05rem;
        font-weight: 600;
        color: white;
    }

    .link-copy-text {
        width: max-content;
        padding: 5% 7%;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .sale-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 80px;
    }

    .sale-container>span:nth-last-child(1) {
        position: absolute;
        right: 20px;
        top: 0px;
        transform: rotate(45deg);
        font-size: 1.5rem;
    }

    .sale-container>span.line {
        display: none;
    }

    body .navbar{
        top: 80px;
        height: 80px;
    }

    .navbar > div:nth-child(2) {
        height: 100%;
    }

    body nav.navbar .logo {
        font-size: 2rem;
    }
}