@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient/Sentient-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient/Sentient-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient/Sentient-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient/Sentient-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient/Sentient-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
body {
  overflow-x: hidden;
}
:root {
  --primary-color: #1cd5aa;
}
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sentient", Sans-serif;
  color: #133b49;
}
h1,
h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.dm-sans {
  font-family: "DM Sans", Sans-serif;
}
p,
a,
li {
  font-family: "DM Sans", Sans-serif;
}
p {
  margin: 0;
  padding: 0;
}

header nav.navbar {
  background: #fff;
  box-shadow: 0px 1045px 250px 0px rgba(0, 0, 0, 0),
    0px 669px 250px 0px rgba(0, 0, 0, 0.01),
    0px 376px 226px 0px rgba(0, 0, 0, 0.05), 0px 2px 52px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 16px;
}

header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 10;
}
header a.navbar-brand img{
  width: 200px;
}

.btn_dflt {
  border-radius: 8px;
  padding: 9px 24px 9px 24px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
  border: 1px solid var(--primary-color);
  font-family: "DM Sans", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #312e81;
}

.btn_green {
  background: var(--primary-color);
}

.btn_light {
  background: #fff;
  &:hover {
    /* color: #fff; */
    background: var(--primary-color);
  }
}

/* hero secttion css */
.hero {
  padding: 170px 0 50px;
  position: relative;
}
.hero::after,
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  height: 360px;
  width: 360px;
  aspect-ratio: 1 / 1;
  filter: blur(190px);
}
.hero::after {
  background: #1cd9ad8f;
  top: 0;
  left: 0;
  /* transform: translateX(70%) translateY(-50%); */
}
.hero::before {
  background: #44a9cf;
  top: 0;
  right: 0;
  /* transform: translateX(40%) translateY(-67%); */
}
.hero p {
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #4c617b;
  padding: 0 30px;
}

.images_expand {
  width: 85%;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: auto;
  position: relative;
}

.images_expand .img_bx {
  display: flex;
  align-items: center;
}

.images_expand img.laptop_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.images_expand .bx1 img {
  margin-left: -2%;
  aspect-ratio: 4 / 6;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  border-radius: 2% 1% 1% 2%;
}
.images_expand .bx2 img {
  margin-right: -2%;
  aspect-ratio: 4 / 6;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  border-radius: 2% 1% 1% 2%;
}
.images_expand .bx2 {
  justify-content: flex-end;
}

.images_expand .bx1 img:nth-child(4),
.images_expand .bx2 img:nth-child(1) {
  width: 180px;
  z-index: 3;
}
.images_expand .bx1 img:nth-child(3),
.images_expand .bx2 img:nth-child(2) {
  width: 160px;
  z-index: 2;
}
.images_expand .bx1 img:nth-child(2),
.images_expand .bx2 img:nth-child(3) {
  width: 148px;
  z-index: 1;
}
.images_expand .bx1 img:nth-child(1),
.images_expand .bx2 img:nth-child(4) {
  width: 130px;
  z-index: 0;
}
.rev_bx img {
  width: 180px;
}

.rev_bx .revs p span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  color: #151b23;
}

.rev_bx .revs p img {
  width: 130px;
}

.rev_bx .revs p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

/* hero secttion css */

/* counter sect css */
.counter_bx {
  display: inline-flex;
  align-items: start;
  gap: 12px;
  height: 100%;
}
.count_bx {
  display: flex;
  justify-content: center;
  padding: 0 90px;
}

section.counter {
  padding: 40px 0;
  background: #f8f5f1;
}

.counter_bx h2 {
  font-family: "DM Sans";
  letter-spacing: 1px;
  font-size: 55px;
}

.counter_bx p {
  font-size: 18px;
  line-height: 1.35em;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #4c617b;
}
.count_bx.border_bx {
  position: relative;
}
.count_bx.border_bx:after,
.count_bx.border_bx:before {
  content: "";
  position: absolute;
  top: 50%;
  background: linear-gradient(
    180deg,
    rgba(22, 206, 163, 0) 0%,
    rgba(22, 206, 163, 0.6) 50%,
    rgba(22, 206, 163, 0) 100%
  );
  height: 100%;
  transform: translateY(-50%);
  width: 1px;
}
.count_bx.border_bx:after {
  left: 0;
}
.count_bx.border_bx:before {
  right: 0;
}
/* counter sect css */

