

/* Header Section */


.about-page{
  background-color: #000;
}
.navbar {
  background-color: #fafafa;
}
.hero_aboutus {
  background-color: #fafafa;
}
.aboutus_title {
  font-size: 80px;
  font-family: 'SugarPeachy';
  line-height: 1em;

}
.about-first {
  padding-bottom: 160px;
}
.section_pad {
  padding: 100px 50px 100px 50px;
}

.aboutus_banner_p {
  font-size: 24px;
  font-family: "Quicksand";
}

.abouts_second_p {
  font-size: 48px;
  font-family: 'SugarPeachy';
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 0px;
  line-height: normal;
}

.aboutme_card_sub_head {
  font-size: 20px;
  font-weight: 500;
  font-family: "Quicksand";
}

.aboutme_card_para {
  font-size: 18px;
  line-height: 28px;
  font-family: "Quicksand";
}
.aboutme_card_para span{
  font-weight: 600;
}

.tilt-right-about-card {
  transform: rotate(2deg);
}

.about-card-padding{
  padding: 30px 55px 50px 55px;
  gap: 30px;
}

.aboutus_banner_image {
  position: absolute;
  top: 60px;
}

/*.margin_top_aboutus_banner {
  margin-top: 5rem;
}*/

.common_para {
  font-size: 20px;
  line-height: 1.7em;
  font-family: "Quicksand";
}

.Book_2 {
  left: 0;
  top: 55%;
}

.Ball_2 {
  top: 5%;
  left: 45.5%;
}

.shoe_2 {
  bottom: 2%;
}

.common_head {
  font-size: 64px;
  font-family: 'SugarPeachy';
  line-height: 1.2em;
}

.purple_tick_list.check li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  width: 16px;
  height: 16px;
  background-image: url("../images/tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.purple_tick_list li {
  padding-left: 26px;
}

.margin_ourmission {
  margin-top: 5rem;
}

.aboutme_card {
  border-radius: 20px;
  background: linear-gradient(179deg, rgba(192, 151, 240, 0.20) 36.25%, rgba(255, 255, 255, 0.20) 84.41%), #FFF;
  max-width: 1100px;
  margin: 0 auto;
}

.aboutme_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2C2C2C;
}
#Contact-us.why-us h2 {
  margin: 15px auto 0px;
}

#features{
  padding-bottom: 50px !important;
}

.waiting-card{
  padding: 115px 0px 45px 0px;
  border-radius: 70px 70px 0px 0px;
  background-color: #fafafa;
  position: relative;
  z-index: 9;
  margin-top: -85px;
}
section#Contact-us {
  border-radius: 0px;
}

