.elementor-kit-6{--e-global-color-primary:#FF66C4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-57b3e1d:#1F2124;--e-global-color-bd81965:#55483D;--e-global-color-b071ed9:#FFF8F3;--e-global-typography-primary-font-family:"Red Hat Text";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-weight:500;--e-global-typography-464fadd-font-family:"Allwish Honest";--e-global-typography-464fadd-font-weight:600;--e-global-typography-fc0a8e6-font-family:"restora-neue";--e-global-typography-fc0a8e6-font-weight:bold;color:var( --e-global-color-bd81965 );font-family:"Red Hat Text", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Red Hat Text", Sans-serif;color:var( --e-global-color-b071ed9 );border-radius:30px 30px 30px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Red Hat Text", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-kit-6 h2{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-kit-6 h3{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-kit-6 h4{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-kit-6 h5{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-kit-6 h6{color:var( --e-global-color-57b3e1d );font-family:"restora-neue", Sans-serif;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --black: #000;
  --white: #fff;

  --pink: #FF66C4;
  --peach: #FFF8F3;
  --primary-black: #1F2124;
  --secondary-black: #55483D;
  --primary-grey: #1F21244D;
  --input-border: #867E79;


  --grey-100: #fcfcfc;
  --grey-200: #f7f7fc;
  --grey-300: #eff0f6;
  --grey-400: #d9dbe9;
  --grey-500: #a0a3bd;
  --grey-600: #6e7191;
  --grey-700: #4e4b66;
  --grey-800: #14142a;
}



*{
outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  text-decoration: none;
/*font-family: "Red Hat Text", sans-serif;*/
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF8F3 !important;
  margin: 0;
}

img {
  vertical-align: middle;
}

a {
    font-family: "Red Hat Text", sans-serif !important;
}
a span {
    font-family: "Red Hat Text", sans-serif !important;
}

.container {
  max-width: 1260px;
  width: 95%;
  margin: auto;
  position: relative;
}

.primary-btn {
  border-radius: 30px;
  background-color: var(--pink);
color: var(--peach);
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Red Hat Text", sans-serif;
  text-decoration: none;
  align-items: center;
    justify-content: center;
    display: flex;
  /* min-height: 44px; */
}
.highlight::after{
  content: '';
  position: absolute;
  background: #ff66c474;
  width: 103%;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  z-index: -1;
}

/* Button sizes */
.btn-lg {
  min-width: 121px;
  height: 58px;
  padding: 8px 28px;
}

.btn-md {
  min-width: 51px;
  height: 50px;
  padding: 8px 20px;
}
.btn-sm {
  min-width: 51px;
  height: 44px;
  padding: 8px 20px;
  /* line-height: 27px; */
}
.btn-xs {
  min-width: 51px;
  height: 40px;
  padding: 8px 20px;
}

.btn-lg:has(a) {
  min-width: 121px;
  height: 50px;
  padding: 0;
  a {
    padding: 8px 28px;
  }
}

h1,h2,h3,h4,h5,h6{
  font-family: restora-neue;
}

/* Header Start */
header {
  max-width: 614px;
  width: 95%;
  margin: auto;
  background-color: var(--primary-black);
  color: var(--peach);
  padding: 10px;
  border-radius: 50px;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;

}
header .header-container .logo  {
  margin-left: 14px;
  position: relative;
  z-index: 1;
  transition: all .3s;
}

header .header-container .hamburger {
  display: none;
}
header .header-container nav  {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  /* padding: 20px 0; */
}

header .header-container nav .nav-group {
     display: flex;
    justify-content: space-evenly;
    flex-grow: 1;
}
header .header-container nav a {
 color: var(--peach);
 font-family: "Red Hat Text", sans-serif;
 /* font-size: 0.9rem; */
}

/* Header End */

