.rotator2-view-component-wrap {
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: 0.8em solid #fff;
  background-color: #fff;
}

.bus-com-article-list-2-view {
  padding: 20px;
}

.bus-com-article-list-2-view-card .card-title-box .title {
  text-align: left;
}

.banners {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6f9ff;
  padding: 20px 20px 30px;
  gap: 20px;
}

div#jumbotron-video.sph-video-widget {
  margin-bottom: 0 !important;
}
#jumbotron-video.vjs-playlist-item {
  margin: 0 1em 0.6em !important;
}

.cny-title {
  font-weight: 800;
  font-size: 1.5rem;
  color: #00312b;
  text-align: center;
  margin: 0.3em 0;
}

.sticker {
  width: 90%;
}

.snake-stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.line {
  border-bottom: 1.5px solid #ffb000;
}

.socials {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-side {
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cny-zodiac {
  background-color: #fff;
  border: 0.75px solid #c69128;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.zodiac-circle {
  -webkit-animation: rotate 100s linear infinite;
  animation: rotate 100s linear infinite; /* Rotate every 100 seconds, infinitely */
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; /* Set rotation origin to the center */
}

.zodiac-circle img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}

.zodiac-circle img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.zodiac-title:hover {
  color: #e90044 !important;
}

.zodiac-title {
  font-weight: 800;
  font-size: clamp(
    1.2rem,
    4vw,
    2.5rem
  ); /* min-size, preferred-size, max-size */
  color: #00312b;
  text-align: center;
  line-height: clamp(1.5rem, 4.2vw, 3rem);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.view-desktop {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.view-mobile,
.view-tablet {
  display: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.greeting-card-carousel {
  text-align: center;
  background-color: #fff;
  border: 0.75px solid #c69128;
  padding: 20px 20px 30px;
  border-radius: 15px;
}
.greeting-card-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding: 20px;
}
.greeting-card-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.greeting-card-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.greeting-card-item .active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.greeting-card-img:hover {
  opacity: 1;
}
#custom-message {
  font-size: 0.9rem;
  padding: 0.5em 1em;
  border: 2px solid #ff3972;
  border-radius: 50px;
  margin-bottom: 1em;
}
.sharing-btn-m.loading .btn-text {
  visibility: hidden;
}
/* Button styles */
.sharing-btn {
  font-size: 1rem;
  font-weight: 900;
  border-radius: 50px !important;
  padding: 0.5em 2em;
  border: none;
  background-color: #ff3972;
  margin: auto;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.sharing-btn-m {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sharing-btn-m .btn-text {
  display: inline-block;
}
/* Hide spinner by default */
.loading-spinner {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/* Spinner Animation */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Show spinner during loading */
.sharing-btn.loading .btn-text {
  visibility: hidden;
}
.sharing-btn.loading .loading-spinner {
  display: block;
}

.cny-banners {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}

.cny-banners img {
  text-align: center;
  border-radius: 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .stickers {
    border: 0.75px solid #28bec6;
    border-radius: 15px;
    height: auto;
  }

  .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .zodiac-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cny-banners {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .stickers {
    padding: 20px 0;
    border: 0.75px solid #c69128;
    border-radius: 15px;
    width: 100%;
  }

  .sticker {
    width: 80%;
  }

  .main-cny-zodiac {
    width: 100%;
  }

  .cny-zodiac {
    border: 0.75px solid #c69128;
    padding: 20px 0;
    border-radius: 15px;
  }

  .zodiac-circle {
    width: 80%;
  }

  .zodiac-title {
    font-size: clamp(
      1rem,
      5vw,
      2.5rem
    ); /* min-size, preferred-size, max-size */
    line-height: clamp(1.2rem, 5.2vw, 3rem);
  }

  .greeting-card-carousel {
    padding: 20px 0 20px 0;
    width: 100%;
  }

  .cny-video {
    width: 100%;
  }

  .greeting-card-wrap {
    padding: 15px 20px;
  }

  .sharing-btn {
    margin-bottom: 1em;
  }
}
