*,
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

body {
  background: white;
  width: 100%;
  overflow-x: hidden;
  /* margin-bottom: 200px; */
}

:root {
  --primary-bg: #9f206f;

  --primary-text-color: #000000;

  --secondry-text-color: #fb7c1d;
}

header {
  width: 100%;
  padding-top: 30px;
}
.container {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.logo_container img {
  max-width: 160px;
}
p {
  color: gray;
}
@font-face {
  font-family: "Gordita_Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gordita Medium"),
    url("../assets/gordita/Gordita Medium.woff") format("woff");
}

@font-face {
  font-family: "Freight_new";
  src: local("Freight Sans Pro Medium Regular"),
    local("Freight-Sans-Pro-Medium-Regular"),
    url("../assets/font/dvBWXA.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Freight_new";
  src: local("Freight Sans Pro Semi bold Regular"),
    local("Freight-Sans-Pro-Semi-bold-Regular"),
    url("../assets/freight-bold/FreightSansProSemibold-Regular.woff2") format("woff2"),
    url("../assets/freight-bold/FreightSansProSemibold-Regular.woff") format("woff"),
    url("../assets/freight-bold/FreightSansProSemibold-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Gordita_Medium;
}

p {
  font-family: "Freight_new";
}

li {
	font-family: "Freight_new";
	font-size: 22px;
	color: gray;
	margin-left: 25px;
}

ul {
	margin-top: 25px;
}

button,
a {
  font-family: "Freight_new";
  font-size: 18px;
  box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 18%);
}
.steps_section .step_even .step_container__imageContainer .mob {
  display: none;
}
p.highlight {
  font-family: "Freight_new";
  color: #000000;
  font-weight: 600;
}

.main_banner {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  position: relative;
  min-height: 1000px;
}

.main_banner__nav {
  position: absolute;
  right: 70px;
  top: -45px;
  z-index: 10;
}

.app-store-mobile {
    display: none;
  }
  
.app-store-footer {
    color: #922c6d !important;
  }

.main_banner__nav .btn {
  background: var(--primary-bg);
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  padding: 12px 10px;
  border-radius: 50px;
  height: 35px;
  font-size: 15px;
}

.main_banner__nav .btn img {
  width: 20px;
  margin-right: 5px;
}

.main_banner__imageWrap .mob {
  display: none;
}

.main_banner__imageArea {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 0;
}

.main_banner__imageWrap {
}

.main_banner__imageWrap img {
  max-width: 1000px;
}

.main_banner__imageWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 95px;
  bottom: -20px;
  right: 0;
  background: #fffbf9;
  filter: blur(65px);
  z-index: 9999;
  background: white;
}

.main_banner__contentArea {
  padding-left: 5%;
  margin-top: 220px;
  z-index: 999;
  width: 40%;
}

.main_banner_content .main_banner__contentArea {
  padding-left: 5%;
  margin-top: 150px;
  width: 90%;
  margin-bottom: 150px;
}

.main_banner_content .main_banner__contentArea p {
	max-width: 100%;
}

.main_banner_content button, .main_banner_content a {
	box-shadow: none !important;
	font-size: 22px;
	color: #912c6b;
}

.main_banner__contentArea h3 {
  font-size: 64px;
  line-height: 1.3em;
}

.main_banner__contentArea p {
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.5em;
  max-width: 500px;
}

a.btn_primary {
  text-decoration: none;
  border: none;
  background: var(--primary-bg);
  margin-top: 40px;
  border-radius: 100px;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 58px;
  justify-content: center;
  text-align: center;
  grid-auto-flow: column;
  gap: 6px;
  color: white;
}

a.btn_primary img {
  max-width: 25px;
  margin-left: -5px;
}

/*second_section*/

.second_section {
  width: 90%;
  margin-bottom: 50px;
  position: relative;
  top: -100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
}
.second_section > h3 {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 100;
  text-align: center;
  margin-bottom: 5px;
}

.second_section .three_step_summary {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}

.second_section .three_step_summary > div {
  border: 1px solid #e2e2e2;
  padding: 40px;
}