/* Hero Section Start */
.hero-section {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /*padding: 104px 0 10px;*/
  padding: 104px 0 10px;
  position: relative;
  backdrop-filter: blur(10px);
  background-image: url(./images/hero-bg.svg);
}
.hero-section .hero-bg {
  /* content: ""; */
  position: absolute;
  /* z-index: -1; */
  /* backdrop-filter: blur(72px); */
  background-color: rgba(255, 255, 255, 0);
  /* background-color: rgba(255, 255, 255, 0.315); */
  width: 100vw;
  min-height: 100vh;


  
}
.hero-section .bg-round {
height: 900px;
    width: 900px;
    position: absolute;
    background: radial-gradient(#e4a8a877 30%, #e4a8a84e , #e4a8a838, #e4a8a820, #e4a8a803 ,var(--peach),var(--peach),var(--peach));
    z-index: -1;
    border-radius: 50%;
    top:-100px;
    left: 50%;
    transform: translateX(-50%)
/* background: #E4A8A8B2; */
}
.hero-section .e-con-inner {
    width: 100%;
    max-width: unset !important;
}
.hero-section .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  padding: 10px 0;
max-width: 1380px;
  width: 95%;
  margin: 0 auto;
  position: relative;

}
.hero-section .hero-container .hero-left {
  align-self: flex-end;
  transform: scale(1);
  position:relative;
  bottom: -20px;
  left:-30px;
  width: 15%;
}
.hero-section .hero-container .hero-right {
     align-self: flex-start;
    transform: scale(1);
    position: relative;
    top: -60px;
    width: 15%;
    right: 18px;
}
.hero-section .hero-container .hero-left, .hero-section .hero-container .hero-right {
 position: relative;
}
.hero-section .hero-container .hero-left .left-img-group .model-img2 {
 position: absolute;
bottom: -60px;
right: -112px;
}
.hero-section .hero-container .hero-right .right-img-group .model-img4 {
 position: absolute;
bottom: -60px;
left: -50px;
z-index: 1;
}

.hero-section .hero-container img {
  max-width: unset !important;
}

.hero-section .hero-container .hero-center {
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}
.hero-section .hero-container .hero-center h1 {
 font-size: 4.4rem;
 font-family: restora-neue;
 font-weight: bold;
 max-width: 580px;
 margin: 0 auto;
 line-height: 80px;
 color: var(--primary-black);
}
.hero-section .hero-container .hero-center .primary-btn {
 width: 268px;
}

/* Hero Section End */

/* Display Section Start */
.display-section {
  padding: 50px 0 70px;
  position: relative;
}
.display-section .display-section-box {
 display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 287px;
background-color: var(--pink);
  margin: auto;
  position: relative;
  border-radius: 30px;
}
.display-section .display-section-box .elementor-widget-image {
position: absolute;
bottom: 0;
  /* left: 0; */
width: 720px;
max-width: unset !important;
  height: auto;

}
/* Display Section End */

