/*------------------- Main Banner Section ------------------*/
.section_main_head h2 {
  font-family: var(--font-primary);
  color: white;
  font-size: 32px;
  font-weight: 400;
  margin-top: 12px;
}

.section-tagline {
  background: #100F27;
  border: 1px solid #505FF94D;
  padding: 10px 17px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 16px;
}
.section-tagline img {
    margin-right: 6px;
}
.product-categories-right-shadow, .product-categories-left-shadow  {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.class-dsdfdf{
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
#main-banner h1 {
  font-size: 60px;
  font-weight: 700;
}
select.header-search-select option {
    color: black;
}
#main-banner h1 span {
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-text {
    font-size: 16px;
}
.main-banner-card {
  background: #100F27;
  padding: 14px 30px;
  border: 1px solid var(--color-primary);
  border-radius: 15px;
  position: relative;
  max-width: 350px;
  margin-bottom: 10%;
}
.main-banner-card {
    position: relative;
    top: 25px;
    transition: all 0.3s ease-in-out;
}
.main-banner-card-image-box-image-wrap {
    background-color: var(--color-primary);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: absolute !important;
    left: -22px;
    top: 2px;
    transform: rotate(
74deg);
}
.main-banner-card:nth-child(2) .main-banner-card-image-box-image-wrap {
  background-color: var(--color-secondary);
}
.main-banner-card:nth-child(3) .main-banner-card-image-box-image-wrap {
  background-color: #77EA8C;
}
.main-banner-card-tagline {
    font-size: 16px;
}
.main-banner-card-title {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-secondary);
  margin: 7px 0;
}
.main-banner-card-text {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
}
.banner-meta-reviews i {
    color: #FFEC19;
    margin-right: 3px;
}
.banner-meta-details span {
    font-size: 20px;
}
.banner-meta-price {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 20px;
}
.banner-meta-details {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0px 0;
}
.main-banner-card:first-child, .main-banner-card:nth-child(3) {
    transform: rotate(8deg);
}
.main-banner-card:nth-child(2) {
    transform: rotate(-8deg);
    border: 1px solid var(--color-secondary);
}
.main-banner-card:nth-child(3) {
    left: 25%;
    border: 1px solid #77EA8C;
}
.main-banner-shadow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.column-icon-image1 {
    position: absolute;
    top: 11%;
    right: 14%;
}
.main-banner-ellipse svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.column-icon-image2 {
    position: absolute;
    bottom: 38%;
    right: -6%;
}
.main-banner-cards-outer {
    max-width: 88%;
    margin: 0 0 0 auto;
}
.section-text.bottom-text {
    position: absolute;
    bottom: 65px;
}
.main-banner-card:first-child:hover {
    transform: rotate(-8deg);
    transition: all 0.3s ease-in-out;
}
.main-banner-card:nth-child(2):hover {
    transform: rotate(8deg);
    transition: all 0.3s ease-in-out;
}
.main-banner-card:nth-child(3):hover {
   transform: rotate(-8deg);
   transition: all 0.3s ease-in-out;
}
#main-banner {
  padding-top: 7em;
}
#main-banner:after {
  content: '';
  background: linear-gradient(180deg, rgba(80, 95, 249, 0.2) 99.81%, rgba(150, 63, 240, 0.1) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.main-banner-top-shadow {
    position: absolute;
    top: 0;
    /* z-index: -1; */
    /* max-width: 50%; */
}
/*-------------- Product Search -----------------*/
.product-categories-top-shadow {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.product-categories-top-shadow svg {
    width: 100%;
    height: 100%;
}
.product-categories-left-shadow {
  position: absolute;
  left: 0;
  top: 11%;
}
.product-categories-right-shadow {
  position: absolute;
  right: 75px;
  top: -49px;
}
.product-categories-right-shadow svg {
    width: 290px;
}
.product-search-form input {
  width: 340px;
  border-radius: 33px;
  border: none;
  padding-left: 23px;
}
.product-search-form form {
    display: flex;
    border-radius: 8px;
    border: 1px solid #505FF94D;
    background: #FFFFFF1A;
}
.product-search-form button.header-search-button {
    background-color: var(--color-primary);
    color: white;
    padding: 2px 20px;
    border: none;
    border-left: none;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 8px;
    margin-right: 8px;
}
.product-search-form form input.header-search-input {
    background-color: transparent;
    color: #FFFFFF80;
    font-size: 14px;
    padding: 22px 23px;
    outline: none;
}
select.header-search-select {
    color: #FFFFFF80;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-color: non;
    margin-right: 18px;
    padding-left: 14px;
    margin-bottom: 0;
    outline: none;
    width: 44%;
    font-size: 14px;
    cursor: pointer;
}
.logo-search-block {
  padding: 20px 0;
}
.product-search-form {
    margin: 7% 0 5% 0;
    position: relative;
    z-index: 1;
}

span.search-sep {
  background-color: #FFFFFF80;
  width: 2px;
  height: 30px;
  position: relative;
  top: 19px;
}
.product-search-form i.fa-solid.fa-magnifying-glass {
  font-size: 18px;
  color: #FFFFFF80;
  position: relative;
  top: 23px;
  left: 12px;
}
.popular-searches {
    margin-top: 0;
}
.popular-search-btn {
    display: inline-block;
    margin: 7px;
    padding: 6px 12px;
    background: #100F27;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
    border: 1px solid #505FF94D;
}
.popular-searches span {
    font-weight: 300;
    margin-right: 11px;
}
.popular-search-btn:hover {
    background: var(--color-primary);
}


/*-------------- Top Rated Prompts -----------------*/
#top-rated-prompts .row {
  display: flex;
}

/* #top-rated-prompts .col-lg-6 {
  display: flex;
  flex-direction: column;
} */

/* Make nav tabs scrollable */
#top-rated-prompts .nav-tabs {
  flex: 1; /* take full height */
  overflow-y: auto;
  max-height: 100%; /* ensures scroll */
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* Ensure tab content also stretches */
#top-rated-prompts .tab-content {
  flex: 1;
}

/* Outer container: scrollbar on left */
#top-rated-prompts ul.nav.nav-tabs {
  margin: 0;
  display: block !important;
  border: none;
  height: 456px !important;
  overflow-y: scroll;
  max-width: unset;
  flex: unset;

  direction: rtl;   /* scrollbar moves to left */
  text-align: left; /* keep text aligned left */
}

/* Reset content direction so text stays normal */
#top-rated-prompts ul.nav.nav-tabs li {
  direction: ltr;   /* restore normal content flow */
  text-align: left; /* ensure text alignment */
}

/* Chrome, Edge, Safari custom scrollbar */
#top-rated-prompts ul.nav.nav-tabs::-webkit-scrollbar {
  width: 8px;
}

#top-rated-prompts ul.nav.nav-tabs::-webkit-scrollbar-track {
  background: #100F27; /* track color */
}

#top-rated-prompts ul.nav.nav-tabs::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

#top-rated-prompts ul.nav.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary); /* hover effect */
}

/* Firefox custom scrollbar */
#top-rated-prompts ul.nav.nav-tabs {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #100F27;
    padding-left: 13px;
}

/* Hide top and bottom scrollbar buttons */
#top-rated-prompts ul.nav.nav-tabs::-webkit-scrollbar-button {
  display: none;
}

