:root {
  --white: #fff;
  --dark: #262626;
  --gray: #6b7b8b;
  --purple: #5f31bb;
  --font-nunito: "Nunito", Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"),
    url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"),
    url("../fonts/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black.woff2") format("woff2"),
    url("../fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 10px;
  scroll-padding: 100px;
}

body {
  background-color: var(--white);
  font-family: var(--font-nunito);
  color: var(--gray);
  font-size: 16px;
}

.h1,
h1 {
  font-size: 12rem;
}

h2.big,
.h2.big {
  font-size: 6rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 5.4rem;
  color: var(--dark);
  font-weight: 700;
}

.h3,
h3 {
  color: var(--dark);
  font-weight: 600;
  font-size: 3.2rem;
}

.h4,
h4 {
  color: var(--dark);
  font-weight: 600;
  font-size: 2.4rem;
}

.h5,
h5 {
  color: var(--dark);
  font-weight: 600;
  font-size: 22px;
}

p.big {
  color: var(--dark);
  font-size: 20px;
}

p,
.p {
  font-size: 16px;
  color: var(--gray);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.img-app-screen {
  max-width: 33rem;
  position: relative;
  margin: 0 auto;
}

.screen-text {
  position: absolute;
  bottom: 17%;
  right: 65%;
  font-size: 4rem;
  color: var(--purple);
  font-weight: 700;
  font-family: var(--font-nunito);
  width: 30rem;
  line-height: 1.2;
  transform: rotate(-20deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.screen-text span {
  display: block;
}

.screen-text span:empty {
  width: 8px;
}

.img-app-screen-img {
  border: 0.6rem solid #865CD7;
  border-radius: 3.2rem;
  max-width: 100%;
}

.radioplayer {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 88%;
  height: 67%;
  display: flex;
  flex-direction: column-reverse;
  transform: translate(-50%, -50%);
}

.radioplayer img {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}

.radioco-bg {
  display: none;
}

.radioco-image {
  border-radius: 2.4rem;
  margin-bottom: 2rem;
}

.radioco-nowPlaying {
  color: var(--dark);
  font-weight: 600;
  display: block;
}

.radioco-elapsedTime {
  display: block;
}

.radioco-playButton {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  cursor: pointer;
}

.radioco-playButton-paused,
.radioco-playButton-playing {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.376 12.4158L8.77735 19.4816C8.54759 19.6348 8.23715 19.5727 8.08397 19.3429C8.02922 19.2608 8 19.1643 8 19.0656V4.93408C8 4.65794 8.22386 4.43408 8.5 4.43408C8.59871 4.43408 8.69522 4.4633 8.77735 4.51806L19.376 11.5838C19.6057 11.737 19.6678 12.0474 19.5146 12.2772C19.478 12.3321 19.4309 12.3792 19.376 12.4158Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
}

.radioco-playButton-paused {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z' fill='%23FFF'/%3E%3Cpath d='M21 19.11V4.89C21 3.54 20.43 3 18.99 3H15.36C13.93 3 13.35 3.54 13.35 4.89V19.11C13.35 20.46 13.92 21 15.36 21H18.99C20.43 21 21 20.46 21 19.11Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

.container-big {
  padding-left: 8rem;
  padding-right: 8rem;
}

.space-top {
  padding-top: 14rem;
}

.space-bottom {
  padding-bottom: 14rem;
}

.space-small-top {
  padding-top: 8rem;
}

.space-small-bottom {
  padding-bottom: 8rem;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.btn {
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 1.4rem 3.2rem;
  min-width: 160px;
}

.btn-purple {
  background: var(--purple);
  color: var(--white);
}

.btn-purple:hover {
  color: var(--white);
  background: #361a6e;
}

.btn-white {
  color: var(--purple);
  background: var(--white);
}

.btn-white:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.4);
}

.btn-white-outlined {
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
}

.btn-white-outlined:hover {
  color: var(--white);
  color: var(--white);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--white);
}

.curved-bg {
  background-color: #f5f0ff;
  position: relative;
}

.curved-bg:after,
.curved-bg:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: transparent url("../images/background/curved-bg-top.svg") top left no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  z-index: 1;
}

.curved-bg:after {
  top: auto;
  bottom: -1px;
  background: transparent url("../images/background/curved-bg-bottom.svg") bottom left no-repeat;
  background-size: 100% auto;
}

.path-icon {
  max-width: 6rem;
  height: auto;
}

/* header start */
header {
  padding: 3.2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: background-color, padding 0.3s;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: transparent;
}

.brand-logo {
  max-width: 25rem;
  height: auto;
}

header.scrolled {
  padding: 12px 0;
  background: var(--purple);
  /* -webkit-backdrop-filter: blur(29px); */
  /* backdrop-filter: blur(24px); */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav {
  background: #5f31bb;
  box-shadow: inset 0px -1px 3px rgba(255, 255, 255, 0.1),
    inset 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 56px;
  padding: 6px;
}

header ul {
  padding: 1.8rem 52px;
  background: #5f31bb;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.13),
    inset 0px 2px 20px rgba(120, 69, 221, 0.3), inset 0px 2px 7px #6738c5;
  border-radius: 48px;
  margin: 0;
  display: flex;
  list-style-type: none;
}

header a,
header a.nav-link {
  font-weight: 500;
  font-size: 18px;
  color: #b79ee9;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
}

header a:hover,
header a.nav-link:focus,
header a.nav-link:hover {
  color: var(--white);
}

header nav a:after,
header nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all;
}

header nav a:after {
  left: -2.4rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #ffffff;
  border: 0.3rem solid #b79ee9;
}

header nav a:before {
  left: -1.8rem;
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--purple);
}

header nav a.active {
  color: var(--white);
}

header nav a.active:before,
header nav a.active:after {
  opacity: 1;
}

header nav li:not(:last-child) {
  margin-right: 4rem;
}

/* header end */

/* Hero Start */
.hero {
  background-color: var(--purple);
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding: 15rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 108px;
  background: transparent url("../images/background/hero-bg.png") no-repeat bottom center;
  background-size: 100% 108px;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.plus-circle-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
}

.pulse-circle-sm,
.pulse-circle-md,
.pulse-circle-lg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  border: 1px solid #edf0f2;
  border: 220px solid #b79ee9;
  /* background-color: pink; */
  opacity: 0;
  transition: 0.3s all;
}