/* About Section Start */
.about-section {
  padding: 60px 0 70px;
  position: relative;
}
.about-section .about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  
}
/* .about-section .about-text{
  width: 41%;
  max-width: 504px;
} */
.about-section img{
  width: 100%;
  height: auto;
}
.about-section .about-text h2{
  font-size: 2.5rem;
  line-height: 50px;
  color: var(--primary-black);
  font-weight: bold;
  margin-top: 0;

}
.about-section .about-text h2 .highlight{
  position:relative;
  font-family: "restora-neue", Sans-serif !important;
  display: inline-block;
  font-weight: bold;
  /* padding: 0 6px; */
}
.about-section .about-text h2 .highlight::after{
  content: '';
  position: absolute;
  background: #ff66c474;
  width: 106%;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
.about-section .about-text p{
  /* font-size: 1.1rem;
  line-height: 34px; */
  color: var(--secondary-black);
  font-weight: 400;
}
/* About Section End */

/* Services Section Start */
.services-section {
padding: 40px 0;
position: relative;
}
.services-section .services-section-container {
position: relative;
padding-top: 50px;
}
.services-section .services-section-container::before {
  content: '';
  height: 387px;
  width: 100%;
  background-color: var(--primary-black);
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  top: 0;
}
.services-section h2 {
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  color: var(--peach);
  font-weight: bold;
}
.services-section  h2 span{
  position:relative;
  font-family: restora-neue;
  display: inline-block;
  /* padding: 0 6px; */
}
.services-section h2 span::after{
  content: '';
  position: absolute;
  background: #ff66c49e;
  width: 102%;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
.services-section .services-img-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
/* Services Section End */

/* Features Section Start */
.features-section {
  padding: 30px 0 40px;
position: relative;
}
.features-section h2 {
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  color: var(--primary-black);
  font-weight: bold;
}
.features-section  h2 span{
  position:relative;
  font-family: restora-neue;
  display: inline-block;
  /* padding: 0 6px; */
}
.features-section h2 span::after{
  content: '';
  position: absolute;
  background: #ff66c49e;
  width: 101%;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
.features-section .features-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.features-section .features-group .feature {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 23%;
  min-width: 200px;
  text-align: center;
  font-weight: 500;
}
.features-section .features-group h3 {
  font-weight: bold;
  /* font-size: 18px; */
  /* line-height: 25px; */
  max-width: 200px;
}
/* Features Section End */

/* App Section Start */
.app-section {
  padding: 70px 0 120px;
  position: relative;
}
.app-section .app-section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 863px;
  margin: auto;
  background-color: var(--primary-black);
  border-radius: 50px;
  padding: 50px 50px;
  position: relative;
  min-height: 393px;
  overflow: hidden;
}
.app-section .app-section-container .app-section-left {
  width: 52%;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.app-section h2 {
  font-size: 2.7rem;
  line-height: 60px;
  margin-top: 0px;
  color: var(--peach);
  font-weight: bold;
}
.app-section a {
  display: inline-flex;
  width: 60%;
  text-align: center;
}
.app-section .app-section-right {
  position: absolute;
  right: 0px;
  bottom: 0;
  /* width: 50%; */
padding: 0 !important;
}
.app-section .app-section-right img {
  /*height: 100%;*/
  /*width: 100%;*/
  width: unset;
  height: auto;
  position: relative;
  z-index: 2;
}

.app-section .app-section-bg {
  /* content: ""; */
  position: absolute;
  /* z-index: -1; */
  backdrop-filter: blur(72px);
  background-color: rgba(255, 255, 255, 0.02);
  width: 100vw;
  min-height: 100vh;
}
.app-section .app-section-bg-round {
height: 823px;
    width: 823px;
    position: absolute;
    background: radial-gradient(#ff66c426 30%, #ff66c41c, #ff66c411, #e4a8a800 ,var(--primary-black),var(--primary-black),var(--primary-black));
    z-index: 0;
    border-radius: 50%;
    right: -300px;
    top: -90px;

}
/* App Section End */

/* Team Section Start */
.team-section {
  padding: 140px 0;
  min-height: 100vh;
}
.team-section .team-section-container {
  max-width: 860px;
  width: 95%;
  margin: auto;
}
.team-section .team-section-container h1 {
  font-size: 2.1rem;
  line-height: 50px;
  text-align: center;
  margin-top: 0px;
  color: var(--primary-black);
  font-weight: bold;
}
.team-section .team-section-container .team-group {
  display: grid;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member {
  display: grid;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member.team-member-1 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member.team-member-2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member .details {
  background-color: var(--white);
  border: 1px solid var(--pink);
  border-radius: 20px;
  padding: 30px 22px;
}
.team-section .team-section-container .team-group .team-member .details .name {
/* font-size: 1rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 600;
color: var(--primary-black);
}
.team-section .team-section-container .team-group .team-member .details .title {
/* font-size: 0.9rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 300;
color: var(--secondary-black);
}
.team-section .team-section-container .team-group .team-member .details .description {
/* font-size: 1rem;
line-height: 30px; */
margin: 0 0 0px;
font-family: "Red Hat Text", sans-serif;
font-weight: 400;
color: var(--secondary-black);
}
/* Team Section End */

/* Waitlist Form Start */
.waitlist  {
   padding: 40px 0 160px;
}
.waitlist .waitlist-form-container {
    max-width: 480px;
    width: 95%;
    margin: 0 auto
}
/* Waitlist Form  End */

/* Footer Section Start */
footer {
  background-color: var(--primary-black);
  padding: 34px 0 26px;
}
footer .logo img {
  width: 56px;
  height: 56px;
}
footer .footer-bottom {
  border-top: 0.5px solid #FFF8F34D;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom p {
  color: var(--peach);
  /* font-size: 0.9rem; */
  margin-top: 15px;
}
footer .footer-bottom .socials {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* Footer Section End */


/* RESPONSIVENESS START */
@media (max-width: 1050px) {
  /* Hero Section Start */
  .hero-section {
    padding: 104px 0 10px;
  }
  
  .hero-section .hero-container .hero-left {
    /* bottom: -20px;
    left: -60px; */
    width: 15%;
    bottom: -20px;
  left:-30px;
  transform: scale(0.8);
  }
  .hero-section .hero-container .hero-right {
    top: -40px;
    right: 18px;
    transform: scale(0.8);
  }
  .hero-section .hero-container .hero-left .left-img-group .model-img2 {
  right: -112px;
  }
  
  .hero-section .hero-container .hero-center h1 {
   font-size: 3.6rem;
   line-height: 66px;
   max-width: 480px;
   margin: 0 auto 70px;
   color: var(--primary-black);
  }
  .hero-section .hero-container .hero-center .primary-btn {
   width: 268px;
  }

  /* About Section Start */
.about-section {
  padding: 70px 0 60px;
  position: relative;
}
.about-section .about-container {
  gap: 20px;
  
}
.about-section .about-container .about-text{
  width: 48%;
}
.about-section .about-container .about-text h2{
  font-size: 2.2rem;
  line-height: 46px;
}
/* .about-section .about-container .about-text p {
  font-size: 1rem;
  line-height: 31px;
} */
/* About Section End */

/* Services Section Start */
.services-section {
padding: 50px 0;
}
.services-section h2 {
  font-size: 2.2rem;
  line-height: 46px;
}
.services-section .services-img-group .service-img{
  width: 30%;
}

/* Services Section End */

/* Features Section Start */
.features-section {
  padding: 50px 0 !important;
position: relative;
}
.features-section h2 {
  font-size: 2.2rem;
  line-height: 46px;
}
.features-section h2 span::after{
  width: 101%;
  height: 14px;
  bottom: 5px;
}
.features-section .features-group .feature h3 {
  font-weight: bold;
  /* font-size: 18px; */
  max-width: 200px;
}
/* Features Section End */

  /* App Section Start */
.app-section {
  padding: 50px 0 120px;
  position: relative;
}
.app-section h2 {
  font-size: 2.7rem;
  line-height: 58px;
}
.app-section .app-section-right {
  right: 16px;
}
.app-section .app-section-bg-round {
    background: radial-gradient(#FF66C44D 30%, #ff66c425 , #ff66c411, #e4a8a803 ,var(--primary-black),var(--primary-black),var(--primary-black));
    z-index: 0;
    top: -50px;

}
/* App Section End */

}

@media (max-width: 900px) {
  .hero-section {
    padding: 104px 0 10px;
  }
  
  .hero-section .hero-container .hero-left {
    transform: scale(0.8);
    bottom: -20px;
    left: -90px;
    width: 15%;
    opacity: 0.8;
  }
  .hero-section .hero-container .hero-right {
    transform: scale(0.8);
    top: -40px;
    right: 20px;
    opacity: 0.8;
  }
  .hero-section .hero-container .hero-left .left-img-group .model-img2 {
  right: -166px;
  }
  
  .hero-section .hero-container .hero-center h1 {
   font-size: 2.8rem;
   line-height: 54px;
   max-width: 380px;
   margin: 0 auto;
   color: var(--primary-black);
  }
  .hero-section .hero-container .hero-center .primary-btn {
   width: 268px;
  }

   /* About Section Start */
.about-section {
  padding: 30px 0 70px;
}
.about-section .about-container {
  flex-direction: column;
  gap: 40px;
  
}
.about-section .about-container .about-text{
  width: 100%;
  max-width: 600px;
}
.about-section .about-container .about-img{
  width: 100%;
  max-width: 500px;
  height: auto;
}
.about-section .about-container .about-text h2{
  font-size: 2rem;
  line-height: 40px;
}
.about-section .about-container .about-text h2 span{
  font-family: restora-neue;
}
.about-section .about-container .about-text h2 span::after{
  content: '';
  position: absolute;
  background: #ff66c474;
  width: 106%;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
.about-section .about-container .about-text p {
  /* font-size: 1rem;
  line-height: 29px; */
  text-align: justify;
}
/* About Section End */

/* Services Section Start */
.services-section {
padding: 50px 0;
}
.services-section h2 {
   font-size: 2rem;
  line-height: 40px;
}
.services-section h2 span::after{
  content: '';
  position: absolute;
  background: #ff66c49e;
  width: 101%;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
}
.services-section .services-img-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
}
.services-section .services-img-group .service-img{
  width: 30%;
}

/* Services Section End */

/* Features Section Start */
.features-section {
  padding: 40px 0 !important;
position: relative;
}
.features-section h2 {
   font-size: 2rem;
  line-height: 44px;

}
.features-section h2 span::after{
  width: 101%;
  height: 12px;
  bottom: 5px;
}
.features-section .features-group .feature h3 {
  font-weight: bold;
  /* font-size: 18px; */
  max-width: 200px;
}
/* Features Section End */
  
  /* App Section Start */
.app-section {
  padding: 30px 0 120px;
  position: relative;
}
.app-section h2 {
  font-size: 2.4rem;
  line-height: 53px;
}

.app-section .app-section-bg {
  /* content: ""; */
  position: absolute;
  /* z-index: -1; */
  backdrop-filter: blur(72px);
  background-color: rgba(255, 255, 255, 0.02);
  width: 100vw;
  min-height: 100vh;
}
.app-section .app-section-bg-round {
    top: -60px;
}
/* App Section End */
.team-section {
  padding: 140px 0;
  min-height: 100vh;
}
}

@media (max-width: 700px) {
  /* header .header-container .hamburger {
  display: block;
}
  header .header-container nav {
  display: none;
} */

/* Hero Section Start */
  .hero-section {
    padding: 104px 0 10px;
    min-height: 72vh;
  }

  .hero-section .hero-bg {
  /* content: ""; */
  position: absolute;
  /* z-index: -1; */
  /* backdrop-filter: blur(72px);
  background-color: rgba(255, 255, 255, 0.315); */
  width: 100vw;
  min-height: 100vh;
}
.hero-section .bg-round {
height: 723px;
    width: 723px;
    position: absolute;
    background: radial-gradient(#e4a8a869 30%, #e4a8a85b , #e4a8a852, #e4a8a820, #e4a8a80b ,var(--peach),var(--peach),var(--peach));
    z-index: -1;
    border-radius: 50%;

}
  
  .hero-section .hero-container .hero-left {
    transform: scale(0.9);
    bottom: -20px;
    left: -150px;
    width: 15%;
    opacity: 0.9;
    position: absolute;
    z-index: 0;
  }
  .hero-section .hero-container .hero-right {
    transform: scale(0.9);
    top: -70px;
    right: -30px;
    opacity: 0.9;
    position: absolute;
  }
  .hero-section .hero-container .hero-left .left-img-group .model-img2 {
  right: -176px;
  }
  
  .hero-section .hero-container .hero-center h1 {
   font-size: 2.2rem;
   line-height: 44px;
   max-width: 300px;
   margin: 0 auto 40px;
   color: var(--primary-black);
   position: relative;
   z-index: 2;
  }
  .hero-section .hero-container .hero-center .primary-btn {
   width: 220px;
   position: relative;
   z-index: 1;
  }
  /* Hero Section End */

   /* About Section Start */
.about-section {
  padding:10px 0 40px;
}
.about-section .about-container {
  flex-direction: column;
  gap: 40px;
  
}
.about-section .about-container .about-text h2{
  font-size: 1.8rem;
  line-height: 40px;
  max-width: 410px;
}
.about-section .about-container .about-text p {
  /* font-size: 1rem;
  line-height: 29px; */
  color: var(--secondary-black);
  font-weight: 400;
  text-align: justify;
}
/* About Section End */

/* Services Section Start */
.services-section {
padding: 50px 0;
}
.services-section h2 {
   font-size: 1.8rem;
  line-height: 40px;
  max-width: 300px;
  margin: 0 auto;
}
.services-section .services-section-container::before {
  height: 100%;
}
.services-section .services-img-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
  padding-bottom: 50px;
}
.services-section .services-img-group .service-img{
  width: 90%;
  max-width: 320px;
}

/* Services Section End */

/* Features Section Start */
.features-section {
  padding: 20px 0 30px!important;
position: relative;
}
.features-section h2 {
   font-size: 1.8rem;
  line-height: 40px;
  margin: 0 auto;
  max-width: 300px;

}
.features-section h2 span::after{
  width: 101%;
  height: 12px;
  bottom: 5px;
}
.features-section .features-group .feature h3 {
  font-weight: bold;
  font-size: 18px;
  max-width: 200px;
}
/* Features Section End */
 
  /* App Section Start */
.app-section {
  padding: 30px 0 120px;
  position: relative;
}
.app-section .app-section-container {
  flex-direction: column;
  gap: 60px;
  max-width: 863px;
  padding: 50px 30px 0;
}
.app-section .app-section-container .app-section-left {
  width: 100%;
  position: relative;
  z-index: 1;
}
.app-section h2 {
  font-size: 2rem;
  line-height: 48px;
  text-align: center;
}
.app-section a {
  margin: auto;
  display: flex;
  width: 64%;
}
.app-section .app-section-right {
  position: relative;
  right: 0px;
}

/* App Section End */

/* Team Section Start */
.team-section {
  padding: 130px 0 80px;
  min-height: 100vh;
}
.team-section .team-section-container {
  max-width: 860px;
  width: 95%;
  margin: auto;
}
.team-section .team-section-container h1 {
 font-size: 1.7rem;
  line-height: 40px;
  text-align: center;
  margin-top: 0px;
  color: var(--primary-black);
  font-weight: bold;
}
.team-section .team-section-container .team-group {
  display: grid;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member {
  display: grid;
  gap: 20px;
}
/* .team-section .team-section-container .team-group .team-member img {
width: 100%;
} */
.team-section .team-section-container .team-group .team-member.team-member-1 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member.team-member-2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member .details {
  background-color: var(--white);
  border: 1px solid var(--pink);
  border-radius: 20px;
  padding: 30px 22px;
}
.team-section .team-section-container .team-group .team-member .details .name {
/* font-size: 1rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 600;
color: var(--primary-black);
}
.team-section .team-section-container .team-group .team-member .details .title {
/* font-size: 0.9rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 300;
color: var(--secondary-black);
}
.team-section .team-section-container .team-group .team-member .details .description {
/* font-size: 1rem;
line-height: 30px; */
margin: 0 0 0px;
font-family: "Red Hat Text", sans-serif;
font-weight: 400;
color: var(--secondary-black);
}
/* Team Section End */
  
  /* Waitlist Form Start */
.waitlist  {
   padding: 30px 0 80px;
}
/* Waitlist Form  End */
}

@media (max-width: 500px) {
  header .header-container .hamburger {
  display: flex;
  flex-direction: column;
  gap: 3px;
        position: relative;
        border-radius: 50%;
        height: 44px;
        width: 44px;
        flex-shrink: 0;
        min-width: unset;
        padding: 0;
}
  header .header-container .hamburger span {
  height: 1.5px;
  width: 15px;
  background-color: var(--peach);
  display: block;
}
  header .header-container nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: var(--primary-black);
  top: 50%;
  left: 0;
  width: 100%;
  padding: 40px 14px 40px;
  border-radius: 0 0 30px 30px;
gap: 20px;
min-height: 50vh;
transform: scaleY(0);
transform-origin: top;
transition: all .3s;
opacity: 0;
}

header .header-container .logo {
  margin-left: 6px;
}
header .header-container .logo.active {
  transform: rotate(180deg);
 
} 
header .header-container nav.active {
  transform: scaleY(1);
  opacity: 1;
} 
  header .header-container nav .nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  
}
  header .header-container nav a {
  /* font-size: 16px; */
  color: var(--peach);
  display: block;
  
}
  header .header-container nav .primary-btn {
  width: 240px;
  display: flex;
}

 .hero-section .hero-container .hero-left {
    transform: scale(0.7);
    bottom: -20px;
    left: -150px;
    width: 15%;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
  }

 .hero-section .hero-container .hero-right {
    transform: scale(0.7);
    top: -70px;
    right: -30px;
    opacity: 0.5;
    position: absolute;
  }

  .app-section h2 {
  font-size: 1.8rem;
  line-height: 42px;
  text-align: center;
}

/* Footer Section Start */
footer {
  padding: 34px 0 26px;
}
footer .logo img {
  width: 48px;
  height: 48px;
}
footer .footer-bottom {
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-bottom p {
  /* font-size: 0.8rem; */
  margin-bottom: 10px;
}
/* Footer Section End */

/* Team Section Start */
.team-section {
  padding: 120px 0 70px;
  min-height: 100vh;
}
.team-section .team-section-container {
  max-width: 860px;
  width: 95%;
  margin: auto;
}
.team-section .team-section-container h1 {
 font-size: 1.7rem;
  line-height: 42px;
  text-align: center;
  margin-top: 0px;
  color: var(--primary-black);
  font-weight: bold;
  max-width: 360px;
  margin: 0 auto;
}
.team-section .team-section-container .team-group {
  display: grid;
  gap: 40px;
}
.team-section .team-section-container .team-group .team-member {
  display: grid;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member img {
width: 100%;
/* order: 1; */
}
.team-section .team-section-container .team-group .team-member.team-member-1 {
  display: grid;
  grid-template-columns: 1fr ;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member.team-member-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.team-section .team-section-container .team-group .team-member.team-member-1 img {
  order: 1;
}
.team-section .team-section-container .team-group .team-member.team-member-2 img {
order: 1;
}
.team-section .team-section-container .team-group .team-member .details {
  background-color: var(--white);
  border: 1px solid var(--pink);
  border-radius: 20px;
  padding: 30px 22px;
  order: 2;
}
.team-section .team-section-container .team-group .team-member .details .name {
/* font-size: 1rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 600;
color: var(--primary-black);
}
.team-section .team-section-container .team-group .team-member .details .title {
/* font-size: 0.9rem; */
margin: 0 !important;
font-family: "Red Hat Text", sans-serif;
font-weight: 300;
color: var(--secondary-black);
}
.team-section .team-section-container .team-group .team-member .details .description {
/* font-size: 1rem; */
/* line-height: 30px; */
margin: 0 0 0px;
font-family: "Red Hat Text", sans-serif;
font-weight: 400;
color: var(--secondary-black);
}
/* Team Section End */

}

/* RESPONSIVENESS END *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Allwish Honest';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bloombeautyafrica.com/wp-content/uploads/2025/04/Allwish-Honest-400.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'restora-neue';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bloombeautyafrica.com/wp-content/uploads/2025/08/Restora-Neue-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'restora-neue';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://bloombeautyafrica.com/wp-content/uploads/2025/08/Restora-Neue-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'restora-neue';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://bloombeautyafrica.com/wp-content/uploads/2025/08/Restora-Neue-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'restora-neue';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://bloombeautyafrica.com/wp-content/uploads/2025/08/Restora-Neue-Medium-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */