<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*font-family: 'Lato', sans-serif;
font-family: "Open Sans", sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&amp;display=swap");

:root {
  --bgcolor1: rgb(9, 16, 24);
  --bgcolor2: rgb(26, 20, 49);
  --linkColor: #febdff;
  --buttonColor1: #ec407a;
  --buttonColor2: #d81b60;
  --shine-degree: 120deg;
  --shine-color: rgba(255, 255, 255, 0.2);
  --shine-effect: linear-gradient(
    var(--shine-degree),
    transparent,
    var(--shine-color),
    transparent
  );
  --shine-transition: all 0.85s ease-in-out;
    --top-nav-height: 60px;
    --bottom-nav-height: 70px;
    --top-padding: 0px; /* Default to 0 when no top navbar */
  }

body {
  margin: 0 auto;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  background-image: linear-gradient(to right, var(--bgcolor1), var(--bgcolor2));
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hidden{
  display: none !important;
}
/* new css */
.logo {
  width: 100px;
  padding: 0 10px;
}

.navbar {
  /* background-color: var(--bgcolor); */
  background-image: linear-gradient(to right, var(--bgcolor1), var(--bgcolor2));
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.menu-bars {
  font-size: 1.5rem;
  background: none;
  line-height: 0.5rem;
  border: none;
}

.menu-bars:hover {
  /* background-color: var(--bgcolor); */
  border: none;
}

.nav-menu {
  background-color: rgba(0, 0, 0, 0.9);
  width: 300px;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -100%;
  transition: 850ms ease-out;
}

.nav-menu.active {
  left: 0;
  transition: 350ms ease-out;
  z-index: 11111;
}

.nav-menu-items {
  padding-left: 0;
}

.nav-text {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 16px;
  list-style: none;
  margin: 6px 0;
}

.nav-text a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 4px;
  transition: 200ms ease;
}

.nav-text a:hover {
  background-color: #bcbfc1;
  color: #263238;
}

.nav-menu-items {
  width: 100%;
}

.navbar-toggle {
  background-color: #000;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.navbar-toggle .menu-bars {
  padding-left: 21px;
  padding-top: 0px;
}

.userIcon{
  display: flex;
  flex-direction: row; 
}
.userIcon a {
  color: var(--linkColor);
}

.userIcon a i {
  font-size: 32px;
  opacity: 0.7;
  margin : 0px 10px;
}

.userIcon img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 100%;
  
}

.date_sec {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0px 5px;
}

.date_sec:focus-visible {
  outline: none;
}

.login_sec h3 {
  margin: 0px;
  font-size: 3.5rem;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}

/* .login_sec input[type="text"],
.login_sec input[type="password"] {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  padding: 0 10px;
  background: none;
  color: #fff;
  border-radius: 8px;
} */

.login_sec input::-ms-input-placeholder {
  color: #ffffff8e;
}

.search-field input::placeholder,
.login_sec input::placeholder {
  color: #949494e6;
}

.login_sec input:focus {
  outline: none;
  box-shadow: 0px 0px 0px 1px #fff inset;
}

.login_sec .input-group {
  border-radius: 8px;
  /* overflow: hidden; */
}

.login_sec .input-group-text {
  border-radius: 0 8px 8px 0 !important;
  background: none;
}

.login_sec .submit_button {
  width: 100%;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  background-image: linear-gradient(var(--buttonColor1), var(--buttonColor2));
  color: #fff;
  margin-bottom: 15px;
  border: none;
}

/* .layoutThree .splide__slide{transform: scale(0.8);} */
.layoutThree .splide__slide.is-active .storyImage {
  transform: scale(1.2);
}

.login_sec .sub_big {
  padding: 32px 30px;
}

/* .layoutThree #thumbnail{transform:  translateX(-4%) scale(.7);} */
.splide__slide--active img {
  transform: scale(1.2);
}

.login_sec p {
  padding: 0 0 8px;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}

.login_sec p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.login_sec ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.login_sec ul li {
  display: inline-block;
  font-size: 18px;
  margin: 0 15px;
}

.social_box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
}

.google {
  background-color: rgb(234 67 53);
}

.facebook {
  background-color: rgb(29 161 242);
}

.twitter {
  background-color: rgb(51 51 51);
}

.site-footer {
  font-size: 0.875rem;
  line-height: 1.5;
  background-image: linear-gradient(to right, var(--bgcolor1), var(--bgcolor2));
  width: 100%;
  color: #fff;
  position: relative;
  bottom: 0;
  text-align: center;
}

.footerBorder {
  border-top: 1px solid rgb(69 90 100);
}

.footerLogo {
  width: 100px;
}

.heart {
  width: 15px;
  margin-left: 5px;
  display: inline;
  vertical-align: text-top;
}

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

.racoon {
  width: 20px;
}

.footer_social {
  list-style: none;
  padding: 0;
  font-size: 20px;
  color: #cfcfd3;
}

.footer_social li {
  display: inline-block;
  margin: 0 10px;
}

/* STORY DETAILS CSS */
.storyBanner {
  width: 100%;
  margin-bottom: 25px;
}

.storyDetails h3 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.storyDetails p {
  color: #9e9e9e;
  font-weight: 700;
  margin: 0;
}

.storyDetails select {
  background-color: #424242;
  border: 1px solid #fff;
  width: auto;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  appearance: auto;
  background-image: none;
  height: 42px;
  padding-right: 13px;
  /* background-image: url(../../src/assets/images/down.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px 12px; */
}

.storyDetails select:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.share_btn {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right, #66bb6a, #43a047);
  border-radius: 50%;
  color: #000;
  font-size: 20px;
}

.story_info {
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 1.625;
  font-size: 1.25rem;
  margin-bottom: 25px !important;
  /* word-break: break-all; */
}

.story_btn {
  background: none;
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
}

.story_btn:hover {
  background: none;
  border-color: #fff;
  opacity: 0.7;
}