.second_section .three_step_summary > div.step1_box {
  border-right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.second_section .three_step_summary > div.step2_box {
  border-right: 0px;
}

.second_section .three_step_summary > div.step3_box {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.step_box__numbering {
  display: inline-block;
  background: #ffe5d4;
  border-radius: 100%;
  color: var(--secondry-text-color);
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-content: center;

  margin-bottom: 20px;
}

.step_box__numbering p {
  color: var(--secondry-text-color);
  font-size: 22px;
}
.step_box__body h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.step_box__body p {
  font-size: 18px;
  line-height: 1.4em;
}

.third_section {
  margin-top: 120px;
}
.third_section .title {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 100;
  text-align: center;
  margin-bottom: 25px;
}

/* step 1 */

/* extras */
.align_center {
  align-items: center;
}
.imgback {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image_padding {
  padding: 5px;
}
/* extras */

.steps_section .step1_container {
  display: grid;
  /* grid-template-columns: repeat(2, 600px); */
  grid-template-columns: 40% 60%;
  /*padding: 0px 50px;*/
  justify-content: space-between;
  /* align-items: center; */
  width: 90%;
  margin: auto;
}

.steps_section .step1_container .step_container__contentArea {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}

.steps_section
  .step1_container
  .step_container__contentArea
  .step_container__contentArea_left
  .step_avatarWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.steps_section
  .step1_container
  .step_container__contentArea
  .step_container__contentArea_left
  .step_avatarWrap
  p {
  font-size: 10px;
  font-family: Gordita_Medium;
  margin-top: 10px;
  line-height: 1.5em;
  letter-spacing: .75px;
}

.steps_section .step1_container .step_avatarWrap img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  margin-top: 30px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}
.doubleImage {
  position: relative;
}
.doubleImage .img1 {
  width: 50px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: -15px;
}
.doubleImage .img2 {
  width: 50px;
  height: auto;
  position: relative;
  border-radius: 50%;
  margin-left: 20px;
}

.steps_section
  .step1_container
  .step_container__contentArea_right
  .step_indicator {
  color: var(--secondry-text-color);
  font-size: 12px;
  font-family: Gordita_Medium;
  letter-spacing: .75px;
  margin-bottom: 15px;
}
.steps_section .step1_container .step_container__contentArea_right h3 {
  font-size: 25px;
  font-weight: 200;
  margin: 10px 0px;
  line-height: 1.5em;
}
.steps_section .step1_container .step_container__contentArea_right p {
  font-size: 22px;
  line-height: 1.4em;
}
.steps_section .step1_container .step_container__imageContainer img {
  max-width: 600px;
  float: right;
  width: 100%;
}
.steps_section .step1_container .step_container__CustomBox {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 80px;
  margin: 50px;
}
.steps_section .step1_container .step_container__CustomBox .step_boxWrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: max-content;
  padding: 25px;
  border-radius: 10px;
  min-width: 450px;
  position: relative;
  background-color: white;
}

.steps_section .step1_container .custm_blur2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 87%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(255, 229, 210) 0%,
    rgba(255, 229, 210, 0) 100%
  );
  right: -10px;
  top: 9%;
  opacity: 1.7;
  filter: blur(15px);
}
.steps_section .step1_container .custm_blur::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 59%;
  height: 94%;
  border-radius: 50%;
  background: rgb(244, 233, 239);
  background: radial-gradient(
    circle,
    rgba(244, 233, 239, 1) 50%,
    rgba(244, 233, 239, 0.577468487394958) 100%
  );
  left: 17px;
  top: 1%;
  opacity: 0.8;
  filter: blur(15px);
}

.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_header {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_header
  .step_profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_header
  .step_profile
  img {
  width: 30px;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_header
  .step_profile
  p {
  font-size: 20px;
  line-height: 1.4em;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_content_wrapper
  p {
  color: black;
  margin-bottom: 5px;
}
.steps_section
  .step1_container
  .step_container__CustomBox
  .step_boxWrapper
  .step_content_wrapper
  .bolder {
  color: black;
  font-weight: 600;
  margin: 5px 0px;
}
/* step 2 */

.steps_section .step_even {
  display: grid;
  grid-template-columns: 60% 40%;
  /*padding: 0px 50px;*/
  justify-content: space-between;
  /* align-items: center; */
  width: 90%;
  margin: auto;
}

.steps_section .step_even .step_container__contentArea {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  margin-top: 0px;
}

.steps_section
  .step_even
  .step_container__contentArea
  .step_container__contentArea_left
  
.step_avatarWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps_section
  .step_even
  .step_container__contentArea
  .step_container__contentArea_left
  .step_avatarWrap
  p {
  font-size: 11px;
  font-family: Gordita_Medium;
  margin-top: 10px;
  line-height: 1.5em;
  letter-spacing: .75px;
}

.steps_section .step_even .step_avatarWrap img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  margin-top: 30px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}
.steps_section .step_even .step_container__contentArea_right .step_indicator {
  color: var(--secondry-text-color);
  font-size: 12px;
  font-family: Gordita_Medium;
  letter-spacing: .75px;
  margin-bottom: 15px;
}
.steps_section .step_even .step_container__contentArea_right h3 {
  font-size: 25px;
  font-weight: 200;
  margin: 10px 0px;
}
.steps_section .step_even .step_container__contentArea_right p {
  font-size: 22px;
  line-height: 1.4em;
}
.steps_section .step_even .step_container__imageContainer img {
  width: 100%;
  max-width: 600px;
}

/* order  */

.order_reverse_1 {
  order: 1;
}

.order_reverse_2 {
  order: 2;
}
.forth_section {
  margin-top: 130px;
  padding: 0px 50px;
}

.forth_section h3 {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 100;
  text-align: center;
  margin-bottom: 5px;
}
.forth_section .try_for_free::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 177%;
  border-radius: 102%;
  background: rgb(250, 234, 244);
  background: linear-gradient(
    90deg,
    rgba(250, 234, 244, 1) 50%,
    rgba(255, 229, 218, 1) 100%
  );

  right: -10px;
  top: -45px;
  opacity: 1.7;
  filter: blur(15px);
}
.forth_section .try_for_free {
  width: 100%;
  height: auto;
  padding: 50px 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 50px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 15px;
  background: white;
  position: relative;
}

.forth_section .try_for_free .btn {
  background: var(--primary-bg);
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  gap: 0.5rem;
}

.forth_section .try_for_free .btn img {
  width: 25px;
}

.forth_section .try_for_free_content {
  display: flex;
}

.forth_section .try_for_free_content p {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 22px;
}

.forth_section .try_for_free_content p span {
	font-family: Gordita_Medium;
  font-weight: 500;
  font-size: 27px;
  color: black;
}

.footer {
  margin: 100px 0px;
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  position: relative;
}

.footer .footer_logo img {
  width: auto;
  height: 40px;
}
.footer .footer_content {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer .footer_content a {
  text-decoration: none;
  box-shadow: none;
  color: gray;
  font-size: 14px;
}
