/* slider */
div#carouselshopControls {
  border-radius: 8px;
  overflow: hidden;
}
.inside-shop-carousel {
  padding-bottom: 20px;
}
.shopc-img {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

/* ===============post slider=================== */
.post-slider {
  position: relative;
}

.post-slider .next {
  position: absolute;
  top: 140px;
  z-index: 1;
  right: 10px;
  cursor: pointer;
}

.post-slider .prev {
  position: absolute;
  bottom: -75px;

  z-index: 1;
  left: 30%;
  cursor: pointer;
}

.post-slider .next2 {
  /* position: absolute;
    bottom: -75px;
    right: 30%;
    cursor: pointer;
    z-index: 1;
    transform: translateX(-30%); */
}

.post-slider .prev2 {
  /* position: absolute;
    bottom: -75px;
    left: 30%;
    cursor: pointer;
    z-index: 1;
    transform: translateX(-30%); */
}

.post-slider .post-wrapper {
  /* height: 500px; */
  margin: 0 auto;
  overflow: hidden;
}

.post-slider .post-wrapper .post {
  height: 500px;
  width: 260px;
  margin: 0 10px;
  display: inline-block;
  /* background-color: whitesmoke; */
  /* border-radius: 6px; */
}

.post-slider .post-wrapper .post .post-img {
  position: relative;
  height: 240px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 24px;
  background: #fffefe;
  box-shadow: 2px 2px 4px rgb(96 86 160 / 15%);
  border-radius: 10.0531px;
}

.post-slider .post-wrapper .post .post-img .img1 {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  object-fit: contain;
  transition: all ease 0.4s;
  filter: brightness(100%);
}

.post-slider .post-wrapper .post .post-title {
  margin-top: 10px;
  color: #000000;
  /* font-size: 22px; */
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
}

.post-slider .post-wrapper .post .rating {
  margin-left: 1px;
  margin-top: 15px;
  height: 45px;
}

.post-slider .view-all {
  position: absolute;
  margin-top: 15px;
  right: 20px;
  color: #0063a6;
  font-size: 14px;
  font-weight: 700;
}

.post-slider .post-wrapper .post:nth-child(odd) {
  height: auto;
  width: 100%;
  margin: 0 10px;
  display: inline-block;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  /* background-color: #ffffff !important; */
  border-radius: 0px;
}
.post-slider .post-wrapper .post:nth-child(even) {
  height: auto;
  width: 100%;
  margin: 0 10px;
  display: inline-block;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  /* background-color: #ffffff !important; */
  border-radius: 0px;
}
/* ==================end of post slider================== */
.cost-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}
span.talent-coins-btn.btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffbd00;
  background: #ffffff;
  border: 1px solid #ffbd00;
  border-radius: 10.68px 10.5px 10.5px 10.68px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.original-cost {
  font-weight: 350;
  font-size: 24px;
  line-height: 29px;
  color: #ff772c;
}
span.strike-price {
  font-weight: 325;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: line-through;
  color: #858585;
}
.title-of-product {
  margin-bottom: 0;
}
.title-of-product h4 {
  font-weight: 350;
  font-size: 18px;
  line-height: 22px;
  color: #371a45;
  margin-bottom: 0;
  height: 44px;
}
.navigation {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
section.featured-excursions {
  background: linear-gradient(92deg, #e8f1ff 0%, #ffe9dc 100%);
  padding: 3rem 0;
  padding-left: 20px;
  padding-right: 20px;
  }

.discount-off-img {
  position: absolute;
  top: 8px;
  font-size: 12px;
  left: 0;
  display: flex;
  width: 50px;
  text-align: center;
  justify-content: center;
  height: 24px;
  background: #ff772c;
  border-radius: 0px 12px 12px 0px;
  align-items: center;
  color: #fff;
}
.post-anchor {
  text-decoration: none !important;
}
.post-slider .prev2,
.next2,
.next1,
.next3,
.prev3,
.prev1 {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
}
h2.more-prod-heading::before {
  content: "Products you may also like";
  border: 1px solid #da4231;
  padding: 10px;
  border-radius: 25px;
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  transform: translate(calc(-50% + 0px), -50%);
  font-size: 16px;
  white-space: nowrap;
  background: #fff;
  color: #da4231;
}
h2.more-prod-heading::after {
  position: absolute;
  content: "";
  background: #da4231;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -1;
}
.more-prod-heading {
  font-weight: 350;
  font-size: 0;
  color: #403a5d;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 0px;
}
.more-products-section {
  position: relative;
  margin-top: 2rem;
}
p.availibility {
  font-size: 14px;
  color: #638613;
}

/* ------ */

.heading-for-age {
  display: flex;
  justify-content: space-between;
  font-family: var(--sans);
  margin-bottom: 3rem;
  padding: 0 1rem;
  align-items: center;
}
.post-slider .post-wrapper .post .age-grop-anchor .post-img .img1 {
  width: auto;
  height: auto;
}
.post-slider .post-wrapper .post .age-grop-anchor .post-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.age-group-text {
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #403a5d;
}
.post-slider .post-wrapper .post:nth-child(1n + 0) .age-grop-anchor .post-img {
  background: #cade9e;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(2n + 0) .age-grop-anchor .post-img {
  background: #ffded6;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(3n + 0) .age-grop-anchor .post-img {
  background: #d4edff;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(4n + 0) .age-grop-anchor .post-img {
  background: #ffefc0;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(5n + 0) .age-grop-anchor .post-img {
  background: #ccf8dd;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(1n + 0) .catagory-anchor .post-img {
  background: #cade9e;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(2n + 0) .catagory-anchor .post-img {
  background: #ffded6;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(3n + 0) .catagory-anchor .post-img {
  background: #d4edff;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(4n + 0) .catagory-anchor .post-img {
  background: #ffefc0;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
.post-slider .post-wrapper .post:nth-child(5n + 0) .catagory-anchor .post-img {
  background: #ccf8dd;
  border: 1px solid #ddd9f3;
  border-radius: 8px;
}
/* .post-slider .post-wrapper .post:nth-child(6n + 0) .age-grop-anchor .post-img {
  background-color: purple;
}
.post-slider .post-wrapper .post:nth-child(7n + 0) .age-grop-anchor .post-img {
  background-color: navy;
} */
h3.trending-title {
  /*text-align: center; */
  margin-top: -30px;
  margin-bottom: 3.2rem;
  margin-left : 20px;
}
.title-age-product {
  font-weight: 350;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #6056a0;
}
.title-see-all {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #403a5d;
}
.category-products-section {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .dropdown.filter-dropdown-playlist .dropdown-menu {
    left: -14px !important;
  }
  .col-6.fil-dropmenu-col {
    padding: 0;
  }
  #mobile-search {
    width: 100%;
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 50px;
    left: 0;
    padding: 10px;
    display: flex;
    background: #fff;
  }
  .shopc-img {
    height: 200px;
  }
  h1.shop-banner-item-name {
    font-size: 24px;
  }
  h6.shop-banner-item-desc {
    font-size: 20px;
  }
  div#carouselshopControls {
    border-radius: 0px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
  .right-content-container {
    /* margin: 0 -20px;
     */
    padding: 0;
  }
  .heading-for-age {
    padding: 0 10px;
  }
  .title-see-all {
    font-size: 16px;
  }
  .title-age-product {
    font-size: 18px;
  }
}

/* end slider */
.right-body .heading h3 {
  color: #403a5d;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}

.right-content-container {
  padding: 1.25rem;
}

.right-content-container .top-container {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}

.right-content-container .top-container .show-my-drawings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 17.188rem;
  height: 3.125rem;
  padding: 1.063rem;
  background-color: #e6efd1;
  /* opacity: 0.2; */
  border-radius: 2.063rem;
  cursor: pointer;
}

.right-content-container .top-container .show-my-drawings .text {
  color: #83b11b;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  opacity: 1 !important;
}

.right-content-container .bottom-container .drawing-img-container,
.right-content-container .bottom-container .my-drawing-img-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: 1.25rem;
  border: 1px solid #ddd9f3;
  border-radius: 0.5rem;
}

.right-content-container .bottom-container .drawing-img-container .title {
  padding: 8px 17px;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #403a5d;
  text-transform: capitalize;
  line-height: 1.5;
}

.right-content-container .bottom-container .drawing-img-container .title span {
  opacity: 0.7;
}

.right-content-container .bottom-container .drawing-img-container .image img,
.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  img {
  width: 100%;
  height: 16.75rem;
  /* object-fit: cover; */
}

.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
}

.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media
  .delete
  .onHover {
  display: none;
}

.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media
  .menu1 {
  cursor: pointer;
}

.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media
  .delete,
.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media
  .edit,
.right-content-container
  .bottom-container
  .my-drawing-img-container
  .image
  .media
  .share {
  cursor: pointer;
  margin-top: 10px;
}

.right-content-container .bottom-container .drawing-img-container .social,
.right-content-container .bottom-container .my-drawing-img-container .social {
  padding: 0.75rem;
}

.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .like-text,
.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .comment-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.right-content-container .bottom-container .drawing-img-container .social .like,
.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .comment,
.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .share,
.right-content-container .modal .social .like,
.right-content-container .modal .social .share {
  cursor: pointer;
}

.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .like.liked
  svg
  path,
.right-content-container .modal .social .like.liked svg path {
  fill: #588ee8 !important;
}

.social .like,.social .share{
  cursor: :pointer;
}


.social
  .like.liked
  svg
  path{
    fill: #588ee8 !important;
  }

.right-content-container
  .bottom-container
  .drawing-img-container
  .social
  .like.unliked
  svg
  path,
.right-content-container .modal .social .like.unliked svg path {
  fill: white !important;
}

.right-content-container .loading-spinner {
  position: relative;
  width: 100%;
  display: none;
}

.right-content-container .loading-spinner .spinner-border {
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: 15rem;
}

.right-content-container .loading-spinner .spinner-grow {
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: 15rem;
}

.right-content-container .no-upload-drawings {
  height: calc(100vh - 150px);
  display: none;
  justify-content: center;
  align-items: center;
}

.right-content-container .no-upload-drawings button {
  width: 13.125rem;
  border-radius: 1.625rem;
}

.right-content-container .no-upload-drawings button:hover {
  color: white;
}

.right-content-container .no-upload-drawings .content .div1 {
  color: #403a5d;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.right-content-container .no-upload-drawings .content .div2 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
}

.right-content-container .no-upload-drawings .content .div3 {
  margin-top: 20px;
}

.right-content-container .modal .modal-content {
  border-radius: 8px;
}

.right-content-container .modal .drawing-image img {
  width: 100%;
  /* object-fit: cover; */
  height: 613px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.right-content-container .modal .drawing-comment .header {
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd9f3;
}

.right-content-container .modal .drawing-comment .header h5 {
  color: #403a5d;
  font-style: normal;
  font-size: 20px;
  line-height: 39px;
  padding: 12px 20px;
}

.right-content-container .modal .drawing-comment .header button {
  margin-right: 20px;
}

.right-content-container .modal .drawing-comment .header button span {
  margin-bottom: 5px;
}

.right-content-container .modal .drawing-comment .details {
  padding: 40px 20px;
  border-bottom: 1px solid #ddd9f3;
}

.right-content-container .modal .drawing-comment .details .name,
.right-content-container .modal .drawing-comment .get-comments .name,
.right-content-container .modal .drawing-comment .details .school-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #403a5d;
  text-transform: capitalize;
}

.right-content-container .modal .drawing-comment .details .school-name {
  opacity: 0.5;
}

.right-content-container .modal .drawing-comment .social {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd9f3;
}

.right-content-container .modal .drawing-comment .get-comments {
  padding: 20px;
  overflow: auto;
  height: 200px;
  position: relative;
  display: none;
}
/*
#allDrawingsCommentModal .comment-details .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #403a5d;
  text-transform: capitalize;
} */

.right-content-container
  .modal
  .drawing-comment
  .get-comments
  .view-all-comments {
  position: absolute;
  bottom: 20px;
  visibility: hidden;
}

.right-content-container .modal .drawing-comment .enter-comment {
  position: relative;
  padding: 20px 20px;
}

.right-content-container .modal .drawing-comment .enter-comment .enter-icon {
  position: absolute;
  top: 68px;
  right: 20px;
}

.right-content-container .modal .drawing-comment .enter-comment #comment-text {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 40px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 0;
}

.right-content-container
  .modal
  .drawing-comment
  .enter-comment
  #comment-text
  :focus {
  background: #ffffff;
  border: 1px solid #ddd9f3;
  border-radius: 33px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #403a5d;
}

.right-content-container
  .modal
  .drawing-comment
  .enter-comment
  #comment-text
  :hover {
  background: #eceef8;
  border: 1px solid #ddd9f3;
  border-radius: 33px;
}

.comment-modal-close-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* .bottom-container{
    margin: 0 -15px 0 -15px;
  } */
  .right-content-container .bottom-container .drawing-img-container .image img {
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
  }
  .desktop-date-container {
    display: none;
  }
  .right-content-container .modal .drawing-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  .comment-modal-close-desktop {
    display: none;
  }
  .comment-modal-close-mobile {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #222;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  /* .details.row.mx-0 {
    flex-wrap: nowrap;
} */
}

.date-picker {
  width: 49px;
  border: 0;
  background-color: white;
}

@media (min-width: 768px) {
  .date-picker {
    display: none;
  }
}

@media (max-width: 425px) {
  .date-picker {
    display: block;
    /* max-width: 30px;
    overflow: hidden;
    position: relative;
    min-width: 30px;
    height: 100%;
    min-height: 30px;
    margin-left: auto; */
    /* left: 37%; */
    /* z-index: 1; */
  }
  .date-picker #mobile-datepicker {
    width: 49px;
    border: 0;
    background-color: white;
  }
}

@media screen and (max-width: 1199px) {
  .right-content-container
    .bottom-container
    .drawing-img-container
    .title
    span {
    opacity: 0.7;
    display: block;
  }
}

/* input#mobile-datepicker {
  max-width: 54px;
  position: absolute;
  height: 100%;
  left: -24px;
  border: 0;
  font-size: 16px;
} */
.desktop-date-input {
  background: #ffffff;
  border: 1px solid #ddd9f3;
  border-radius: 33px;
  height: 50px;
  width: 257px;
  padding: 0.5rem;
}

/* @media (min-width: 600px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
} */

@media (max-width: 425px) {
  .right-content-container .modal .drawing-image img {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

input[type="month"]:focus {
  outline: 0 !important;
}

@media (min-width: 1400px) {
  .right-content-container .bottom-container .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .col-md-7.drawing-image.p-0 {
    height: 16rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .right-content-container .modal .drawing-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
}

.right-content-container .modal .drawing-comment .details {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd9f3;
  flex-wrap: nowrap;
}

.media .menu1:hover .media .menu1 svg path {
  stroke: red !important;
}

.right-content-container ul.my-drawings-category li {
  display: inline;
  padding: 9px 15px;
  border-radius: 26px;
  margin: 0 5px;
}

.right-content-container ul.my-drawings-category li:hover {
  background-color: #ededed;
}

.right-content-container ul.my-drawings-category li a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #858585;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;

  display: inline-block;
}

.right-content-container ul.my-drawings-category li.active-cat a {
  color: #6056a0;
  border-bottom: 2.5px solid #6056a0;
}

.right-content-container .bottom-container .no-my-drawing {
  margin: auto;
  font-size: 40px;
  font-weight: bold;
}

.right-content-container .allDrawingsCommentModal .comment-user-dp {
  margin: auto;
  font-size: 40px;
  font-weight: bold;
}

.right-body .right-content-container .load-more {
  width: 100%;
  display: flex;
  justify-content: center;
}

.right-body .right-content-container .load-more button {
  background: #6056a0;
  color: #fff;
  width: 140px;
  height: 40px;
  border-radius: 25px;
  margin-top: 20px;
}

.like-dropdown {
  cursor: pointer;
}

a.dropdown-item.nametag {
  font-size: 14px;
  color: #403a5d;
}

div#likedby {
  font-size: 14px;
  color: #403a5d;
  padding: 0.25rem;
}

a.dropdown-item.nametag {
  padding: 0;
}


/* ads */

/* Maintain card size like normal post */



.drawing-img-container.ad-block {
  position: relative;
  background: #ffe0e0; /* light bright background */
  border-radius: 12px;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  height: 380px; /* same as post cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.drawing-img-container.ad-block:hover {
  transform: translateY(-4px) scale(1.02);
}

/* Sponsored label */
.ad-block .sponsored-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ff4081;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
  z-index: 2;
}

/* Image */
.ad-block .image img {
  width: 100%;
  height: 200px; /* same as normal post images */
  object-fit: cover;
  border-radius: 12px;
}

.drawing-img-container.ad-block .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 10px;
}

.drawing-img-container.ad-block .image img {
  width: 88%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Title text */
.ad-block .ad-title {
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

/* Animation on load */
.animate-ad {
  animation: fadeInScale 0.7s ease;
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


.greetingBtn{
  display: block;
    position: absolute;
    z-index: 9;
    bottom: 60px;
    right: 0;
}
.heartbeat-btn {
	position: relative;
	padding: 3px 19px;
	font-size: 15px;
	font-weight: 600;
	color: white;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(245, 87, 108, 0.4);
	transition: all 0.3s ease;
	animation: heartbeat 1.5s ease-in-out infinite;
	overflow: hidden;
	}

	.heartbeat-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
	}

	.heartbeat-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 40px rgba(245, 87, 108, 0.5);
	}

	.heartbeat-btn:hover::before {
	width: 300px;
	height: 300px;
	}

	.heartbeat-btn:active {
	transform: translateY(0);
	}

	@keyframes heartbeat {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.05);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.05);
	}
	70% {
		transform: scale(1);
	}
	}

	.heart-icon {
	display: inline-block;
	margin-right: 8px;
	animation: heartPulse 1.5s ease-in-out infinite;
	}

	@keyframes heartPulse {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.2);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.2);
	}
	70% {
		transform: scale(1);
	}
	}