#top-rated-prompts ul.nav.nav-tabs li.nav-item:last-child a.nav-link {
    margin-bottom: 0;
}
#top-rated-prompts ul.nav.nav-tabs  li.nav-item a.nav-link{
  border: 1px solid var(--color-primary);
  background: #100F27;
  border-radius: 8px;
  margin-bottom: 19px;
}
#top-rated-prompts ul.nav.nav-tabs li.nav-item a {
    padding: 16px;
}
.top-rated-center-shadow {
    position: absolute;
    top: 0;
    left: 0;
}
.top-rated-center-shadow {
    position: absolute;
    top: -81px;
    left: 0;
}
.tab-platform {
  color: white;
  display: block;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 700;
}
span.prompt-icon {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    background: linear-gradient(266.9deg, var(--color-primary) 2.57%, var(--color-secondary) 97.71%);
    color: white;
    /* margin-top: 27px; */
}
.icon-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-right: 13px;
  padding: 1px;
  background-color: rgb(255 255 255 / 58%);
  background: #963FF080;
  background: #963FF080;
  backdrop-filter: blur(29px);
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
}
.icon-image-inner {
  padding: 10px;
  background: #FFFFFF1A;
  border: 1px solid #963FF01A;
  border-radius: 8px;
}
.creatir-image-box-image {
    position: relative;
}
.creatir-image-box-image:before {
  content: '';
  position: absolute;
  inset: 0; /* shorthand for top/right/bottom/left:0 */
  background: rgba(150, 63, 240, 0.5); /* semi-transparent */
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px); /* Safari support */
  border-radius: 10px;
  z-index: 1;
}
.creatir-image-box-image img {
  position: relative;
  z-index: 9;
}
.tab-title {
    color: white;
}
.tab-reviews .star-rating {
    position: relative;
    right: -10px;
}
.star-rating {
  color: #FFEC19;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 7.4em;
  font-family: star;
  letter-spacing: 4px;
}

.star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
#top-rated-prompts .nav-tabs .nav-item.show .nav-link, #top-rated-prompts ul.nav.nav-tabs li.nav-item a.nav-link.active, #top-rated-prompts ul.nav.nav-tabs li.nav-item a.nav-link:hover{
    background: linear-gradient(91.19deg, rgba(150, 63, 240, 0.6) 0.14%, rgba(80, 95, 249, 0.6) 100%);
    border: 1px solid var(--color-primary);
}
#top-rated-prompts .nav-tabs .nav-item.show .nav-link span.prompt-icon, #top-rated-prompts ul.nav.nav-tabs li.nav-item a.nav-link.active span.prompt-icon, #top-rated-prompts ul.nav.nav-tabs li.nav-item a.nav-link:hover span.prompt-icon{
  background: white;
  color: #100F27;
}
.product-img-box {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}
.product-content {
    background-color: #010617;
    border: 1px solid #77EA8C80;
    padding: 26px;
    border-radius: 8px;
}
.product-content p.short-desc {
    margin-top: 21px;
    margin-bottom: 0;
}
h5.prompt-heading a{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
}
h5.prompt-heading a:hover{
  color: var(--color-primary);
}
#top-rated-prompts, #why-choose-us, #trending-collections, #records, #testimonials, .preview-output-wrap{
    max-width: 95%;
    margin: 0 auto;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
#top-rated-prompts::before, #why-choose-us::before, #trending-collections::before, #records::before, #testimonials::before, .preview-output-wrap:before  {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #F464F7, #D176FB, #B97CFD);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/*-------------------- How it works --------------------*/
#how-it-works {
  overflow: hidden;
}
.how-it-works-timeline {
  position: relative;
  min-height: 15rem;
}

.how-it-works-section:nth-child(odd) .how-it-works-content {
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
}
.how-it-works-center-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.how-it-works-center-shadow svg {
    width: 100%;
}
.how-it-works-left-shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.how-it-works-right-shadow {
    position: absolute;
    right: 0;
    top: 0; bottom: 0;
}

.how-it-works-content:hover {
  background: linear-gradient(276.44deg, rgba(80, 95, 249, 0.6) 14.27%, rgba(150, 63, 240, 0.6) 100%);
  border: 1px solid #FFFFFF;
}
.how-it-works-line {
    background-color: var(--color-secondary);
    position: absolute;
    z-index: 1;
    left: calc(50% - -1px);
    width: 2px;
    top: 0dvb;
    bottom: 0rem;
    display: none;
    height: 78%;
    bottom: 0;
}

/* .how-it-works-line::before,
.how-it-works-line::after {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
} */

.how-it-works-line::after {
  bottom: 0;
}