/* why us section css */

.why_us {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

span.t_txt {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-family: "DM Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.why_us h3 {
  font-family: "DM Sans", Sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16em;
  letter-spacing: -0.02em;
  color: #133b49;
}

.why_bx {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
.why_us .inner_bx {
  background: linear-gradient(to right, #dce2ea, #16cea330);
  padding: 1px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.why_us:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #44aacf7d;
  z-index: -1;
  aspect-ratio: 1 / 1;
  filter: blur(400px);
  width: 540px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.why_us img.why_img {
  width: 80%;
}
.why_bx .txt h5 {
  font-family: "DM Sans", Sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.why_bx .txt p {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #4c617b;
}
/* why us section css */

/* testimonials css */
.review_bx {
  background: #fff;
  box-shadow: 0px 355px 99px 0px rgba(164, 149, 193, 0),
    0px 227px 91px 0px rgba(164, 149, 193, 0.01),
    0px 128px 77px 0px rgba(164, 149, 193, 0.05),
    0px 57px 57px 0px rgba(164, 149, 193, 0.09),
    0px 14px 31px 0px rgba(164, 149, 193, 0.1);
  border: 1px solid #dce2ea;
  padding: 60px 60px 20px;
  border-radius: 24px;
  margin: 0 40px;
}

.testimonials {
  padding: 50px 0;
}
.review_bx h2 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -0.03em;
  color: #133b49;
  padding: 0 30px;
}
.review_bx p {
  font-size: 20px;
  line-height: 1.5em;
  color: #4c617b;
  margin-bottom: 20px;
}
.rev_slider p {
  text-align: center;
  background: linear-gradient(90deg, #3841bc 0%, #1690bc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sentient", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3em;
  letter-spacing: -0.06em;
}
.rev_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rev_title img {
  border-radius: 50%;
  filter: grayscale(1);
  width: 50px;
}

.rev_title h5 {
  font-size: 18px;
  font-family: "DM Sans";
  color: #1f2833;
  margin: 0;
}
.rev_slider button.slick-arrow {
  background: #e4ebf5;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.rev_slider button.slick-arrow.slick-next::before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #000;
}
.rev_slider button.slick-arrow.slick-prev::before {
  content: "\f053";
  font-family: "FontAwesome";
  color: #000;
}
/* testimonials css */

/* logo_slider css */
.logo_slider {
  padding: 50px 0;
  background: #fff;
  box-shadow: 1px 2px 12px -6px;
  margin-top: 50px;
}

.logo_slider img {
  height: 30px;
  object-fit: contain;
  filter: grayscale(1) sepia(40%) hue-rotate(140deg) contrast(200%)
    brightness(60%);
  opacity: 0.4;
}
/* logo_slider css */

/* how_works sect css */
.how_works {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.how_works::after {
  content: "";
  position: absolute;
  top: 0;
  right: -256px;
  height: 100%;
  background: #1cd9ad66;
  z-index: -1;
  aspect-ratio: 1 / 1;
  filter: blur(350px);
  width: 430px;
  border-radius: 50%;
  transform: translate(30%, 20%);
}
.how_works::before {
  content: "";
  position: absolute;
  top: 0;
  left: -514px;
  height: 100%;
  background: #44aacfcc;
  z-index: -1;
  aspect-ratio: 1 / 1;
  filter: blur(350px);
  width: 430px;
  border-radius: 50%;
  transform: translate(30%, 20%);
}
.how_works .title_txt {
  margin-bottom: 40px;
}

.how_works .title_txt h3 {
  font-family: "DM Sans";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16em;
  letter-spacing: 0;
  color: #133b49;
}

.how_works .title_txt h2 {
  margin: -5px;
}

.how_works .title_txt p {
  font-size: 18px;
  line-height: 1.5em;
  color: #4c617b;
}

.process_bx button.nav-link.active {
  background: none;
  color: #133b49;
  border-bottom: 3px solid #16cea3;
}

.process_bx button.nav-link {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #133b4999;
  font-family: "DM Sans", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 0 10px 10px;
  border-radius: 0;
}

.process_bx button.nav-link span {
  color: #bdc8d6;
}

.process_bx button.nav-link.active span {
  color: #16cea3;
}

.process_bx button.nav-link:hover {
  color: #133b49;
  border-bottom: 3px solid #133b4961;
}
.process_bx .nav {
  justify-content: space-between;
  gap: 20px;
}

.process_bx .steps {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.process_bx .steps h4 {
  font-family: "DM Sans", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.16em;
  letter-spacing: -0.04em;
  color: #133b49;
  padding-right: 35px;
  margin-bottom: 40px;
}

.process_bx .steps p {
  font-size: 16px;
  color: #4c617b;
  transition: color 0.3s;
}

.process_bx .step_txt_bx {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0 0 20px;
}
img.steps_img {
  padding-left: 50px;
}
.process_bx {
  background-color: #ffffff;
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dce2ea;
  border-radius: 30px;
}
/* how_works sect css */

/* book slider css */
.book_slider {
    padding: 50px 0 20px;
}
.book_img_bx {
    margin: 0 10px;
    position: relative;
    overflow-y: auto;
}

.book_slider_bx {
    padding: 50px 0;
    position: relative;
}
.book_slider_bx::before{
    content: '';
    top: 0;
    left: 0;
    width: 30%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.book_slider_bx::after{
    content: '';
    top: 0;
    left: 0;
    width: 30%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    transform: scale(-1);
    left: auto;
    right: 0;
}

.book_slider_bx .item{
  padding: 50px 0;
}

.book_slider_bx .slick-track,
.book_slider_bx .slick-list,
.book_slider_bx .slick-slide {
    overflow: visible !important;
    overflow-x: hidden !important;
}

.book_slider_bx h6{
    margin:10px 0;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    font-family: 'DM Sans', sans-serif;
    color: #000000'
}
.book_img_bx {
    filter: blur(4px);
    transition: filter, transform 1000ms ;
    border-radius: 2% 1% 1% 2%;
}
.book_bx{
  transition: transform 1000ms ;
}
.book_bx {
    padding: 0 10px;
}
.book_img_bx img{
  aspect-ratio: 24 / 39;
}

/* .book_slider_bx .slick-active.slick-center .book_img_bx {
    filter: blur(0);
    transform:scale(1.1)
} */


.scale-12 .book_bx .book_img_bx {
    filter: blur(0);
}
.scale-12 .book_bx {
    transform: scale(1.2);
}

.scale-11 .book_bx  {
    transform: scale(1.1);
}

.scale-10 .book_bx  {
    transform: scale(1.0);
}

.scale-09 .book_bx  {
    transform: scale(0.9);
}



.book_img_bx:after {
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(94, 94, 94, 0.80) 0%, rgba(94, 94, 94, 0.61) 2%, rgba(94, 94, 94, 0.07) 3%, rgba(94, 94, 94, 0.07) 5%, rgba(94, 94, 94, 0.35) 6%, rgba(94, 94, 94, 0.35) 7%, rgba(94, 94, 94, 0.13) 8%, rgba(94, 94, 94, 0.06) 53.75%, rgba(150, 150, 150, 0.06) 97%, rgba(255, 255, 255, 0.60) 100%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: .9;
}
/* book slider css */

/* author review section css */
.author_review {
    background: #F8F5F1;
    padding: 80px 0;
}
.author_review h2 span {
    color: #16CEA3;
}

.author_review h2 {
    padding: 0 20px;
}

.author_review h2 + p {
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #4C617B;
}

/* Flip the entire slider container */
.author_rev_glider2 {
    direction: rtl; /* Slick ke liye */
}

/* Flip back the slide content so text/images are normal */
.author_rev_glider2 .slick-slide {
    direction: ltr;
}




.author_review .slick-slide {
    flex: 0 0 auto;
    margin: 0 10px; /* adjust spacing */
}

.author_review .slick-track {
    display: flex !important;
    transition: none !important;
    will-change: transform;
}

.author_review .slick-slide > div {
    height: 100%;
}

.author_review .author_rev{
background-color: #FFFFFF;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #E5F4F2;
    border-radius: 10px;
    height: 100%;
}
.author_review .item{
  height: 100%;
}
.glider-contain{
  margin: 20px 0;
}

.author_rev p {
    color: #133B49;
    font-family: "Sentient", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35em;
    margin: 0px 0px 0px 0px;
}


.author_rev_img {
    display: flex;
    align-items: center;
    gap: 20px;
}
.author_rev_img .t_bx img{
  height: 20px;
}
.author_rev_img .t_bx h6 {
  color: #232323;
    font-family: "DM Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    margin: 0px 0px 0px 0px;
}
.author_rev_img .author_name_initial {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #1ccca4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Sentient';
    font-size: 24px;
}

.author_rev_bx {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap:20px;
    height: 100%;
}

/* author review section css */

/* blog section css */
.blogs {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.blogs::after {
  content: "";
  position: absolute;
  top: 0;
  right: -256px;
  height: 100%;
  background: #44AACFD9;
  z-index: -1;
  aspect-ratio: 1 / 1;
  filter: blur(350px);
  width: 430px;
  border-radius: 50%;
  transform: translate(30%, 20%);
}
.blogs h2 {
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.16em;
    letter-spacing: -0.02em;
    color: #133B49;
}

.blog_bx {
    border-radius: 10px;
    border: 1px solid #DCE2EA;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: "DM Sans", Sans-serif;
    height: 100%;
}

.blog_bx .blog_txt {
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    justify-content: space-between;
}

.blog_bx h4 {
    color: #133B49;
    font-size: 24px;
    font-weight: 500;
    font-family: 'DM Sans';
}

.blog_bx p {
    font-size: 16px;
    color: #4C617B;
}

.blog_bx a {
    color: #16CEA3;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .07em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq_sect {
    padding: 80px 0;
}

.faq_sect .faq_title h2 {
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.16em;
    letter-spacing: -0.01em;
    color: #133B49;
    text-align: center;
}

.faq_sect .faq_title h2 + p {
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #4C617B;
    text-align:center;
    width:50%;
    margin: 0 auto;
}


.faq_sect .accordion-button {background: none;border: none;padding: 20px 0;font-size: 24px;}

.faq_sect .accordion-button:focus{
  box-shadow: none;
}

.faq_sect .accordion-body {
    padding-right: 150px;
    padding-left: 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #667085;
}
.faq_sect h2.accordion-header {
    line-height: 24px;
    border: none;
    font-family: "DM Sans", sans-serif;
    border: none;
    border-top: 1px solid #EAECF0;
    border-radius: 0 !important;
}

.faq_sect .accordion-item {
    border: none;
    border-radius: 0 !important;
}

.faq_sect .accordion-item {
    border: none !important;
}
/* blog section css */

/* footer css */

footer {
    padding: 0 0 70px;
}
.footer_bx ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.footer_top {
padding: 45px;
position: relative;
overflow: hidden;
border-radius: 25px 0 0 0;
}
.footer_top:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1CD9AD30;
    z-index: -1;
    aspect-ratio: 1 / 1;
    filter: blur(220px);
    width: 970px;
    border-radius: 50%;
    transform: translate(-36%, -53%);
}
.footer_top img{
  width: 200px;
}
.footer_top h5 {
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    color: #133B49;
}
.footer_bx {
    
    border: 1px solid #DCE2EA;
    border-radius: 25px;
}

.footer_bx ul a, .footer_bx p {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    color: #4C617B;
}

.footer_btm {
    padding: 45px;
    border-top: 1px solid #DCE2EA;
    overflow: hidden;
    position: relative;
    border-radius:0 0 25px 25px;
}
.footer_btm::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #44A9CF;
    z-index: -1;
    aspect-ratio: 1 / 1;
    filter: blur(224px);
    width: 344px;
    border-radius: 50%;
    transform: translate(27%, -30%);
}

.footer_btm .ssl_bx {
    display: flex;
    gap: 10px;
    align-items: start;
}

.footer_btm .ssl_bx h5 {
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.copy_right_bx {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.copy_right_bx ul {
    justify-content: end;
}
/* footer css */