.pulse-circle-sm {
  z-index: -1;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
}

.pulse-circle-md {
  z-index: -2;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
}

.pulse-circle-lg {
  z-index: -3;
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
}

.pulse-rate {
  -webkit-animation: pulse-rate infinite linear 3s;
  animation: pulse-rate infinite linear 3s;
}

.pulse-delay-2 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.pulse-delay-2-25 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.pulse-delay-2-50 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pulse-rate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.12;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

@keyframes pulse-rate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.12;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

.hero .hero-img {
  position: absolute;
  bottom: 0;
  height: 42rem;
  max-width: 30rem;
}

.hero .hero-img-left {
  left: 1%;
  transform: translateY(10%);
}

.hero .hero-img-right {
  right: 1%;
  transform: translateY(20%);
}

.hero h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.title-space {
  width: 4rem;
}

.hero h1 span {
  position: relative;
  z-index: 1;
  display: block;
}

.hero h1 span:after {
  content: attr(data-text);
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  text-shadow: 0.8rem 0.8rem 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.hero h1 .yellow {
  color: #ffdc03;
}

.hero h1 .yellow:after {
  color: #ff9206;
}

.hero h1 .sky {
  color: #bafeff;
}

.hero h1 .sky:after {
  color: #83bbb0;
}

.hero h1 .green {
  color: #7feca9;
}

.hero h1 .green:after {
  color: #70b062;
}

.hero h1 .light-yellow {
  color: #feec97;
}

.hero h1 .light-yellow:after {
  color: #d5af5c;
}

.hero h1 .white {
  color: #fff;
}

.hero h1 .white:after {
  color: #b9b6b9;
}

.hero h2 {
  margin: 4.8rem 0 4.8rem;
}

@keyframes music {

  0%,
  100% {
    transform: translate3d(0, -2.5rem, 0);
  }

  50% {
    transform: translate3d(0, 4rem, 0);
  }
}

@keyframes Screen-text {

  0%,
  100% {
    transform: translate3d(0, -0.5rem, 0);
  }

  50% {
    transform: translate3d(0, 0.5rem, 0);
  }
}

/* Hero End */

/*Explore our Features Section*/
.feature-item {
  background: #f5f0ff;
  border-radius: 2.4rem;
  height: 100%;
  border-bottom: 4px solid transparent;
  transition: 0.3s border-color;
}

.feature-item:hover {
  border-bottom-color: var(--purple);
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fefefe;
  border-radius: 50%;
  margin-bottom: 4rem;
}

.feature-icon img {
  width: 32px;
  height: 32px;
}

.feature-item p {
  padding-right: 6rem;
}

.feature-music {
  background: #f0fff6;
}

.feature-music:hover {
  border-bottom-color: #1fcb61;
}

.feature-audiobooks {
  background: #f0faff;
}

.feature-audiobooks:hover {
  border-bottom-color: #2d9cdb;
}

.feature-podcasts {
  background: #fff9f0;
}

.feature-podcasts:hover {
  border-bottom-color: #f0a637;
}

/*Explore our Features Section END*/

/*Our Feed Start*/
.our-feed-inner {
  position: relative;
  z-index: 2;
}

.our-feed-content {
  max-width: 710px;
}

.path-anim {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
}

/*Our Feed End*/

/*Our app Start*/
.our-app-inner {
  position: relative;
  z-index: 2;
}

.our-app-content {
  max-width: 710px;
}

/*Our app End*/

/*About Us Start*/
.about-img {
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
  max-width: 62rem;
}

.about-us-content {
  max-width: 710px;
  position: relative;
  z-index: 2;
}

/*About Us End*/

/* footer Start */
footer {
  background: var(--purple) url("../images/background/footer-bg.png") top center no-repeat;
  background-size: 100% 132px;
  padding-top: 24rem;
  position: relative;
}

footer .brand-text {
  color: #b79ee9;
  font-size: 14px;
}

.footer-top {
  border-bottom: 3px solid #5125a9;
  padding-bottom: 9rem;
  position: relative;
  z-index: 1;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
}

footer a {
  font-weight: 500;
  font-size: 18px;
  color: #b79ee9;
  text-decoration: none;
  transition: 0.3s all;
}

footer a:not(:last-child) {
  margin-right: 4rem;
}

footer a:hover {
  color: var(--white);
}

.footer-bottom {
  padding: 24px 0;
}

.footer-bottom p {
  font-size: 20px;
  color: #b79ee9;
}

.footer-bottom a {
  font-size: 20px;
  position: relative;
}

.footer-bottom a:not(:last-child) {
  margin-right: 4.8rem;
}

.footer-bottom a:not(:last-child):after {
  content: "";
  position: absolute;
  height: 90%;
  width: 2px;
  background-color: #5125a9;
  top: 5%;
  right: -2.8rem;
}

#footer-music-path-1-wrapper {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 40%;
  /* transform: rotate(180); */
}