.story_btn:focus {
  outline: none;
  box-shadow: none;
  background: none;
  border-color: #fff;
}

.story_btn i {
  margin-right: 5px;
}
.list-decimal li::marker {
  padding-left: 15px;
  position: absolute;
  left: 0px;
}
.list-decimal {
  padding: 0px 15px 0 16px;
}
.list-decimal h1 {
  font-size: 20px;
}
.list-decimal p {
  font-size: 15px;
}
.inner-container {
  background: url(../BurgerGrid.png);
  /* background-attachment: fixed; */
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.inner-container h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.datePicker {
  width: 100%;
}

.category-title {
  font-size: 1.35rem;
  font-weight: 900;
  scroll-margin-top: 100px;
}

.slick-slide {
  padding-right: 15px;
}

.storyImage {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: -2px -2px 0 #fff; */
  border-top: 2px solid rgb(187, 187, 187);
  border-left: 2px solid rgb(187, 187, 187);
  border-bottom: 0;
  border-right: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 6px;
}

.episode-count-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 8px;
  border-radius: 0px 15px 15px 0px;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.episode-count-icon i {
  font-size: 1em;
}

.slick-slide img {
  object-fit: cover;
}

.slick-list {
  padding: 5px 3px;
}

.storyBox {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  width: 115px !important;
  height: fit-content !important;
}

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

.storyBox p {
  margin-bottom: 0;
  text-align: left !important;
}

.search-section {
  background: url(../spacegrid.png);
  background-size: cover;
  box-shadow: 0px 3px 13px 6px #000;
}

.search-section-2 {
  background: url(../spacegrid-2.png);
  background-size: cover;
  box-shadow: 0px 3px 13px 6px #000;
  background-position: bottom center;
}

.search-field {
  border-radius: 25px;
  border: 2px solid #7271eb;
  color: #9299ea;
  transition: 0.25s ease-in-out;
  transition-property: all;
  padding: 5px 25px;
}

.search-field:hover,
.search-field:focus-within,
.search-field:focus {
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 5px 0;
}

.search-field input,
.search-field button {
  background: none;
  border: none;
  color: #9299ea;
}

.search-field input:focus {
  background: none;
  color: #9299ea;
  outline: none;
  box-shadow: none;
}

.search-field button:hover,
.search-field button:active,
.search-field button:focus {
  background: none;
  outline: none;
  box-shadow: none !important;
}

.category_list {
  text-align: center;
}

.category_list span {
  display: inline-block;
  border: 2px solid #7271eb;
  border-radius: 0.75rem;
  color: #9299ea;
  background: #07061e;
  /* min-width: 90px; */
  height: 35px;
  transition: 0.25s ease-in-out;
  transition-property: all;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 0;
  /* margin-right: 10px; */
  margin-bottom: 10px;
  padding: 0 9px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .category_list span:hover, */
.category_active {
  color: #bbc1eb;
  background-color: #1c0365 !important;
  transform: scale(1.1);
  box-shadow: 0 0 0.25em 0.125em #9299ea5e;
  transition: 0.25s ease-in-out;
  transition-property: all;
}

.blue_icon {
  padding: 10px;
  background-color: #2b2a2a;
  color: #fff;
  border-radius: 25px;
  margin: 1px;
}

.icon {
  padding: 10px;
  border-radius: 4px;
  margin: 1px;
}

.carousel-indicators {
  align-items: center;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
}

.account-details .card {
  border-radius: 10px;
}

.user_img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 3px solid #eeeeee;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.user_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_name {
  font-size: 18px;
  color: #616161;
  font-weight: 700;
  margin: 15px 0;
}

.other-details,
.other-details table {
  color: #616161;
}

.text-success {
  color: #71c583 !important;
}

.dark-btn {
  background-color: #212121;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  margin: 5px;
}

.yellow-btn,
.yellow-btn:hover .paypal-button:hover {
  background-color: #f9c132 !important;
  padding: 15px 25px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  margin: 5px;
}

.red-btn,
.red-btn:hover {
  background-color: #ed4635;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  margin: 5px;
}

.red-btn:disabled {
  background-color: #ed4635 !important;
  opacity: 0.5;
}

.ageConfirm input {
  border: 1px solid #727272;
  margin-top: 0;
  width: 20px;
  height: 20px;
}

.green-btn,
.green-btn:hover {
  background-color: #43a047;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  margin: 5px;
}

.storybook-page {
  border: #222 1px solid;
  background-color: #f1efef;
  color: black;
}

.light-color {
  color: #c7ffe1;
}

.story-head {
  background-image: linear-gradient(to right, var(--bgcolor1), var(--bgcolor2));
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.left-control,
.right-control {
  background: #4b4b4b;
  border-radius: 25px;
  padding: 2px;
}

.swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.audio_image {
  /* height: calc(100vh - 400px); */
  /* min-height: 211px; */
  background: #000;
}

/* .audio_image img {
  height: calc(100vh - 380px);
  height: 233px;
  max-height:305px;
  margin-top: 30px;
} */
.bg-black {
  height: calc(100vh - 414px);
  /* height: calc( 100vh - 589px); */
  display: grid;
  align-items: flex-end;
}

.edit_btn {
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 100%;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 20px;
  right: -10px;
  box-shadow: 1px 3px 3px 1px #00000040;
  cursor: pointer;
}

.edit_user_sec {
  width: 100%;
  text-align: center;
  position: relative;
}

.edit_user_sec img {
  width: 80px;
  height: 80px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
}

.top-fix {
  top: 120px !important;
}

.fix-height {
  height: calc(100vh - 128px) !important;
}

.upload_camera {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0px;
  right: -65px;
}

.column {
  column-count: 3;
  column-gap: 24px;
  text-align: justify;
  width: 290vw;
}

/* .story_image{
  min-height: 211px;
} */
.audio_image img,
.story_image img {
  width: 100%;
    /* height: calc(100vh - 430px); */
  /* height: 233px; */
  /* height: 460px; */
  /* max-height: 305px; */
  object-fit: cover;
}

.story-main {
  position: unset;
  top: 300px;
  margin-left: auto;
  background-color: #000;
  bottom: 0px;
  overflow: auto;
  width: 100%;
}

.story_content {
  margin-top: 10px !important;
  overflow: auto;
  /* height: 315px; */
  font-size: 16px;
  line-height: 28px;
  font-weight: 400 !important;
  color: #fff !important;
}

.story_content::-webkit-scrollbar {
  display: none;
}

#pageButs {
    display: flex;
    align-items: center;
  justify-content: center;
  margin: 20px;
  }

.prev,
.nxt {
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
    /* Adjust space between buttons */
}

.prev {
  background-color: transparent;
  padding: 8px 15px;
  font-weight: bold;
  color: #13AD5C;
  border: 2px solid #13AD5C;
  border-radius: 15%;
}

.nxt {
  background-color: #13AD5C;
/* Blue background */
  color: white;
/* White text */
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.layoutTwo .storyBox {
  width: 225px !important;
  height: 225px !important;
  padding-right: 15px !important;
}

.layoutTwo .storyBox img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

/* Optional: add hover effect */
.prev:hover,
.nxt:hover {
  filter: brightness(0.9);
}

.horizontal-line {
  position: relative;
  /* border-top: 1px solid white;
  margin-top: 5px; */
}

.horizontal-line:after {
  width: 260px;
  height: 1px;
  background-color: #fff;
  left: 20px;
  top: -5px;
  position: absolute;
  content: " ";
}

.page-content {
  position: relative;
  z-index: 1;
  width: 75%;
  min-height: 540px;
  /* max-width: 250px; */
}

.terms-content {
  max-height: 250px;
  width: 100%;
  overflow: auto;
  word-spacing: 2px;
  line-height: 26px;
}

.bottom-img {
  position: absolute;
  bottom: 0;
  width: 250px;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-img img {
  width: 100%;
}

.css-ziwoha {
  width: 100% !important;
}

.story_title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  /* margin-bottom: 25px; */
}

.modal_bg {
  background-image: url(../SignBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subFooter {
  background: #0b0020;
}

.card {
  border-radius: 10px !important;
  background: none;
}

.card-title,
.price {
  font-size: 1.5rem;
}

.card-bg .card-title {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272a28;
  width: fit-content;
  letter-spacing: 2.5px;
}

.selected .card-title {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f6bbde;
  width: fit-content;
  letter-spacing: 2.5px;
}

.card-bg .price {
  color: #272a28 !important;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.selected .price {
  color: #f6bbde !important;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}

.card-body {
  display: flex;
  justify-content: space-between;
}

.card-bg .card-body {
  background: linear-gradient(125deg, #cfcbff, #f8bbde);
  border: none;
  border-radius: 5px;
}

.selected .card-body {
  background: none;
}

.card-bg .plan-description {
  color: #272a28 !important;
  font-weight: 300 !important;
}
.selected .plan-description {
  color: #ffff !important;
  font-weight: 300 !important;
}
.selected {
  border: 2px solid #9e90e7 !important;
  background: none;
  position: relative;
}

.activePlan {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  /* background-color: #49c250; */
  background-color: #f9c132 !important;
  color: #fff;
  border-radius: 0 3px 0 5px;
  padding: 1px 10px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.slanted-strikethrough {
  position: relative;
  display: inline-block;
}

.slanted-strikethrough::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* Center the line vertically */
  width: 100%; /* Cover the full width of the text */
  height: 2px; /* Thickness of the line */
  background: red; /* Color of the line */
  transform: rotate(-10deg); /* Adjust the angle of the slant */
  transform-origin: left; /* Pivot from the left side */
}

/* .PayButton{
  color: #ffff;
  background-color: #1BB954 !important;
  width: 80%;
  border-radius: 7px;
  font-weight: bold;
  border: none;
  padding: 10px 5px;
  margin: 20px;
} */
/*PayButton CSS shine*/

.PayButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 60px;
  font-family: "Archivo Black";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem !important;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f4f4f4;
  background: linear-gradient(
    92.88deg,
    #455eb5 9.16%,
    #5643cc 43.89%,
    #673fd7 64.72%
  );
  /* background: #FF6600;
  box-shadow: 0 4px 8px #853601; */
}

.PayButton:not(:last-child) {
  margin-bottom: 3rem;
}

.PayButton::before,
.PayButton::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}

.PayButton::before {
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  left: 0;
  filter: blur(30px);
  animation: shine-alt1 4s ease-in-out infinite;
}

.PayButton::after {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  animation: shine-alt2 4s ease-in-out infinite;
}

@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  10.42%,
  100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

@keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  10.42%,
  100% {
    opacity: 1;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

.propularPlan {
  /* border:2px solid var(--buttonColor1); */
  position: relative;
}

.popular {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  background-color: var(--buttonColor1);
  color: #fff;
  border-radius: 3px 0 5px 0;
  padding: 1px 10px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.accordion-button {
  background-color: var(--bgcolor1);
  color: #fff;
  font-weight: 500;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  color: var(--bgcolor1);
}

.accordion-item {
  border: none;
}

.progress-sticky {
  position: sticky;
  z-index: 1;
  top: 80px;
}

.progress-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 5px 0;
  /* position: absolute; */
  /* top: 0;
  left: 0; */
  /* z-index: 1; */
}

.progress {
  height: 2px;
  flex-grow: 1;
  border-radius: 4px;
  margin: 0 5px;
  display: flex;
  background-repeat: no-repeat;
  background-size: 200%;
  background-color: #666;
  background-position: 100% 50%;
  animation-timing-function: linear;
  animation-delay: 0.2s;
}

.progress-active {
  background-color: #fff;
}

.disabled {
  filter: grayscale(1);
}

.layoutTwoSplider .storyBox {
  width: 240px !important;
  height: 295px !important;
  /* padding-right: 15px !important; */
}

.layoutTwoSplider .storyBox img {
  width: 240px;
  height: 200px;
  object-fit: cover;
}
.layoutThree {
  margin: 0 0 50px;
}

/* .layoutThree .is-active{
  transform: scale(1.25);
  transition: all .3s;
  transition-delay: .2s;
  transform-origin: center center;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.layoutThree .is-active .storyImage:after{
  background-color: transparent;
} */

.layoutTwoSplider .story-titles {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  padding: 5px;
}
/* .layoutTwoSplider .story-name, .supertags {
  margin-bottom: 5px !important; 
} */

.layoutTwoSplider .story-name {
  font-size: 1.2rem !important;
  font-weight: bold;
  text-transform: uppercase;
}

.layoutTwoSplider .supertags {
  color: #a6a2c8;
  font-size: 1rem !important;
  font-weight: 600;
}

.hotness {
  display: flex;
  margin: 0 !important;
}

/* .supertag {
  margin: 2px;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
} */

.layoutOne .story-titles {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  padding: 5px;
}
/* .layoutOne .story-name, .supertags, .hotness {
  margin-bottom: 5px !important; 
} */

.layoutOne .story-name {
  font-size: 1rem !important;
  font-weight: bold;
  text-transform: uppercase;
}

.layoutOne .supertags {
  color: #a6a2c8;
  font-size: 0.7rem !important;
  font-weight: 600;
}

.splidetest img {
  width: 180px !important;
  height: 263px !important;
  margin: 10px -20px !important;
  opacity: 100%;
  transition: all 0.3s ease-in-out;
  /* transform: rotate3d(0, 1, 0, 30deg); */
  transform: translateX(-4%) scale(0.7);
}

.splidetest .is-active img {
  position: relative;
  /* transform: rotate3d(0, 1, 0, 0deg); */
  transform: translateX(-3%) scale(1);
}

.splidetest .is-next img,
.splidetest .is-prev img {
  opacity: 0.5;
  z-index: 5;
  transform: translateX(-2%) scale(0.8);
}

.splidetest .is-active img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  /* Adjust the opacity as needed */
  z-index: 1;
}

.splidetest .is-next img::before,
.splidetest .is-prev img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  /* Adjust the opacity as needed */
  z-index: 1;
}

.layoutThree .slick-list {
  overflow-y: unset !important;
  overflow-x: clip !important;
}

.layoutThree .slick-center {
  transform: scale(1.25);
  transition: all 0.3s;
  transition-delay: 0.2s;
  transform-origin: center center;
  position: relative;
  z-index: 1;
  opacity: 1;
}

/* .layoutThree .storyBox{
  width: 144px !important;
  height: 210px !important;
  
}*/
.layoutThree .storyBox img {
  height: 211px !important;
  width: 145px !important;
}

.layoutThree .storyImage {
  position: relative;
}

.layoutThree .storyImage:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
}

.layoutThree .slick-center .storyImage:after {
  background-color: transparent;
}

.layoutThree .storyBox p {
  display: none;
}

/* STEP FORM CSS */
.hh-grayBox {
  /* background-color: #f8f8f8; */
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}

.pt45 {
  padding-top: 45px;
}

.order-tracking {
  text-align: center;
  width: 50%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #9d9fa3;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: #30b834;
  border-width: 0px;
  background-color: #30b834;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 0;
}

.order-tracking p {
  color: #a4a4a4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 14px;
}

.order-tracking.completed p {
  color: #fff;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #9d9fa3;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #30b834;
}

.yellow_cls {
  background: #b830a9 !important;
}

.one:before {
  content: "1";
  position: absolute;
  top: 2px;
  left: 11px;
}

.two:before {
  content: "2";
  position: absolute;
  top: 2px;
  left: 11px;
}

.yellow_brdr:before {
  background: #b830a9 !important;
}

.search-section-2 {
  /* height: 100px; */
  padding: 0 35px;
}

.search-section-2 .search-field {
  padding: 2px 25px;
  margin-top: 12px;
}

.layoutOne .storyBox img {
  height: 212px;
}

.layoutOne .storyImage {
  position: relative;
}

.layoutOne .slick-center .storyImage:after {
  background-color: transparent;
}

.pantone_back {
  background: #656667;
}

.storyDetailsWhite h3 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.storyDetailsWhite p {
  color: #fff;
  margin: 0;
}

.storyDetailsWhite p span {
  color: #fff !important;
  margin: 0;
}

.storyDetailsWhite select {
  background-color: #424242;
  border: 1px solid #fff;
  width: auto;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  appearance: auto;
  background-image: none;
  height: 42px;
  padding-right: 13px;
  /* background-image: url(../../src/assets/images/down.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px 12px; */
}

.storyDetailsWhite select:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.layoutThree .storyImage:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
}

.layoutOne .storyImage img {
  width: 145px;
}

.layoutTwoSplider .storyImage {
  width: 240px;
  height: 200px;
}

.layoutOne .storyImage {
  width: 145px;
}

.slick-next i {
  font-size: 18px;
  position: absolute;
  color: #4c4c4c;
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 5px;
  text-align: center;
}

.slick-next::before {
  display: none;
}

.slick-prev::before {
  display: none;
}

.slick-prev i {
  font-size: 18px;
  position: absolute;
  color: #4c4c4c;
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 5px;
  text-align: center;
}

.layoutThree .storyBox {
  width: 145px !important;
  height: 211px !important;
}

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tourWrapper {
  background: #07061e;
  padding: 20px;
  border-radius: 5px;
}
.tourTxt {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Raleway", "sans-serif";
}

.startBtn {
  background-image: linear-gradient(
    92.88deg,
    #455eb5 9.16%,
    #5643cc 43.89%,
    #673fd7 64.72%
  );
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  margin: 10px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all 0.5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.startBtn:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: 0.1s;
}

@media (min-width: 768px) {
  .startBtn {
    padding: 0 2.6rem;
  }
}

.shepherd-target {
  border: 2px solid #fff;
}

.shepherd-header {
  background: transparent !important;
  padding: 0.75rem 0.75rem 0 !important;
}
.shepherd-theme-custom {
  background: url(../BurgerGrid.png) !important;
  background-size: contain;
  color: #fff !important;
  width: 60% !important;
  border: 2px solid #7271eb;
}
.shepherd-footer {
  justify-content: space-around !important;
}

.shepherd-title {
  font-weight: 800 !important;
}
.shepherd-text,
.shepherd-title {
  color: #fff !important;
}
.shepherd-arrow:before {
  background: #07061e !important;
}
.shepherd-button-back {
  background: #5a5abb !important;
}
.shepherd-button-next {
  background: #7271eb !important;
}

/* STEP FORM CSS */
@media only screen and (max-width: 1024px) {
  .storyBox {
    width: 103px !important;
  }

  .layoutThree .storyBox {
    width: 145px !important;
    height: 211px !important;
  }

  .slick-next {
    right: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .slick-prev {
    left: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 35px !important;
  }

  .bg-black {
    height: calc(100vh - 654px);
  }
}

@media only screen and (max-width: 912px) {
  .bg-black {
    height: calc(100vh - 520px);
  }
}

@media only screen and (max-width: 820px) {
  .bg-black {
    height: calc(100vh - 520px);
  }
}

@media only screen and (max-width: 768px) {
  /* .storyBox{width: auto !important;} */
  .slick-next {
    right: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .slick-prev {
    left: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 35px !important;
  }

  .bg-black {
    height: calc(100vh - 515px);
  }
}

@media only screen and (max-width: 600px) {
  .story_btn {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .storyBox {
    width: 145px !important;
  }

  .slick-next {
    right: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .slick-prev {
    left: 20px !important;
    z-index: 2;
    /* top: 84px; */
  }

  .layoutThree {
    margin: 30px 0 60px;
  }

  .layoutThree .slick-prev {
    left: 5px !important;
  }

  .layoutThree .slick-slider {
    padding: 0;
    margin-top: 20px;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 35px !important;
  }

  .story-main {
    position: fixed;
    top: 310px;
    margin-left: auto;
    margin-right: auto;
    bottom: 8px;
    overflow: auto;
    width: 100%;
  }
  

  .layoutThree .slick-center {
    transform-origin: 125px center;
  }

  .layoutThree .storyBox {
    width: 145px !important;
    height: 211px !important;
  }

  .layoutThree .storyBox img {
    height: 211px !important;
    width: 145px !important;
  }

  /* .audio_image img,
  .story_image img {
    height: 233px;
  } */
  .bg-black {
    height: calc(100vh - 350px);
  }

  .layoutTwo .storyBox {
    width: 238px !important;
    height: 198px !important;
    padding-right: 0 !important;
  }

  .layoutTwo .storyBox img {
    width: 240px;
    height: 200px;
  }

  .layoutTwoSplider .storyBox {
    width: 238px !important;
    height: 198px !important;
    padding-right: 0 !important;
  }

  .layoutTwoSplider .storyBox {
    width: 240px !important;
    height: fit-content !important;
    padding-right: 15px !important;
  }

  .layoutTwoSplider .storyBox img {
    width: 240px;
    height: 200px;
    object-fit: cover;
  }

  /* .layoutTwoSplider .storyBox img{
    width: 100%;
    height: 255px;
      object-fit: cover;
  } */
}

@media (orientation: landscape) {
  .bg-black {
    height: 100%;
  }

  .fix-height {
    height: calc(100vh - 200px) !important;
  }
}

@media only screen and (max-width: 600px) {
  .yellow_pay {
    position: fixed;
    width: 88%;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
    z-index: 9;
    bottom: 75px;
  }

  .login_sec .sub_big {
    bottom: 75px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    width: 88%;
    padding: 32px 30px;
  }

  .logo_center {
    width: 88px;
    background: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 907px) {
  .bg-black {
    height: calc(100vh - 518px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  .bg-black {
    height: calc(100vh - 412px);
  }
}

@media only screen and (max-width: 600px) and (min-width: 576px) {
  .story-main {
    position: unset;
  }
}

@media only screen and (max-width: 576px) and (min-width: 430px) {
  .story-main {
    position: fixed;
    top: 330px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 541px) {
  .story-main {
    top: 370px;
  }
}

@media only screen and (max-width: 540px) and (min-width: 520px) {
  .story-main {
    top: 390px;
  }
}

@media only screen and (max-width: 519px) and (min-width: 440px) {
  .story-main {
    top: 350px;
  }
}

@media only screen and (max-width: 375px) {
  .story-main {
    top: 286px;
  }
}

@media only screen and (max-width: 320px) {
  .story-main {
    top: 260px;
  }

  .storyBox {
    width: 145px !important;
  }

  .layoutTwoSplider .storyBox {
    width: 238px !important;
    height: fit-content !important;
  }
}

.container-fluid {
  position: relative;
}

.banner-cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.button-90 {
  color: #fff;
  padding: 15px 25px;
  border-radius: 100px;
  background-color: #4c43cd;
  background-image: radial-gradient(
      93% 87% at 87% 89%,
      rgba(0, 0, 0, 0.23) 0%,
      transparent 86.18%
    ),
    radial-gradient(
      66% 87% at 26% 20%,
      rgba(255, 255, 255, 0.41) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 16px;
  max-width: 90%;
  min-width: 110px;
  border: 0;
  margin: auto;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.subscribeModal .modal-content {
  background: url(../SignBG.png);
  color: #fff;
  position: relative;
  height: 80vh;
}

.submodal-title{
  font-weight: bolder;
  margin: 20px;
  font-size: 1.7rem;
}

.submodal-list{
  text-align: left;
  margin: 5px;
  font-size: 1.2rem;
}

.subscribeModal .SignUpButton{
  color: #ffff;
  background-color: #1bb954 !important;
  width: 40%;
  border-radius: 7px;
  font-weight: bold;
  border: none;
  padding: 10px 5px;
  margin: 20px;
}

.submodalForm{
  position: relative;
  width: 100%;
  z-index: 99;
}
.CDchar{
  position: absolute;
  bottom: 0;
  width : 100%;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

/* Full-screen modal styles */
.full-screen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-container {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}
.story {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.story__avatar {
  position: relative;
  width: 96px;
  height: 96px;
}

.story__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #fff; /* Assuming var(--img-border) was white */
}

.story__name {
  max-width: 72px;
}

.btn-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121),
    linear-gradient(
      137.48deg,
      #ffdb3b 10%,
      #fe53bb 45%,
      #8f51ea 67%,
      #0044ff 87%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

.strong {
  z-index: 2;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btn-signup:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.btn-signup:hover {
  transform: scale(1.1);
}

.btn-signup:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btn-signup:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Notification Bar*/

.notification-bar {
  background-color: #a885d8; /* Light Purple */
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; /* Ensures the bar stays on top */
  font-size: 0.7rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center; /* Space out content and close button */
}

.notification-bar p {
  margin: 0;
  letter-spacing: 0 !important;
}

.notification-bar a {
  color: #ffd700; /* Gold color for the link */
  text-decoration: none;
  font-weight: bold;
}

.notification-bar a:hover {
  text-decoration: underline;
}

.close-button {
  border: none;
  background: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.close-button:hover {
  color: #ff0000; /* Red color on hover for close button */
}

/*Signup*/

.signUpContainer {
  position: relative;
  background: url(../SignBG.png);
  top: 0;
  left: 0;
  min-height: 100vh;
  background-size: cover;
  overflow: hidden;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  margin: 0;
}

.collage {
  top: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.collagePricing {
  top: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0.7))
  );
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7));
}

.signupFields {
  width: 80%;
  height: 40px;
  border: 2px solid #ffff;
  border-radius: 50px;
  padding: 20px 25px;
  margin: auto;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffff;
}

.couponField {
  width: 80%;
  height: 40px;
  border: 2px solid #ffff;
  border-radius: 50px;
  padding: 20px 25px;
  margin: auto;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffff;
}

.signUpContainer .SignUpButton {
  color: #ffff;
  background-color: #1bb954 !important;
  width: 40%;
  border-radius: 7px;
  font-weight: bold;
  border: none;
  padding: 10px 5px;
  margin: 20px;
}

@media only screen and (max-width: 375px) {
  .login_sec h3 {
    margin: 0px;
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
  }
  .subtext {
    font-size: 1.25rem;
  }

  @media only screen and (max-height: 575px) {
    .collage {
      top: 0;
      left: 0;
      background-size: contain;
      width: 100%;
      -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
      );
      mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0)
      );
    }

    .login_sec h3 {
      margin: auto;
      font-size: 3rem;
      line-height: 1.25;
      font-weight: 600;
      color: #fff;
      padding-bottom: 15px;
    }
  }
}

/* Account Details page */
.accountdetails {
  position: relative;
  background: #ffff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
}

.accountinfo {
  margin-top: 60px;
}

.accountBanner {
  position: absolute;
  z-index: 998;
  background: linear-gradient(90deg, #0b0020, #1c0365);
  border-radius: 0 10px 10px 0;
  padding: 5px 20px 5px 7px;
  width: fit-content;
  left: 0;
}
.accountBanner p {
  font-weight: 600;
  color: #ffff;
  margin: 0;
  text-align: left;
}

.accountClose {
  position: absolute;
  z-index: 998;
  right: 20px;
  text-decoration: none;
}

.accountClose p {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}


/*CDP Reader UI*/

.CDPintro{
  background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 10px;
  border-radius: 8px ;
  border: 2px solid white;
}

.CDPintro p{
  font-weight: 600 !important;
}


.CDPstory-head {
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(28, 27, 27) 78.9%);
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

#CDPpageButs {
  position: absolute;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
  bottom: 15%;
}

.CDPstory-main {
  position: unset;
  position: absolute;
  /* top: 300px; */
  /* margin-left: auto; */
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  /* bottom: 0px; */
  overflow: auto;
  width: 90%;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
}

.CDPprev,
.CDPnxt {
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: transparent;
  /* Adjust space between buttons */
}

.CDPstory_image img {
  width: 100%;
  height: 90svh;
    /* height: calc(100vh - 430px); */
  /* height: 233px; */
  /* height: 460px; */
  /* max-height: 305px; */
  object-fit: cover;
}

#toggleTextButton{
  border: none;
  width: fit-content;
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  bottom: 10%;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  background-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.CDPnavbar{
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(28, 27, 27) 78.9%);
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
} 

.CDPnavbar .container-fluid{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.CDPstoryDetailsWhite{
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(28, 27, 27) 78.9%);
}

.CDPstoryDetailsWhite h3 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.CDPstoryDetailsWhite p {
  color: #fff;
  margin: 0;
}

.CDPstoryDetailsWhite p span {
  color: #fff !important;
  margin: 0;
}

.CDPstoryDetailsWhite select {
  background-color: #424242;
  border: 1px solid #fff;
  width: auto;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  appearance: auto;
  background-image: none;
  height: 42px;
  padding-right: 13px;
  background-image: url(../../src/assets/images/down.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px 12px;
}

.CDPstoryDetailsWhite select:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  .CDPstory-main {
    position: unset;
    position: absolute;
    top: 30px;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    bottom: 0px;
    overflow: auto;
    width: 90%;
    max-height: 75%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
  }
}
@media only screen and (max-width: 540px) {
  .CDPstory-main {
    position: unset;
    position: absolute;
    top: 30px;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    bottom: 0px;
    overflow: auto;
    width: 90%;
    max-height: 70%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
  }
}

@media only screen and (max-width: 380px) {
  .CDPstory-main {
    position: unset;
    position: absolute;
    top: 30px;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    bottom: 0px;
    overflow: auto;
    width: 90%;
    max-height: 65%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
  }
}

/* #YOUR_BODY_IS_A_WONDERLAND{
  font-family: "Dancing Script", cursive;
  text-transform:capitalize ;
} */
/*Characters*/

/* .characters-modal .modal-content {
  background: url(../BurgerGrid.png);
  border-radius: 15px;
  overflow: hidden;
}

.characters-modal .modal-header {
  border-bottom: 1px solid #7271eb;
    padding: 20px 30px;
    color: #ffff;
    background-color: #150035;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.characters-modal .modal-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.characters-container {
  display: flex;
  flex-direction: column;
  height: 60vh;
}

.character-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.character-item {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.character-item::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.character-item:hover::before,
.character-item.active::before {
  opacity: 1;
}

.character-avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.character-avatar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 3;
  border-radius: 50%;
}

.character-avatar::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-size: cover;
  background-position: center;
  background-image: var(--character-image);
  border-radius: 50%;
  z-index: 4;
}

.character-name {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.character-item:hover .character-name,
.character-item.active .character-name {
  opacity: 1;
}

.character-item:hover,
.character-item.active {
  transform: scale(1.05);
}


.character-description {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.character-description.active {
  max-height: 200px;
}

.character-description h4 {
  color: #007bff;
  margin-bottom: 10px;
}

.select-prompt {
  color: #6c757d;
  text-align: center;
  font-style: italic;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */
.meet-characters-btn {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.meet-characters-btn:hover {
  background-color: #0056b3;
}

/* .characters-modal .modal-content {
  background-color: #f8f9fa;
  border-radius: 15px;
} */

/* Grid View */
.character-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  padding: 20px;
  color: #fff;
}

.character-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.character-item:hover {
  transform: scale(1.05);
}

.character-item .character-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.character-item .character-name {
  text-align: center;
  font-weight: bold;
}

.characters-modal .modal-content {
  background: url(../BurgerGrid.png);
  border-radius: 15px;
  height: fit-content; /* Adjust this value as needed */
}

.characters-modal .modal-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px); /* Adjust based on your modal header height */
}

.character-title {
  color: #fff;
}

/* Carousel View */
.characters-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}

.back-to-grid-btn {
  align-self: flex-start;
  margin: 10px auto;
  background-color: #7271eb;
  border: none;
}

.back-to-grid-btn:hover {
  background-color: #5a6268;
}

.carousel {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.carousel-inner {
  flex-grow: 1;
}

.carousel-item {
  height: 100%;
}

.character-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.character-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.character-details .character-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.character-details .character-name {
  font-size: 24px;
  font-weight: bold;
}

.character-description-container {
  flex-grow: 1;
  overflow-y: auto;
}

.character-description {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.character-thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.character-thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.character-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.character-thumbnail.active {
  border: 3px solid #5a5abb; /* Fallback for browsers that don't support border-image */
  /* border-image: linear-gradient(45deg, #5a5abb 0%, #6363c7 25%, #6b6bd2 50%, #7271de 75%, #7271eb 100%);
  border-image-slice: 1; */
  transform: scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent;
  border-radius: 50%;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 18px;
  color: #666;
}

/* Search bar */

.search {
  --background: #ffffff;
  --text-color: #414856;
  --primary-color: #7271eb;
  --border-radius: 10px;
  --width: 160px;    
  --height: 32px;      
  background: var(--background);
  width: auto;
  height: var(--height);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search input[type="text"] {
  position: relative;
  width: var(--height);
  height: var(--height);
  font: 400 16px 'Varela Round', sans-serif;
  color: var(--text-color);
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 40px;
  transition: width 0.6s ease;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.search input[type="text"]:focus {
  z-index: 0;
  opacity: 1;
  width: var(--width);
}

.search input[type="text"]:focus ~ .symbol::before {
  width: 0%;
}

.search input[type="text"]:focus ~ .symbol:after {
  clip-path: inset(0% 0% 0% 100%);
  transition: clip-path 0.04s linear 0.105s;
}

/* .search input[type="text"]:focus ~ .symbol .cloud {
  top: -30px;
  left: -30px;
  transform: translate(0, 0);
  transition: all 0.6s ease;
} */

.search input[type="text"]:focus ~ .symbol .lens {
  top: 8px;
  left: 12px;
  transform: translate(0, 0);
  fill: var(--primary-color);
  transition: top 0.5s ease 0.1s, left 0.5s ease 0.1s, fill 0.3s ease;
}

.search .symbol {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search .symbol::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  transition: width 0.6s ease;
}

.search .symbol::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: 1;
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 0.04s linear 0.225s;
}

.search .symbol .lens {
  position: absolute;
  fill: #fff;
  stroke: none;
  top: 50%;
  left: 50%;
}

/* .search .symbol .cloud {
  width: 35px;
  height: 32px;
  transform: translate(-50%, -60%);
  transition: all 0.6s ease;
} */

.search .symbol .lens {
  fill: #fff;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 8px;
  left: 12px;
  transition:  left 0.3s ease, fill 0.2s ease 0.2s;
}

/*CountDown*/

.next-episode-countdown {
  margin: 20px 0;
  padding: 10px;
  background: linear-gradient(90deg, rgba(0,13,78,1) 0%, rgba(27,31,85,1) 71%, rgba(37,43,122,1) 100%);
  border-radius: 5px;
}

.next-episode-countdown h4 {
  margin-bottom: 5px;
}

.countdown {
  font-size: 1.2em;
  font-weight: bold;
}

/* Collapsible section styles */
.collapsible-section {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.section-header:hover {
  background-color: #e9ecef;
}

.dropdown-indicator {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: #000;
}

.section-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.section-content.expanded {
  max-height: 2000px; /* Adjust based on your content */
  opacity: 1;
}

.library-btn{
  background: #5643cc;
  border: none;
  margin: 5px 0px !important;
}

/* My Library styles */
.library-header {
  text-align: left;
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}

.library-content {
  padding: 20px;
  background-color: #fff;
}

.search-bar input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.search-bar input:focus {
  outline: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.library-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #1e1e3f; /* Dark purple background */
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-content {
  position: relative;
  padding: 15px;
  z-index: 2;
  color: white;
  display: flex;
  align-items: center;
}

.card-cover {
  width: 100px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}

.card-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.read-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
  z-index: 2;
  border: none;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  align-self: flex-start;
}

.read-btn:hover {
  background-color: #45a049;
}

.library-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Notifications styles */
.notifications-container {
  max-width: none;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
}

.notifications-header {
  text-align: left;
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}

.unread-count {
  background-color: #9299ea;
  color: white;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 0.8em;
  margin-left: 10px;
}

.notification-list {
  list-style-type: none;
  padding: 0;
}

.notification-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.notification-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-grow: 1;
  padding: 15px;
}

.notification-content {
  flex-grow: 1;
}

.notification-message {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.notification-time {
  font-size: 12px;
  color: #888;
}

.notification-action {
  padding: 15px 15px 15px 0;
}

.btn-mark-read,
.btn-mark-unread {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-mark-read {
  background-color: #9299ea;
  color: #fff;
  border: none;
}

.btn-mark-read:hover {
  background-color: #8188d9;
}

.btn-mark-unread {
  background-color: #fff;
  color: #9299ea;
  border: 1px solid #9299ea;
}

.btn-mark-unread:hover {
  background-color: #f0f8ff;
}

.notification-item.unread {
  border-left: 4px solid #9299ea;
}

.notification-item.unread .notification-message {
  font-weight: bold;
}

.no-notifications {
  text-align: center;
  color: #888;
  font-style: italic;
  margin-top: 20px;
}

/* Ensure the button doesn't change on hover to differentiate from the clickable area */
.btn-mark-read:hover,
.btn-mark-unread:hover {
  cursor: pointer;
}

@keyframes bell-ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(10deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.bell-icon-container {
  position: relative;
  cursor: pointer;
}

.bell-icon {
  font-size: 24px;
  color: #9299ea;
  animation: bell-ring 2s infinite;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff4d4f;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.bell-icon-container:hover .bell-icon {
  animation: bell-ring 0.5s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .library-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .section-header h3 {
    font-size: 20px;
  }
}

/*navbar new*/


.mobile-navbar {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.main-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content-wrapper {
  flex: 1;
  padding-top: var(--top-padding);
  padding-bottom: var(--bottom-nav-height);
  overflow-y: auto;
}

.navbar, .CDPnavbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--top-nav-height);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

.navbar.slide-up, .CDPnavbar.slide-up {
  transform: translateY(-100%);
}

.navbar.slide-down, .CDPnavbar.slide-down {
  transform: translateY(0);
}

/* When top navbar is present and visible */
.has-top-nav .main-content-wrapper {
  --top-padding: var(--top-nav-height);
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #261462;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 10px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bottom-nav-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  padding: 5px 0;
  flex: 1;
}

.nav-icon {
  font-size: 24px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.nav-label {
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.nav-item.active {
  color: #6862b4;
}

.nav-item.active .nav-icon {
  transform: translateY(-4px);
}

.nav-item.active .nav-label {
  opacity: 1;
}

.nav-indicator {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #ff6b6b;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.nav-link, .nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
}

.notification-badge {
  position: absolute;
  top: 0;
  right: 25%;
  background-color: #ff6b6b;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Add this to your existing styles */
.main-content-wrapper {
  padding-bottom: 80px; /* Increased to account for the larger bottom navbar */
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001; /* Ensure it's above the navbar */
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* coming-soon-div */

.coming-soon-premium {
  display: flex;
  flex-direction: column; /* Align items in a column */
  align-items: center; /* Center align items */
  justify-content: center;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
  color: white;
  padding: 2rem 1.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 100%;
  margin: 1rem auto;
}

.coming-soon-premium::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(114, 71, 250, 0.1) 0%, rgba(114, 71, 250, 0) 70%);
  transform: rotate(45deg);
  animation: shimmer 10s linear infinite;
}

.coming-soon-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.coming-soon-subtitle {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.coming-soon-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #4CAF50;
  animation: rotate-clockwise 4s ease-in-out infinite;
}

.progress-bar {
  width: 80%;
  height: 4px;
  background: rgba(114, 71, 250, 0.3);
  border-radius: 2px;
  margin: 1.5rem auto;
  overflow: hidden;
}

.progress-bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #7247fa;
  animation: progress 5s ease-in-out infinite;
}

@keyframes shimmer {
  0% { transform: rotate(45deg) translate(-50%, -50%); }
  100% { transform: rotate(45deg) translate(50%, 50%); }
}

@keyframes rotate-clockwise {
  0%, 100% { transform: rotate(0deg); }
  25%, 75% { transform: rotate(180deg); }
}

@keyframes progress {
  0% { width: 0; }
  100% { width: 100%; }
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .coming-soon-premium {
    padding: 1.5rem 1rem;
    border-radius: 10px;
  }

  .coming-soon-title {
    font-size: 1.5rem;
    margin: auto;
  }

  .coming-soon-subtitle {
    font-size: 0.9rem;
    margin: auto;
  }

  .coming-soon-icon {
    font-size: 2.5rem;
  }

  .progress-bar {
    width: 90%;
  }
}

/* Touch-friendly hover effect */
@media (hover: hover) {
  .coming-soon-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  }
}</pre></body></html>