.how-it-works-section {
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 4rem 0;
  padding: 0;
  border-radius: 1rem;
  background-color: transparent;
  align-items: center;
  min-height: 0;
}

.how-it-works-section h4 {
  color: white;
  font-weight: 700;
  font-size: 20px;
}
.how-it-works-card-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}

.how-it-works-section:nth-child(even) {
  flex-direction: row-reverse;
  transform: translateX(100%);
}

.how-it-works-section:nth-child(odd) {
  text-align: right;
}

.how-it-works-bead {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: white;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, var(--color-primary) 66.87%, var(--color-secondary) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}
.how-it-works-content {
    width: calc(48% - 2rem);
    border: 1px solid var(--color-primary);
    padding: 44px;
    background-color: #100F27;
    border-radius: 100px;
    border-top-left-radius: 0;
    /* margin-left: 21px !important; */
}

.show-me:nth-child(n) {
  transform: none;
  opacity: 1;
}

/*-------------------- Why Choose Us --------------------*/
.why-choose-us-center-shadow {
  position: absolute;
  right: 0;
  top: 0;
}

.why-choose-us-box h3 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
}
.why-choose-us-image, .why-choose-us-image2, .why-choose-us-image3  {
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.why-choose-us-image img {
    width: 100%;
    position: relative;
}
.why-choose-us-image2 {
    position: absolute;
    top: 12%;
    left: 0;
}
.why-choose-us-image3 {
  position: absolute;
  bottom: 12%;
  left: -14%;
}
.why-choose-us-image {
    max-width: 73%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.why-choose-us-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 2px solid white;
    transform: rotate(-6.98deg);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.why-choose-us-image-block img {
    border-radius: 10px;
}
.why-choose-us-image  img{
  transition: all 0.3s ease-in-out;
}
.why-choose-us-image:hover  img{
  transform: rotate(-6.98deg);
  transition: all 0.3s ease-in-out;
}
.why-choose-us-image:hover .why-choose-us-image:before {
  transform: rotate(12.98deg);
  transition: all 0.3s ease-in-out;
}
/*-------------------- Creators --------------------*/
.creators-image-box p {
    font-weight: 300;
    margin-bottom: 0;
}
.creator-bar-graph svg {
    width: 100%;
}
.creators-colums_head h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 0px;
}
span.creators-column-text {
  font-size: 14px;
}
a.creater-page-link {
  color: var(--color-secondary);
  font-size: 16px;
}
.followers-blk {
  background-color: #100F27;
  padding: 22px;
  border-radius: 8px;
}
.followers-blk .section-text {
    font-weight: 300;
    font-size: 16px;
}
.creator-flower-box img {
  margin-left: -20px;
}
.creators-image-box:last-child {
  margin-bottom: 0 !important;
}
.creator-flower-box img:first-child {
  margin-left: 0;
}
.followers-text {
  font-weight: 300;
  font-size: 14px;
}
.creator-flower-box {
  display: flex;
}
.creator-image-box-outer {
    background-color: #100F27;
    padding: 15px;
    border-radius: 8px;
}
.creators-image-box {
  background-color: #010617;
  padding: 14px;
  border-radius: 5px;
}
.creatir-image-box-image {
  border: 1px solid #963FF01A;
  background-color: #FFFFFF1A;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 13px;
}
.creators-image-box h4 {
    color: #FFFFFF;
    font-size: 20px;
}
.creators-image-box p {
    font-weight: 300;
}
.creators-image-box:hover {
    background: linear-gradient(92.59deg, rgba(150, 63, 240, 0.7) 0%, rgba(80, 95, 249, 0.7) 100%);
}
.creator-rank.mb-2 {
  width: 30px;
  height: 30px;
  border: 1px solid #963FF01A;
  background: #FFFFFF1A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.owl-carousel .owl-item .creator-photo img {
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto;
}
.creators-blk h4.creator-name {
    font-size: 20px;
    text-align: center;
}
.creators-blk h4.creator-name a {
    font-size: 20px;
    text-align: center;
    font-family: var(--font-secondary);
    color: white;
    font-weight: 700;
}
p.creator-role {
    background: #963FF033;
    padding: 6px 17px;
    border-radius: 8px;
    border: 1px solid var(--color-secondary)4D;
    text-align: center;
    display: table;
    margin: 0 auto;
}
span.creator-rating {
    width: 98px;
}
span.creator-rating i {
    color: #FFEC19;
    font-size: 12px;
}
.rating-blk{
    margin: 16px 0;
}
span.earning-title {
    font-size: 16px;
    display: block;
}
span.earning-text {
    font-weight: 600;
    font-size: 30px;
}
.prompt-count {
    border: 1px solid #963FF04D;
    padding: 6px 10px;
    border-radius: 8px;
    background: #100F27;
    display: table;
    margin: 0 auto;
}
.creator-card {
    border: none !important;
    background: #100F27;
    border-radius: 8px !important;
}
.creator-card:hover{

}
.creator-card:hover .creator-bar-graph svg path:nth-child(1) {
    fill: #77EA8C;
}
.creator-card:hover .creator-bar-graph svg stop:nth-child(1) {
    stop-color: #77EA8C4D;
}
.creator-card:hover .creator-bar-graph svg stop:nth-child(2) {
    stop-color: var(--color-secondary)00;
}
.creator-card:hover .prompt-count svg path{
  fill: #77EA8C;
}
.creator-card:hover .prompt-count{
  border: 1px solid #77EA8C4D
}
/*-------------------------- Trending Collections -------------------------*/
.trending-collections-image-box-outer .row, .pricing-plans-row {
    row-gap: 20px;
}
.trending-collections-body p span {
    color: var(--color-primary);
}
.trending-collections-image-box:hover .trending-collections-body p span{
  color: white;
}
.trending-collections-image-box {
    background: #100F27;
    border-radius: 8px;
    padding: 25px 25px 24px 25px;
    position: relative;
}
.creatir-image-box-icon-image {
  border: 1px solid #963FF01A;
  background-color: #FFFFFF1A;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.trending-collections-body h3 {
    font-size: 18px;
    /* margin-bottom: 0; */
}
.trending-collections-body a.category-link-icon {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
    bottom: 16px;
    width: 40px;
    height: 40px;
}
.trending-collections-image-box:hover{
  background: linear-gradient(123.75deg, rgba(80, 95, 249, 0.7) -1.15%, rgba(150, 63, 240, 0.7) 100.62%);
}
.trending-collections-image-box:hover .trending-collections-body a.category-link-icon{
  background: white;
  color: #100F27;
}
.trending-collections-center-shadow svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.compatibility-image-box-outer .row {
    row-gap: 25px;
}
/*-------------------------- compatibility -------------------------*/
.compatibility-image-box {
    border: 1px solid #963FF04D;
    background: #100F27;
    padding: 10px;
    border-radius: 8px;
}
.compatibility-image-box-image{
  width: 80px;
  margin-right: 10px;
}
.compatibility-image-box h3 {
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.compatibility-image-box  p {
    margin-bottom: 0;
}
/*------------------ Pricing Plans -------------------*/
.plan-item {
    border: 1px solid #963FF04D;
    background: #100F27;
    padding: 17px;
    border-radius: 8px;
}
span.plan-text.d-block {
    color: white;
    font-weight: 400;
    font-size: 14px;
}
.plan-item-block h5 span.heading-design {
  position: relative;
  background-color: white;
  height: 1px;
  width: 43%;
  display: block;
  margin-top: 7px;
  margin-bottom: 14px;
}
.plan-item-block h5 span.heading-design:after {
  content: '';
  background-color: white;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: -3px;
}
.plan-item-block h5 {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.plan-price {
    font-size: 35px;
    font-weight: 500;
    color: white;
    display: flex;
    margin-top: 14px;
    font-family: var(--font-secondary);
    align-items: center;
}
.plan-package {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: white;
  margin-top: 10px;
}
.plan-features ul li {
  padding: 7px 0;
  color: white;
  align-items: center;
  font-weight: 300;
  list-style: disc !important;
}
.plan-btn a, .news-link-box a {
    border: 1px solid var(--color-secondary);
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
}
.plan-btn a:hover, .plan-item:hover .plan-btn a, .news-link-box a:hover, .news-box:hover .news-link-box a{
    background: linear-gradient(345.75deg, var(--color-secondary) 11.29%, var(--color-primary) 91.12%);
    color: white;
    border: 1px solid #FFFFFF;
}
.plan-features-btn {
  padding: 20px 0;
}
.plan-item:hover .plan-item-block h5, .plan-item-box:hover .plan-price, .plan-item-box:hover .plan-package, .plan-item-box:hover .plan-features ul li{
  color: white;
}
.plan-item-box:hover .plan-features ul li i{
  background-color: white;
  color: black;
}
.shadoww-hover {
    /* position: relative; */
    overflow: hidden;
}
.pricing_plans-row {
  padding-top: 3em;
  overflow: hidden;
}
.plan-item:hover{
  background: linear-gradient(134.58deg, rgba(150, 63, 240, 0.7) 0.72%, rgba(80, 95, 249, 0.7) 100%);
}
.plan-features {
    margin-left: 15px;
}
.creators-center-shadow, .plan-right-shadow, .newsletter-right-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

/* ---------------------- Records ------------------------ */
.count-box-number.box-count {
    color: white;
    font-weight: 700;
    font-size: 64px;
    background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-secondary);
    display: flex;
    align-items: center;
}
.record_detail p{
  color: #BABABA;
  font-weight: 400;
}
.records-box p {
    color: white;
    font-size: 20px;
}

/* ---------------------- Testimonials ------------------------ */
.testimonial-block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 1px;
    background: linear-gradient(92.85deg, rgba(150, 63, 240, 0.7) 13.63%, rgba(80, 95, 249, 0.7) 99.79%);
    left: -4px;
}
.testi-card__stars path {
    fill: #FFEC19;
}
.testi-card__stars .inactive-rating path {
    fill: #cccccc;
}
.testimonials_image img {
  border-radius: 50%;
  margin-right: 11px;
  width: 76px;
  height: 76px;
}
h5.testimonial-title {
    color: var(--color-primary);
    font-size: 16px;
    margin-right: 28px;
    margin-bottom: 0;
}
.testi-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 0 !important;
    justify-content: center;
}
.testimonials-info p {
    margin-bottom: 0;
}
.titl-rating {
  margin-top: 0px;
}
.testimonial-block {
    position: relative;
    /* background: #100F27;
    z-index: 0;
    padding: 18px;
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  transition: all 0.3s ease-in-out; */
}
.testimonial-block-inner {
  padding: 18px;
  background-color: #100F27;
  position: relative;
  background: #100F27;
  z-index: 0;
  /* padding: 18px; */
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.testimonial_box.slick-active.slick-current.slick-center .testimonial-block-inner{
  background: linear-gradient(92.85deg, rgba(150, 63, 240, 0.7) 13.63%, rgba(80, 95, 249, 0.7) 99.79%);
}
.testimonial_box.slick-active.slick-current.slick-center .testimonial-block::before {
  /* background: white; */
  border: 5px solid white;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  background: transparent;
}
.testimonial_box.slick-active.slick-current.slick-center h5.testimonial-title{
  color: #FFFFFF;
}
.testimonial-block.testimonial_outer {
  max-width: 90%;
  margin: 0 0 0 auto;
}
.testimonial_box.slick-active.slick-current.slick-center .testimonial-block {
    max-width: 97%;
    transition: all 0.3s ease-in-out;
}
.testimonial-block-inner .section-text {
  margin-bottom: 0 !important;
}
.testimonials-top-shadow svg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
}
/* #main-banner .about-head-outer, #main-banner .main-banner-cards-outer  {
    position: relative;
    z-index: 1;
} */
 /* #main-banner .about-head-outer{
    height: 100%;
} */
 .about-head.section_main_head {
    position: relative;
}

.news-content h5 a:hover {
    color: var(--color-primary);
}