@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #e1245a;
  color: #ffffff;
}

::selection {
  background: #e1245a;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 80px 0;
  position: relative;
}

.bg-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    #ffffff 42.24%,
    rgba(255, 255, 255, 0) 129.57%
  );
}

.her0-section {
  z-index: 1;
}

.static-header {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-top: 75px;
  margin-bottom: 44px;
  line-height: 48px;
  color: var(--heading-color);
}

.static-wrapper {
  margin: auto;
  max-width: calc(100% - 180px);
  height: 500px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow-y: scroll;
  padding: 24px;
}

.static-wrapper[data-theme="dark"] {
  background-color: #181A20;
}
.static-wrapper a {
  text-decoration: underline !important;
  color: #eb78bd !important;
}

.accordion-body td {
  border-width: 1px !important;
  border: 1px solid black;
}
[data-theme="dark"] .accordion-body td {
  border-width: 1px !important;
  border: 1px solid white;
  color: white ;
}
.static-wrapper td p {
  color: var(--font-color) !important;
}
.guide-wrapper {
  width: 100%;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow-y: scroll;
  padding: 30px 40px;
  display: flex;
  gap: 170px;
  justify-content: space-between;
}

.guide-wrapper[data-theme="dark"] {
  background-color: #202125;
}
.guide-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.guide-item {
  max-width: 565px;
}
@media (max-width: 1399px) {
  .guide-wrapper {
    gap: 80px;
  }
  .guide-item {
    max-width: 450px !important;
    width: 100%;
  }

  .accordion-item-guide {
    min-width: auto;
    width: 100% !important;
  } 
}

@media (max-width: 770px) {
  .guide-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  .guide-item {
    max-width: none !important;
    width: 100%;
  }
}

.static-wrapper span::after {
  background-color: transparent !important;
}

.static-wrapper span {
  color: #6c6767;
  font-size: 16px;
  font-weight: 400;
}

.bg-primary {
  background-color: #e1245a !important;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #e1245a !important;
}