/* footer End */

/* Lots of awesome start */
.badge-container {
  display: flex;
  align-items: center;
  padding: 2.3rem 4rem 2.3rem 2rem;
  border: 1px solid #e8edf3;
  border-radius: 2.4rem;
}

.badge-container img {
  max-width: 6rem;
  height: auto;
}

.badges-wrapper-first {
  display: flex;
  justify-content: center;
}

.badges-wrapper-second {
  display: flex;
  justify-content: center;
}

.badges-wrapper-third {
  display: flex;
  justify-content: center;
}

.badge-container h4 {
  margin-left: 1.2rem;
}

.badges-wrapper-third .badge-container:not(:last-of-type),
.badges-wrapper-second .badge-container:not(:last-of-type),
.badges-wrapper-first .badge-container:not(:last-of-type) {
  margin-right: 3.2rem;
}

.badges-wrapper-second {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

/* Lots of awesome end */

/* FAQ start */
#FAQMusicPathSvg {
  position: absolute;
  top: 10%;
  right: 50%;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--dark);
  background-color: transparent;
  box-shadow: none;
}

.faq .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.faq .accordion-button {
  position: relative;
  background-color: transparent;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
}

.faq .accordion-button::after {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-image: url(../images/icons/add.svg);
}

.faq .accordion-button {
  padding: 2.4rem 2.4rem 2.4rem 6.4rem;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e8edf3;
  background-color: transparent;
}

.faq .accordion-body {
  padding: 10px 10px 27px 12.8rem;
}

.faq .accordion-body p {
  position: relative;
}

/* .faq .accordion-body p::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #e8edf3;
  top: 0%;
  left: -4%;
} */
.faq .row {
  position: relative;
  z-index: 1;
}

/* FAQ end */

/* Tesimonial start */
.testimonial .container {
  position: relative;
}

.testimonialMusicSvg {
  position: absolute;
  top: 38%;
  right: 50%;
  width: 30%;
}

.testimonial .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  width: 44rem;
  height: 90%;
  background: #f5f0ff;
  border-radius: 500px 500px 0px 0px;
}

.testimonial-text-wrap {
  padding-bottom: 30px;
}

.testimonial-text-wrap p:nth-of-type(1) {
  margin-top: 2.4rem;
  margin-bottom: 12px;
}