/* User message (dark bubble) */
.user-msg {
align-self: flex-end;
background: linear-gradient(192.62deg, #424242 14.91%, #1A1A1A 46.86%);
border: 1.5px solid;
border-image-source: linear-gradient(189.86deg, #1A1A1A 6.64%, rgba(255, 255, 255, 0) 98.45%);
color: #fff;
border-radius: 50px;
border-bottom-right-radius: 0px;
padding: 35px;
max-width: 80%;
font-family: Quicksand;
font-weight: 600;
font-size: 36px;
line-height: 46px;
letter-spacing: 0px;
}

/* Reply container */
.reply {
display: flex;
align-items: flex-end;
gap: 20px;
}

/* fc circle */
.fc-circle {
  align-content: end;
}

/* Reply text bubble */
.reply-bubble {
border: 2px dashed #787878;
border-radius: 50px;
border-bottom-left-radius: 0px;
background-color: #fff;
color: #333;
padding: 35px;
font-family: Quicksand;
font-weight: 400;
font-size: 36px;
line-height: 46px;
letter-spacing: 0px;
max-width: 75%;
}
.reply-bubble a{
  font-weight: 600;
  color: #2C2C2C;
}
.chat-wrapper {
width: 100%;
display: flex;
flex-direction: column;
gap: 35px;
}
.our-mission {
    background-color: #111;
    color: #fff;
    padding: 244px 50px 244px 50px;
}


/*-------home page css-------*/

@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.img-set {
        width: 100%;
        max-width: 1240px;
        position: relative;
      }	
img.star_rgt_one {
	position: absolute;
	right: -170px;
	top: 60px;
	animation: blink 2s infinite;
	display: inline-block;
	animation: blink 1s infinite;
  }
  img.one {
	position: absolute;
	right: -120px;
	bottom: -570px;
  }
img.two {
    position: absolute;
    right: -170px;
    top: 200px;
}
  img.star_rgt_two {
	position: absolute;
	right: 10px;
	bottom: -400px;
	display: inline-block;
	animation: blink 1s infinite;
  }
  img.sticker {
	position: absolute;
	right: 0;
	top: -70px;
  }
  img.four {
	position: absolute;
	left: -130px;
	top: 120px;
  }
  img.three {
	position: absolute;
	left: 200px;
	top: -100px;
  }

  img.star_one {
	  position: absolute;
	left: 30px;
	top: 0px;
	display: inline-block;
	animation: blink 1s infinite;
  }
  .banner {
	padding: 230px 0 175px;
	 margin-top: -80px; 
	background-color: #fafafa;
}
  .banner p {
	font-size: 24px;
	color: #1e1e1e;
	font-weight: 500;
	margin-bottom: 75px;
  }
  img.five {
	position: absolute;
	left: 0;
	top: 550px;
  }
  img.star_left_two {
	position: absolute;
	left: -150px;
	top: 460px;
	display: inline-block;
	animation: blink 1s infinite;
  }
  .lh-tight {
	line-height: 1.2;
  }
.banner_h1 {
    font-size: 96px;
    font-family: "SugarPeachy";
    width: 860px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
img.sticker {
    position: absolute;
    top: unset;
    bottom: -20px;
    right: -90px;
    width: 100%;
    max-width: 340px;
}
img.sticker_two {
    position: absolute;
    left: -120px;
    top: 390px;
    width: 100%;
    max-width: 290px;
}
.singn_up_button{
	color: #fff;
    text-decoration: none;
    padding: 20px 87px;
    font-size: 26px;
    font-weight: bold;
    border: 1.5px solid var(--Black, #1a1a1a);
    border-radius: 100px;
    background: linear-gradient(88deg, #000 43.71%, rgba(157, 157, 157, 0) 71.33%), linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), #2c2c2c;
	box-shadow: 1px 10px 1px #444444;
}
img.top {
    position: absolute;
    right: 0px;
    top: 0;
}
img.bottom {
    position: absolute;
    left: 0;
    bottom: -270px;
    max-width: 55%;
    z-index: -1;
}
.banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.align-items-center {
    align-items: center!important;
}
.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}
span.circle {
    background-image: url(../images/circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner a {
    transition: 0.2s all ease;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    padding: 20px 87px;
    font-size: 26px;
    font-weight: bold;
    border: 1.5px solid var(--Black, #1a1a1a);
    border-radius: 100px;
    background: linear-gradient(88deg, #000 43.71%, rgba(157, 157, 157, 0) 71.33%), linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), #2c2c2c; /* background-blend-mode: lighten, normal, normal; */
    box-shadow: 1px 10px 1px #444444;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.banner a:hover {
    border-radius: 56px;
    border: 1.5px solid var(--Black, #1a1a1a);
    background: linear-gradient(88deg, #bb8ef0 45.5%, rgba(255, 255, 255, 0) 74.69%), linear-gradient(88deg, #bb8ef0 45.18%, rgba(255, 255, 255, 0) 71.88%), linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), #c097f0;
    /* background-blend-mode: lighten, lighten, normal, normal; */
    box-shadow: none;
    color: #1a1a1a;
    transform: rotate(-4deg) translate(4px, -4px);
    transform-origin: bottom left;
}



.rainbow {
    position: relative;
}
.rainbow:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgb(250 250 250) 0%,rgb(250 250 250 / 0%) 100%);
    z-index: 3;
    top: -100px;
    width: 323px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
}
.rainbow img {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 326px;
    top: -4px;
    height: 321px;
}
.how-it-works {
    background: #1a1a1a;
    padding: 157px 15px 115px 15px;
}
img.left-cross {
    position: absolute;
    top: 0;
    left: 0;
}
img.right-cross {
    position: absolute;
    right: -180px;
    bottom: -290px;
    z-index: 0;
}
.how-it-works .container {
    border-top: 1.5px solid #fff;
    padding-top: 75px;
    z-index: 0;
    position: relative;
}
.how-it-works .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 65%;
    z-index: 0;
}
.how-it-works .container:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 65%;
}
img.sparkle {
    position: absolute;
    right: -29px;
    max-width: 8%;
    top: -48px;
}
.text-center {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
span.badge {
    border: 1px solid #787878 !important;
    border-radius: 100px;
    padding-left: 35px !important;
    color: #fff;
    padding-right: 20px !important;
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px;
    font-family: "Onest", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 500;
    background-color: transparent;
}
span.badge:before {
    content: "";
    transition: 0.2s all ease;
    position: absolute;
    left: 20px;
    background-color: #fff;
    border: 1px solid #787878;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.how-it-works h2 {
    font-size: 64px;
    font-family: "SugarPeachy";
    width: 860px;
    margin: 0 auto;
    color: #fff;
}
img.leaf-left {
    position: relative;
    left: -20px;
    top: 30px;
}
img.leaf-right {
    position: absolute;
    right: -40px;
}
.how-it-works p {
    font-size: 20px;
    color: #e5e5e5;
    margin-top: 15px;
    margin-bottom: 50px;
}
.row.g-4.step-cards {
    z-index: 1;
    position: relative;
}
.step-card {
    border-radius: 50%;
    width: 475px;
    height: 475px;
    display: flex;
    border: 5px solid #1a1a1a;
    padding: 20px 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.step-card.first {
    margin-left: -50px;
    background: #c097f0;
    background-image: url(../../images/home/card-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.step-number {
    position: relative;
    background: #fff;
    color: #1a1a1a;
    width: 80px;
    font-size: 48px;
    height: 80px;
    border-radius: 100px;
    font-family: "SugarPeachy" !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-card.first h5 {
    margin: 0;
    font-size: 40px;
    font-family: "SugarPeachy";
    color: #fff;
}
.step-card.first p {
    margin: 10px;
    color: #f6eeff !important;
    font-size: 18px;
    font-weight: 500;
}
.step-card.second {
    margin-left: -50px;
    background: #f6eeff;
    background-image: url(../../images/home/card-bg-two.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.step-card.second h5 {
    font-size: 40px;
    font-family: "SugarPeachy";
    color: #1a1a1a;
}
.step-card.second p {
    margin: 10px;
    color: #1a1a1a !important;
    font-weight: 500;
    font-size: 18px;
}
.step-card.second p {
    margin: 10px;
    color: #1a1a1a !important;
    font-weight: 500;
    font-size: 18px;
}
.step-card.third {
    margin-left: -30px;
    background: #fff;
    background-image: url(../../images/home/card-bg-three.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.step-card.third h5 {
    font-size: 40px;
    font-family: "SugarPeachy";
    color: #1a1a1a;
}
.step-card.third p {
    margin: 10px;
    color: #1a1a1a !important;
    font-weight: 500;
    font-size: 18px;
}
section.why-us {
    padding: 115px 50px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #fafafa;
}
.why-us {
    position: relative;
}
.why-us span.badge {
    background: transparent;
    padding: 2px 5px;
    border-radius: 5px;
    color: #333;
}
.why-us span {
    background: #c097f0;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    transform: rotate(359deg);
    padding: 0 10px;
}
.why-us span.badge:before {
    content: "";
    transition: 0.2s all ease;
    position: absolute;
    left: 20px;
    background-color: #c097f0;
    border: 1px solid #c097f0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.why-us h2 {
    color: #1a1a1a;
    font-size: 64px;
    font-family: "SugarPeachy";
    margin: 15px auto 35px;
}
.comn-text p {
    font-size: 20px;
}
.purple_tick_list {
    font-family: "Quicksand";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.why-us ul.check li {
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.why-us ul li {
    color: #333;
    position: relative;
    padding-left: 20px;
}
.Why_list li {
    margin-top: 10px;
}
.why-us ul.check li:before {
    background-image: url("../images/tick.svg");
}
.why-us ul.check li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 16px;
    height: 16px;
    background-image: url("../images/tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}
.challenges {
    background: #f6eeff;
    border-radius: 10px;
    padding: 35px;
}
.challenges p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.challenges ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
}
.challenges ul li {
    border-radius: 12px;
    font-size: 24px;
    font-family: "SugarPeachy";
    padding: 15px;
}
li.bg-w {
    background: #fff;
}
li.bg-purple {
    background: #c097f0;
    color: #fff;
}
li.trp-border {
    border: 1px solid #787878;
}
body li.bg-purple {
    background: #c097f0;
    color: #fff;
}
.challenges ul li:nth-child(5):after {
    content: "😕";
    margin-left: 5px;
}
#features {
    padding-bottom: 50px !important;
}
.features-section {
    background-color: #111;
    color: #fff;
    padding: 80px 0 0;
}
.features-section .badge {
    border-color: #555;
    color: #ddd;
    background: transparent;
}
.section-title {
    font-family: "SugarPeachy";
    font-weight: 700;
    font-size: 64px;
    margin-top: 15px;
    margin-bottom: 76px;
}
.features-section .col-12.col-md-6.col-lg-3 {
    padding: 0;
    margin: 20px -10px;
}
.feature-card {
    border-radius: 20px;
    padding: 30px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.feature-card.white {
    background-color: #fff;
    color: #000;
    height: 290px;
    margin-bottom: -140px;
    margin-top: 40px;
}
.feature-card.dark {
    background-color: #2c2c2c;
    color: #fff;
    height: 290px;
    margin-bottom: -140px;
    margin-top: 0px;
}
.feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin-top: -20px;
    z-index: 1999;
    position: relative;
    background: #F6EEFF;
    height: 350px;
    border: 3px solid #C097F0;
    background-image: url(../images/hover-white.svg);
    background-size: 100px 120px;
    background-repeat: no-repeat;
    background-position: 205px 160px;
}
.feature-card.dark:hover {
    background: #2c2c2c;
    height: 320px;
    border: 3px solid #5b5b5b;
    background-image: url(../images/hover-dark.svg);
    background-repeat: no-repeat;
    background-size: 100px 120px;
    background-repeat: no-repeat;
    background-position: 205px 160px;
}
.tilt-left {
    transform: rotate(-5deg);
}
.tilt-right {
    transform: rotate(5deg);
}
.feature-card h6 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "SugarPeachy";
    color: #2c2c2c;
}
.feature-card p {
    color: #2c2c2c;
    margin: 0;
    font-size: 18px;
}
.feature-card.dark h6 {
    color: #fff;
}
.feature-card.dark.tilt-right p {
    color: #fff;
}
.pricing-section {
    background: #f6efff;
    padding: 100px 0;
    text-align: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.pricing-section .badge {
    border-color: #787878 !important;
    color: #555;
    background: #fff;
}
.pricing-section span.badge:before {
    content: "";
    transition: 0.2s all ease;
    position: absolute;
    left: 20px;
    background-color: #c097f0;
    border: 1px solid #c097f0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pricing-title {
    font-family: "SugarPeachy";
    font-weight: 700;
    font-size: 64px;
    color: #2c2c2c;
    margin-top: 15px;
    margin-bottom: 76px;
}
.plan-card {
    text-align: left;
    z-index: 0;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plan-card:hover {
    transform: translateY(-5px);
}
.light-plan {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 24px;
    background: #fff;
    z-index: 1;
}
.light-plan:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(205deg, rgba(192, 151, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.price {
    font-size: 74px;
    font-weight: 800;
    margin-bottom: 0.3rem;
    font-family: "SugarPeachy";
}
.per {
    font-size: 24px;
    color: #aaa;
    font-family: "SugarPeachy";
}
.offer {
    background: #444;
    color: #fff;
    font-size: 22px;
    border-radius: 12px;
    padding: 2px 10px;
    font-family: "Quicksand";
}
.plan-name {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0.5rem;
    font-size: 36px;
    font-family: "SugarPeachy";
}
.plan-desc {
    font-size: 16px;
    color: #2c2c2c;
}
.light-plan a {
    padding: 20px;
    font-size: 16px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 65px;
    font-weight: 500;
}
.light-plan .included h6 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #787878;
    font-size: 20px;
}
.included ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.included li {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #787878;
    font-weight: 500;
}
.dark-plan {
    background: linear-gradient(205deg, rgba(66, 66, 66, 1) 0%, rgba(26, 26, 26, 1) 100%);
    color: #fff;
    position: relative;
}
.dark-plan:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(205deg, rgba(26, 26, 26, 1) 0%, rgba(66, 66, 66, 1) 100% );
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.ribbon {
    position: absolute;
    top: -22px;
    right: 25px;
}
.dark-plan p.plan-desc {
    color: #fff;
}
.dark-plan .btn {
    color: #000;
    font-weight: 500;
}
.dark-plan .included h6 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #f6eeff;
    font-size: 20px;
}
.dark-plan a {
    padding: 20px;
    font-size: 16px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 65px;
}
.dark-plan .included li {
    color: #f6eeff;
}
.included img {
    width: 20px;
    height: 20px;
}
.carousel-control-next, .carousel-control-prev {
    bottom: -8%;
    top: auto;
    padding: 0;
    color: #000;
    filter: invert(1);
}

.our-mission {
    background-color: #111;
    color: #fff;
    padding: 244px 50px 244px 50px;
}
img.patter-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
img.patter-right {
    position: absolute;
    top: 0;
    right: 0;
}
img.heart {
    position: absolute;
    top: -160px;
    left: -60px;
}
img.ear {
    position: absolute;
    right: -100px;
    top: -190px;
}
img.book {
    position: absolute;
    left: -60px;
    bottom: -140px;
	position: absolute;
}
.our-mission img.sticker {
    position: absolute;
    right: -40px;
    bottom: -160px;
}
.our-mission h2.pricing-title {
    color: #fff;
    margin: 15px auto;
}
.pricing-title {
    font-family: "SugarPeachy";
    font-weight: 700;
    font-size: 64px;
    color: #2c2c2c;
    margin-top: 15px;
    margin-bottom: 76px;
}
.our-mission p {
    color: #e5e5e5;
}
.our-mission p span {
    font-weight: bold;
}
a.get-started-dark {
    background: #fff;
    color: #1a1a1a;
    padding: 20px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 35px;
    display: inline-block;
    font-weight: 500;
}
.only-in-about-round {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.characters {
    padding: 115px 15px;
    background: #fafafa;
}
.characters .container {
    background: #F6EEFF;
    padding: 0px 60px;
    border: 2px solid #2C2C2C;
    border-radius: 20px;
}
.characters .container h2 {
    color: #1a1a1a;
    font-family: 'SugarPeachy';
    font-weight: 700;
    font-size: 64px;
    margin: 60px auto 0;
}
.characters .container p {
    font-size: 20px;
}
.characters .container a.get-started {
    margin-bottom: 60px;
}
a.get-started {
    background: #1a1a1a;
    color: #fff;
    padding: 14px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 35px;
    font-weight: 500;
    display: inline-block;
    font-family: "Quicksand";
}
.characters .col-lg-5.position-relative {
    text-align: center;
}
.characters .container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.faq-section {
    background: #fafafa;
	padding-bottom: 115px;
}
.faq-section span.badge {
    color: #2c2c2c;
}
.faq-section span.badge:before {
    content: "";
    transition: 0.2s all ease;
    position: absolute;
    left: 20px;
    background-color: #c097f0;
    border: 1px solid #787878;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faq-section h2 {
    font-size: 64px;
    font-family: 'SugarPeachy';
}
.faq-section p {
    font-family: 'Quicksand';
    font-size: 20px;
    color: #2C2C2C;
}
.accordion-item {
    background: #fff;
    box-shadow: none !important;
    border: none !important;
	transition: all 0.3s ease;
}
.accordion-item.active-item {
    background: linear-gradient(88deg, #C097F0 43.71%, rgba(157, 157, 157, 0) 71.33%), linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), #C097F0;
    border: 1.5px solid #1a1a1a !important;
    box-shadow: 1px 8px 1px #C097F0 !important;
}
button.accordion-button.collapsed {
    color: #787878;
    font-family: 'Quicksand';
    border-radius: 12px;
    font-size: 22px;
    border: none;
    font-weight: 500;
	padding: 30px 1.25rem;
}
.accordion-button {
    border-radius: 0.75rem;
    background-color: #fff;
    box-shadow: none;
    font-weight: 600;
    font-size: 1.05rem;
    color: #444;
    padding: 1rem 1.25rem;
}
.accordion-button::after {
    background-image: url(../images/Cross.svg);
}
.accordion-item.active-item .accordion-button {
    color: #1A1A1A;
    font-family: 'Quicksand';
    font-size: 22px;
    background: transparent;
    border: none;
    box-shadow: none;
	padding-top: 30px;
    padding-bottom: 0;
}
.accordion-body {
    color: #444;
    font-size: 0.95rem;
}
.accordion-item.active-item .accordion-body {
    color: #1A1A1A;
    border-radius: 0 0 0.75rem 0.75rem;
    font-size: 18px;
    font-family: 'Quicksand';
    font-weight: 500;
    padding-bottom: 26px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/cross-active.svg);
}
.bck_to_top:hover, .bck_to_top:active, .bck_to_top:focus {
	color: #ffffff;
}



@media screen and (max-width: 1366px){
.step-card {
    border-radius: 1000px;
    width: 455px;
    height: 455px;
}
}


/* Responsive Adjustments */
@media (max-width: 1440px) {
  footer .ftr_bg_logo {
    position: absolute;
    top: 20%;
    right: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .step-card {
    border-radius: 1000px;
    width: 455px;
    height: 455px;
  }
}

@media screen and (max-width: 1300px) {
  img.one {
    position: absolute;
    right: -90px;
    bottom: -570px;
  }
  img.two {
    position: absolute;
    right: -110px;
    top: 200px;
  }
  .our-mission img.sticker {
    right: 0;
  }
  img.heart {
    left: 0px;
  }
  img.ear {
    right: 0px;
  }
  img.book {
    left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .step-card {
    margin-left: 20px;
    padding: 50px;
  }
  .step-card.first {
    margin-left: 10px;
  }

  .step-card.second {
    margin-left: -30px;
  }
  .step-card.third {
    margin-left: -50px;
  }
  .step-card {
    width: 420px;
    height: 420px;
  }
}

@media screen and (max-width: 1024px) {
	
	.banner a {
		padding: 20px 67px;
	}
	.rainbow img {
		max-width: 286px;
	}
  .step-card {
    margin-left: 0px;
    padding: 60px;
  }
  .step-card.third {
    margin-left: -60px;
  }
  .step-card {
    width: 380px;
    height: 380px;
  }
  .step-card.first {
    margin-left: 0;
  }
  img.sparkle {
    position: absolute;
    right: -18px;
    max-width: 10%;
    top: -48px;
  }
  img.one {
    position: absolute;
    right: 0px;
  }
  img.sticker {
    bottom: 0px;
    right: 50px;
  }
  img.sticker_two {
    left: -20px;
    top: 410px;
  }

  li.nav-item.login {
    margin-left: 0;
  }
  .faq-section {
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }





  /*================ About Page ====================*/

  .Book_2 {
    top: 66%;
  }
  .comn-text p {
    font-size: 18px;
}
.why-us span {
    font-size: 18px;
}
.user-msg {
    border-radius: 35px;
    padding: 25px;
    font-size: 26px;
    line-height: 36px;
    border-bottom-right-radius: 0px;
}
.reply-bubble {
    border-radius: 35px;
    padding: 25px;
    font-size: 26px;
    line-height: 36px;
    border-bottom-left-radius: 0px;
}




}

@media screen and (max-width: 1023px) {
  img.four {
    position: absolute;
    left: -40px;
    top: 120px;
  }
  img.sticker {
    bottom: 0px;
    right: 50px;
    max-width: 250px;
  }
  .banner h1 {
    font-size: 66px;
    font-family: "SugarPeachy";
    width: 700px;
    margin: 0 auto;
  }
  img.sticker_two {
    left: 20px;
    top: 300px;
    max-width: 200px;
  }
  img.two {
    position: absolute;
    right: -10px;
    top: 200px;
  }
  .step-card.third {
    margin-left: auto;
    position: relative;
    transform: translate(0%, -28%);
    left: 50%;
  }
  .step-card {
    width: 410px;
    height: 410px;
  }

  .how-it-works .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  img.leaf-left {
    position: relative;
    left: -20px;
    top: -20px;
  }
  .how-it-works h2 {
    font-size: 64px;
    font-family: "SugarPeachy";
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  .how-it-works .container:before,
  .how-it-works .container:after {
    height: 36%;
  }
  .features-section .row.g-4.justify-content-center {
    padding: 0 15px;
  }
  img.heart {
    position: absolute;
    top: -140px;
    left: 40px !important;
    max-width: 180px;
  }
  .pricing-title,
  .characters .container h2,
  .faq-section h2,
  .how-it-works h2,
  section.why-us h2,
  .section-title {
    font-size: 54px;
  }
  .faq-section h2 br {
    display: none;
  }
  .how-it-works {
    padding: 157px 15px 15px 15px;
  }
  .characters .col-lg-5.position-relative:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgb(246 238 255) 0%,
      rgb(255 255 255 / 0%) 100%
    );
    z-index: 3;
    top: 60px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
  }
}
@media (max-width: 991px){

    /*================= About Page ===============*/
    .aboutus_title {
        font-size: 72px;
    }
    .aboutus_banner_image {
        position: relative;
        top: 0px;
        right: -37px;
    }
    .abouts_second_p {
        font-size: 38px;
        font-weight: 300;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .common_para {
        line-height: 36px;
    }
    .Ball_2 {
        right: 13%;
        left: auto;
    }
    .common_head {
        font-size: 50px;
    }
    .shoe_2 {
        display: none;
    }
    .Book_2 {
        display: none;
    }
    .comn-text p {
        font-size: 20px;
    }
    ul.list-unstyled.check.Why_list.purple_tick_list {
        font-size: 18px;
    }
    .about-page .our-mission {
        padding: 151px 0px;
    }
    .about-page section.why-us h2 {
        margin: 15px auto 20px;
    }
    .about-page .comn-text p {
        color: #2C2C2C;
    }
    .story-img {
        width: 100%;
        margin-top: 45px;
    }
    .about-first {
        padding-bottom: 20px;
    }
    .about-card-padding {
        flex-direction: column;
        text-align: center;
    }
    .comn-text {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 820px) {
    .pricing-section {
        padding: 55px 0;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
}
@media screen and (max-width: 819px) {
  .challenges {
    padding: 20px;
  }
  section.why-us {
    padding: 65px 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
.only-in-about-round {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
  .step-card {
    width: 390px;
    height: 390px;
  }
  .pricing-section {
    padding: 80px 0;
  }
  .faq-section {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .characters {
    padding: 55px 15px;
  }
  footer .foot-main-hea {
    font-size: 32px;
  }
  .our-mission {
    padding: 140px 50px 60px 50px;
  }
  .our-mission img.sticker {
    right: 40px;
    max-width: 200px;
    bottom: -110px;
  }
  img.book {
    left: 40px;
    max-width: 180px;
  }
  img.ear {
    top: -170px;
    max-width: 210px;
    right: 30px;
  }
  .banner {
    padding: 200px 0 175px;
  }
}

@media (max-width: 768px) {
  body a.nav-link {
    width: max-content;
  }
  li.nav-item.login {
    ul.navbar-nav {
      padding: 12px 12px 30px;
    }
    margin-left: 0px;
  }
  .hero-card {
    margin-top: 2rem;
  }

  .d-flex.flex-wrap.gap-2 .tag {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .feature i {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-card:hover,
  .feature-card.dark:hover {
    background-position: bottom right;
  }
  img.four {
    position: absolute;
    left: -90px;
    top: 150px;
    max-width: 120px;
    z-index: 0;
  }
  .banner h1 {
    font-size: 48px;
    font-family: "SugarPeachy";
    width: 100%;
    margin: 0 auto;
  }
  .banner p {
    font-size: 20px;
    margin-bottom: 45px;
}
  .features-section .row.g-4.justify-content-center {
    padding: 0 25px;
  }
  .features-section {
    padding-left: 0px;
    padding-right: 0px;
  }
.faq-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pricing-title,
  .characters .container h2,
  .faq-section h2,
  .how-it-works h2,
  section.why-us h2,
  .section-title {
    font-size: 44px;
  }
  .challenges {
    margin-top: 60px;
  }
  .how-it-works {
    padding-bottom: 65px;
  }
  .step-card.third {
    margin-left: auto;
    position: relative;
    transform: unset;
    left: auto;
    margin-top: -50px;
  }
  .step-card.second {
    margin-left: auto;
    margin-top: -60px;
  }
  body .how-it-works .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  body .feature-card.dark {
    margin-bottom: -100px;
  }

  img.four {
    position: absolute;
    left: -20px;
    top: -90px;
    max-width: 80px;
    z-index: 0;
  }
  img.one {
    position: absolute;
    right: 0px;
    max-width: 60px;
  }
  .banner a,
  .banner h1,
  .banner p {
    z-index: 1;
    position: relative;
  }
  img.ear {
    top: -180px;
    max-width: 150px;
    right: 0px;
  }
  img.sticker {
    bottom: -30px;
    right: -30px;
    max-width: 230px;
  }
  img.book {
    left: 10px;
    max-width: 100px;
    bottom: -100px;
  }
  .our-mission {
    padding: 174px 0 154px 0;
  }
  .our-mission img.sticker {
    right: 40px;
    max-width: 130px;
    bottom: -110px;
  }
  img.sticker_two {
    left: 20px;
    top: 270px;
    max-width: 180px;
  }
  img.three {
    position: absolute;
    left: 360px;
    top: -100px;
    max-width: 60px;
  }
  img.heart {
    position: absolute;
    top: -130px;
    left: 10px !important;
    max-width: 110px;
  }
  .rainbow:before {
    width: 260px;
  }
  .rainbow img {
    max-width: 266px;
  }
  img.five {
    position: absolute;
    left: 0;
    top: 450px;
  }
  .step-card {
    padding: 30px;
  }
  .step-card h5 {
    font-size: 36px;
  }
  footer .ftr_bg_logo {
    right: auto;
    width: 100%;
    max-width: 80%;
  }
  .banner a {
    padding: 16px 56px;
  }
  .social-main ul {
    flex-direction: column;
  }
  footer .social-main {
    align-items: start;
    flex-direction: column;
  }
  section.why-us {
    padding: 65px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
	.only-in-about-round {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
  .characters .container {
    padding: 0px 30px;
  }
  img.two {
    position: absolute;
    right: -10px;
    top: 270px;
    max-width: 60px;
  }
  .step-card {
    width: 360px;
    height: 360px;
  }
  nav.navbar.navbar-expand-lg.sticky-top.scrolled {
    z-index: 4;
  }
  img.sparkle {
    max-width: 20%;
  }

  .banner a {
    padding: 14px 50px;
    font-size: 20px;
  }
  img.five {
    display: none;
  }

  img.sticker {
    display: none;
  }

  img.two {
    display: none;
  }

  img.three {
    display: none;
  }
  img.sticker_two {
    display: none;
  }
  img.four {
    left: 30px;
  }
	.pricing-section {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
  .footer_main .container {
    padding: 45px 25px 0px;
  }

  img.img-fluid.foot_big_logo {
    max-width: 40%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .foot-main-hea {
    margin-top: 20px;
  }

  .social-main ul {
    flex-direction: row;
  }
  footer .social-icons-foot {
    margin-top: 20px;
    gap: 25px;
  }
  .bck_to_top {
    display: none;
  }
  footer .cpr-main {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    gap: 15px;
  }
  footer .cpr_rw {
    margin-top: 20px !important;
  }
  .social-main {
    gap: 10px;
}



  /*========================= About page ==========================*/
  .section_pad {
    padding: 80px 0px 100px 0px;
}
.container {
    padding: 0px 20px !important;
}
  .aboutus_title {
    font-size: 53px;
}
.aboutus_banner_image {
    width: 100%;
}
.aboutus_banner_p {
    font-size: 21px;
}
.abouts_second_p {
    font-size: 32px;
}
.common_para {
    font-size: 18px;
    line-height: 28px;
}
a.get-started {
    padding: 20px 60px;
}
.common_head {
    font-size: 46px;
}
.comn-text {
    padding-bottom: 5px;
}
.section-title {
    font-size: 46px;
}
.abouts_second_p {
    font-size: 36px;
}
section.why-us h2 {
    font-size: 46px;
}
.fc-circle{
    width: 12%;
}
.tilt-right-about-card {
    transform: rotate(1deg);
    padding: 0px 10px;
}
.aboutme_card_img img {
    width: 60%;
}
.ribbon img {
    width: 80%;
}
.ribbon {
    top: -18px;
    right: 0px;
}
}
@media (max-width: 575px){
    .about-card-padding {
        padding: 30px 5px 50px 5px;
    }
    .reply-bubble {
        font-size: 20px;
        line-height: 28px;
        padding: 19px;
        border-radius: 25px;
        border-bottom-left-radius: 0px;
    }
    .user-msg {
    border-radius: 25px;
    padding: 19px;
    font-size: 20px;
    line-height: 28px;
}
    section.why-us h2 {
        font-size: 49px;
    }
    .about-page .our-mission {
        padding: 121px 0px;
    }
    .Ball_2 {
        right: 8%;
        left: auto;
        top: 5%;
        width: 25%;
    }
}