.text-primary-color {
  color: #ec7eb5 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

a {
  color: #000000 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #814e9c !important;
}
.hidden-logo {
  display: none;
}

[data-theme="dark"].hidden-logo {
  display: block !important;
}
.desktop-hidden {
  display: none;
}
[data-theme="dark"] .normal-logo {
  display: none;
}

.header .nav-link {
  display: block;
  padding: 0.5em;
  margin-left: 2em;
  font-size: 0.9em;
  font-weight: 600;
  color: #000000;
}

.navbar {
  padding: 1rem 0 !important;
}
/* 

.nav-fixed-top {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
} */
.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.navbar-fixed-top .navbar-icon {
  margin: 8px 0px;
  width: 40px;
  height: 2px;
  background: #000;
  display: block;
}
.nav-contact {
  background: #e3455a;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  width: 7rem;
  text-align: center;
  color: #ffffff !important;
}
.navbar-nav .nav-item .nav-link {
  color: #666;
  font-weight: 500;
  font-size: 0.95rem;
}
.navbar-nav .nav-item.active .nav-link {
  color: #814e9c !important;
}

.nav-item .nav-link:hover {
  color: #814e9c;
}
.nav-item .nav-link:focus {
  outline: none;
}
.navbar-nav .nav-item.active.dropdown:after {
  border: solid #814e9c;
  border-width: 0 2px 2px 0;
}

.navbar.nav-responsive-bg {
  background-color: #fff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.logo-svg {
  width: 151px;
  height: 30px;
}

.nav-btn {
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0.6rem 0.8rem !important;
  /* background-color: #e3455a; */
  /* padding: 12px 52px!important; */
  background: linear-gradient(
    90deg,
    #5c4090 -16.67%,
    #eb78bd 64.53%,
    #f3ac72 135.95%
  );
  border-radius: 10px;
  color: #ffffff !important;
  width: 7rem;
  text-align: center;
}
.nav-btn:hover,
.nav-btn:focus,
.nav-btn:active {
  /* color: #e3455a!important; */
  /* background-color: #ffffff; */
  background: linear-gradient(
    90deg,
    #5c4090 -19.5%,
    #eb78bd 77.46%,
    #f3ac72 118.55%
  );
  color: #ffffff !important;
  transform: translateY(-1 px);
  box-shadow: rgb(0 0 0 / 30%) 0 4px 12px;
}
.navbar-icon {
  background: #e3455a;
  display: block;
  margin: 0.4rem 0;
  width: 1.8rem;
  height: 0.1rem;
}
.nav-btn-lg {
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  padding: 0.6rem 0.8rem !important;
  transition-duration: 0.3s;
  background-color: #05051d;
  border-radius: 10px;
  color: #ffffff !important;
  width: 7rem;
  text-align: center;
}
.nav-btn-lg:hover,
.nav-btn-lg:focus,
.nav-btn-lg:active {
  color: #fff !important;
  transform: translateY(-1 px);
  box-shadow: rgb(0 0 0 / 30%) 0 4px 12px;
}
[data-theme="dark"].nav-btn-lg {
  background-color: #ffffff;
  color: #05051d !important;
}

.navbar-icon {
  background: #e3455a;
  display: block;
  margin: 0.4rem 0;
  width: 1.8rem;
  height: 0.1rem;
}
.btn.cta-btn-primary {
  /* background-color: #F3AC72; */
  background: linear-gradient(
    90deg,
    #5c4090 -16.67%,
    #eb78bd 64.53%,
    #f3ac72 135.95%
  );
  border: none;
  padding: 12px 52px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff !important;
}

.btn.cta-btn-primary:hover {
  /* background-color: #FFFFFF; */
  /* padding: 0.8em 2em; */
  /* border-radius: 0.8em; */
  background: linear-gradient(
    90deg,
    #5c4090 -19.5%,
    #eb78bd 77.46%,
    #f3ac72 118.55%
  );
  color: #ffffff !important;
  box-shadow: 0px 5px 45px #00000030;
}

.btn.cta-btn-primary-white {
  background-color: #ffffff;
  padding: 0.8em 2em;
  border-radius: 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  color: #000000 !important;
}

.btn.cta-btn-primary-white:hover {
  /* background-color: #e3455a; */
  background-color: #ffffff;
  padding: 0.8em 2em;
  border-radius: 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  /* color: #ffffff!important; */
  box-shadow: 0px 5px 45px #00000030;
}

/*-------------------------------------------------------------------------
                        Header Top Navbar styles Ends
-------------------------------------------------------------------------*/

nav i {
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.banner-area {
  background-image: url("../img/header-bg.png");
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area-2 {
  background-image: url("../img/static-bg.png");
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero-section.banner-area-2[data-theme="dark"] {
  background-image: url("../img/static-bg-dark.png") !important;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area-2 span {
  z-index: 1;
}

.lead-txt {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.8rem;
}

.heading {
  font-size: 2.5rem;
  font-weight: bolder;
}

span {
  display: inline-block;
  position: relative;
}

span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background-color: #ec7eb5;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.25s;
}

span:hover::after {
  height: 100%;
}

.section-img {
  width: 585px !important;
  height: auto;
}
.section-padding {
  padding: 5rem 0;
}
.max-width-500 {
  max-width: 550px;
}

.max-width-800 {
  max-width: 800px;
}
.steps-txt {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #c4c4c4;
}
.works-heading {
  font-size: 1.2rem;
  font-weight: bold;
}
.border-none {
  border: none !important;
}
.hows-works {
  position: relative;
}
.stepper-count {
  font-size: 5.5rem;
  right: 0;
  font-weight: bolder;
  position: absolute;
  top: -20px;
  bottom: 0;
  color: #e4e4e4;
  left: 70%;
}

.border-1 {
  border: 1px solid #eceffb;
  border-radius: 3rem;
}

.border-none {
  border: 0;
}
.bg-none {
  background-color: transparent !important;
}
.works-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.8rem;
}

.cta-one {
  position: relative;
  padding: 7rem;
  border-radius: 10px;
  background-color: #fdeff6;
}
.cta-one:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url("../img/cta-bg.webp");
  background-size: contain;
}

.cta-heading {
  font-size: 2rem;
  font-weight: bolder;
}
.cta-heading-1 {
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 1.6em;
  color: #ffffff;
}

.accordion-item {
  border: none;
  background: #fff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.07);
  border-radius: 10px !important;
  overflow: hidden;
}

.accordion-item-guide {
  min-width: 500px;
  width: 100%;
}

@media (max-width: 1399px) {
  .accordion-item-guide {
    min-width: auto;
    width: 100% !important;
  } 
}


@media (max-width: 770px) {
  .accordion-item-guide {
    min-width: 320px;
    width: 100% !important;
  } 
}

.accordion-item-guide .accordion-body {
  max-width: 500px !important;
}

.accordion-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.guide-item-heading {
  color: #814e9c;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.accordion-button::after {
  color: var(--icon-color) !important;
  background-image: var(--bs-accordion-btn-active-icon) !important;
}
.accordion-button:focus {
  box-shadow: var(--bg-none) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] .icon-btn::before {
  background-image: url(/assets/img/creator-signup/minus-light.svg);
}
.icon-btn::before {
  background-image: url(/assets/img/creator-signup/minus-dark.svg);
}

.accordion {
  --bs-accordion-btn-active-icon: url("../img/creator-signup/arrow-down.svg") !important;
  --bs-accordion-btn-focus-border-color: #814e9c !important;
}
.accordion-item {
  border: none !important;
}
[data-theme="dark"].accordion-header h2 {
  color: var(--heading-color);
}
[data-theme="dark"].border-top {
  border-top: 1px solid #acacac;
}

.icon-btn::after {
  background-image: url("../img/creator-signup/plus-dark.svg") !important;
}
[data-theme="dark"] .icon-btn::after {
  background-image: url("../img/creator-signup/pluis.svg") !important;
}
.accordion-button::after {
  color: var(--icon-color) !important;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button.bg-color-dark {
  background-color: var(--bg-color) !important;
  color: var(--heading-color) !important;
}

.accordion-button {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem #e9ecef !important;
}
.bg-footer {
  background-color: #181a20;
  /* background-color: #071824; */
  color: #ffffff;
  padding: 3rem;
  padding-bottom: 1rem;
}

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-link li {
  padding-left: 2rem;
  font-size: 0.9rem;

  font-weight: 500;
}
.footer-link li a {
  color: #ffffff !important;
}
.footer-link li a:hover {
  color: #814e9c !important;
}

.footer-logo {
  width: auto;
  height: 36px;
}

.footer-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-link li a {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 0.9rem;
  color: #ffffff !important;
}
.icon-bg {
  background: #acacac4f;
  /* padding: 0.5em; */
  border-radius: 3rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.normal-logo {
  display: block;
}

[data-theme="dark"] {
  --primary-color: rgb(107, 106, 134);
  --secondary-color: #818cab;
  --font-color: #2f2f2f;
  --bg-color: #181a20;
  --heading-color: #ffffff;
  --color: #fdf9f6ad !important;
  --display: none;
  --border-color: #2f2f2f;
  --display-block: block;
}
.light-txt {
  color: var(--color);
}
div.bg-color-dark {
  background-color: var(--bg-color) !important;
}
.txt-color {
  color: var(--font-color) !important;
}
button.bg-color-dark {
  background-color: var(--bg-color) !important;
  color: var(--heading-color) !important;
}
button.bg-color-dark:focus {
  background-color: var(--bg-color) !important;
  color: var(--heading-color) !important;
}
p.step-no {
  color: var(--font-color);
}

img.normal-logo {
  display: var(--display);
}

.link-white {
  color: var(--heading-color) !important;
}
[data-theme="dark"] .sticky {
  background-color: var(--bg-color);
}

.sticky {
  background-color: #fff;
}

[data-theme="dark"] .CTA-bg-dark {
  background-color: var(--bg-color) !important;
}

.banner-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.faq-banner-img {
  width: 100%;
  height: auto;
}

img.bg-color-dark {
  background-color: var(--bg-color) !important;
}

.favorite-creators-img {
  width: 100%;
  height: auto;
}

.banner-area-1 {
  background-image: url("../img/creator-signup/creator-banner-img-2.webp");
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.why-join-img {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.why-join-img {
  justify-content: center;
  display: flex;
  align-items: center;
}

.steps-img {
  padding: 14px 20px;
  width: 60px;
  height: 60px;
  margin: 0;
  box-shadow: 0px 4px 45px rgb(0 0 0 / 15%);
  border-radius: 66rem;
}
.steps-started-img {
  justify-content: center;
  display: flex;

  align-items: center;
}

.steps-bg {
  position: absolute;
  left: 23%;
  right: auto;
  top: 34%;
  z-index: -1;
  bottom: 0;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-shadow {
  height: 326px !important;
  box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
}
.cta-two {
  position: relative;
  padding: 6rem;
  border-radius: 10px;
  background-color: #cc6cb3;
}
.cta-two:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/creator-signup/cta-bg-1.svg");
}
[data-theme="dark"] .bg-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    #000000 42.24%,
    rgba(255, 255, 255, 0) 129.57%,
    rgba(0, 0, 0, 0) 129.57%
  );
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
  margin-bottom: 0.7em;
}

.footer-copyright{
  font-size: 0.8rem;
}