.testimonial-text-wrap p:last-of-type {
  max-width: 552px;
}

.mySwiper .swiper-button-next::before,
.mySwiper .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: -1px;
  border-radius: 50%;
  top: 4px;
  background-color: #5f31bb;
}

.mySwiper .swiper-button-next::before {
  left: auto;
  right: -1px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  padding: 10px 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 80px;
  height: 2px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.testimonial-text-wrap {
  position: relative;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #5f31bb;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.mySwiper .swiper-btn-wrapper {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mySwiper .swiper-button-next.swiper-button-disabled::before,
.mySwiper .swiper-button-prev.swiper-button-disabled::before,
.mySwiper .swiper-button-next.swiper-button-disabled::after,
.mySwiper .swiper-button-prev.swiper-button-disabled::after {
  background-color: #e8edf3;
}

.mySwiper .swiper-button-next.swiper-button-disabled,
.mySwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.mySwiper .swiper-btn-vr {
  height: 4rem;
  width: 1px;
  background-color: #eef2f5;
}

.testimonial-quote {
  position: absolute;
  top: 10%;
  left: 48%;
  max-width: 22rem;
  max-height: 22rem;
}

.testimonial-wrap img {
  max-width: 50rem;
  height: auto;
}

/* Tesimonial end */
/* Modal start */
.notified-modal .modal-dialog {
  max-width: 640px;
}

.notified-modal .modal-header {
  justify-content: center;
  padding: 0;
}

.notified-modal .modal-content {
  border-radius: 45px;
  position: relative
}

.notified-modal .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s all;
  opacity: 1;
}

.modal-content-wrapper {
  padding: 0 4rem 4rem 4rem;
  margin-top: 11px;
}

.modal-title-des-wrap p {
  color: #4a5b6d;
  margin-top: 16px;
}

.modal-email-field {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 60px;
  padding-right: 17px;
  border: 1.5px solid #e8edf3;
  border-radius: 54px;
  width: 100%;
  font-weight: 500;
  appearance: none;
  font-size: 20px;
}

.modal-email-field-wrapper::after {
  position: absolute;
  content: "";
  top: 21px;
  left: 6%;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/sms.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.modal-email-field.form-control:focus {
  border-color: #e8edf3;
  box-shadow: none;
}

.modal-email-field:focus-visible,
.modal-comment-field:focus-visible {
  outline: none;
}

.modal-comment-field.form-control:focus {
  border-color: #e8edf3;
  box-shadow: none;
}

.modal-email-field-wrapper {
  width: calc(100% - 200px);
}

.modal-comment-field {
  padding: 20px;
  border: 1.5px solid #e8edf3;
  border-radius: 24px;
  resize: none;
  width: 100%;
  font-size: 20px;
  margin-top: 12px;
  appearance: none;
}

.modal-content-shadow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.modal-img-wrapper {
  max-width: 642px;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-verify-btn.btn-close {
  width: unset;
  height: auto;
  padding: 17px 32px;
  border-radius: 54px;
  opacity: 1;
  font-size: 20px;
  min-width: 170px;
  box-sizing: border-box;
}

.modal-verify-btn {
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
  margin-left: 16px;
}

/* Modal end */
/* form errors and notifications Start - SAM */
.modal-verify-btn.btn-close:disabled {
  background: var(--purple);
  color: var(--white);
}

.error {
  color: red;
  font-weight: 600;
}

.toast-title {
  font-size: 16px;
  margin-bottom: 8;
}

.toast-message {
  font-size: 14px;
}

/* form errors and notifications END - SAM */

/* terms-and-condition page style start // vivek*/
.terms-hero.hero {
  background-color: var(--purple);
  position: relative;
  height: 100%;
  min-height: 75vh;
  padding: 15rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.terms-hero-inner p:last-of-type {
  max-width: 1240px;
  margin: auto;
  margin-top: 16px;
}


/* terms-and-condition page style start //RIA*/
a {
  color: var(--purple);
}

.sub-number-wrap {
  list-style: none;
}

.dark {
  color: var(--dark);
}

.gray {
  color: var(--gray);
}

.faq.terms-condition .accordion-body {
  padding: 10px 10px 27px 8.8rem;
}

.text-underline {
  text-decoration: underline;
}
.blog-listing {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.blog-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
}

.blog-post h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.blog-post a {
    text-decoration: none;
    color: #5f31bb;
}

.blog-post a:hover {
    text-decoration: underline;
}

.blog-post p {
    font-size: 1rem;
    color: #333;
}
