/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');
/* font-famaly-hear-end */

/* root */
:root{
    --poppins: 'Poppins', sans-serif;

    --white-color: #fff;
    --black-color: #000;

    --primary: #3E97FF;
    --secondary: #000;

    --hover-colo: #000;

    --body-color: #626470;
    --heading-color: #2B3359;
}
/* root */



/* defaults-css-start */
html{
    font-size: 100%;
    box-sizing: border-box;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
}
a,
button{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus{
    outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--poppins);
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.fs-1{
    font-size: 48px !important;
    line-height: 1.41;
}
.fs-2{
    font-size: 36px !important;
    line-height: 1.41;
}
.fs-3{
    font-size: 26px !important;
    line-height: 1.53;
}


ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    list-style: none
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 15px;
}
label {
    color: var(--body-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
*::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
*::-moz-placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
*::placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
/* defaults-css--end */


/* theme-css */

.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}

.bg-primary{
    background-color: var(--primary) !important;
}
.bg-secondary{
    background-color: var(--secondary) !important;
}
.bg-darkBlue{
    background-color: #2B3359;
}
.bg-lighter{
    background-color: #F1F4F9;
}
.bg-emerald{
    background-color: #47BE7D;
}
.bg-red{
    background-color: #D9214E;
}
.bg-blue{
    background-color: #5014D0;
}


.btn{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.62;  
    padding: 12px 22px;
    border-radius: 12px;
    background: #3E97FF; 
    outline: none;
    box-shadow: none;
}
.btn:focus,
.btn:active{
    box-shadow: none;
}
.btn-primary{
    border-color: #3E97FF;
    background: #3E97FF; 
    color: var(--white-color);
}
.btn-primary-light{
    border-color: #EEF6FF;
    background: #EEF6FF;
    color: #3E97FF;
}
.btn-primary-light:hover{
    background-color: #c4dcf8;
    color: #3E97FF;
}
.btn-white{
    border-color: #fff;
    background-color: #fff;
    color: #3E97FF;
}
.btn-white:hover{
    border-color: #3E97FF;
    background-color: #3E97FF;
    color: #fff;
}



/* theme-css-end */





/* ======== header style start ============ */

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 60px;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-menu ul {
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #2B3359;
  line-height: 18px;
  display: block;
}
.header {
  background: #fff;
  padding: 22px 0px;
  border-bottom: 1px solid #EDF0F5;
}
.header-menu ul li a:hover {
  color: #3E97FF;
}
.header-links a.btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
/* ======== header style end ============ */


/* ======== hero style start ============ */



.section.hero {
  padding: 160px 0px 0px;
}
.hero-contnet {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hero-contnet h1 {
  margin-bottom: 24px;
}
.hero-contnet p {
  margin-bottom: 32px;
}
.hero-top {
  padding-bottom: 56px;
}
.hero-bottom {
  background: linear-gradient(0deg, #EEF6FF 0%, rgba(249, 249, 249, 0.00) 100%);
}
.hero-bottom {
  position: relative;
}
a.play-video {
  display: inline-flex;
  border-radius: 68px;
  background: rgba(11, 15, 35, 0.80);
  backdrop-filter: blur(3px);
  padding: 8px 24px 8px 8px;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
a.play-video span {
  height: 44px;
  width: 44px;
  flex: 0 0 auto;
  background: #3E97FF;
  box-shadow: 0px 5px 10px 0px rgba(8, 14, 71, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bottom a.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ======== hero style end ============ */


/* ======== sections-say style start ============ */

.section.say {
  padding: 120px 0px 20px;
}
.blkContent h2 {
  margin-bottom: 16px;
}
.list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  padding: 5px 0px;
  font-weight: 600;
  color: #2B3359;
}
.list li span {
  height: 24px;
  width: 24px;
  background: #EEF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}
.blkContent .list {
  margin-bottom: 15px;
}

/* ======== sections-say style end ============ */


/* ======== nutration style start ============ */

.nutritionItem span {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 24px;
}
.nutritionItem {
  text-align: center;
}
.nutrition-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.nutrition-wrapper {
  text-align: center;
}
.nutrition-wrapper h3 {
  margin-bottom: 24px;
}
.nutritionItem.track span {
  background: rgba(114, 57, 234, 0.10);
}
.nutritionItem.check-in span {
  background: rgba(241, 65, 108, 0.10);
}
.nutritionItem.viewProgress span {
  background: #EEF6FF;
}
.nutritionItem.premium span {
  background: rgba(80, 205, 137, 0.10);
}
.nutritionItem.voiceNote span {
  background: rgba(114, 57, 234, 0.10);
}
.section.nutrition {
  padding-bottom: 180px;
}

/* ======== nutration style end ============ */


/* ======== cta- style start ============ */
.container-custom {
  max-width: 1340px;
  padding: 0px 10px;
  margin: 0 auto;
}
.cta-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  background-color: #2884EF;
  padding: 93px 150px;
  position: relative;
}
.cta-content {
  max-width: 482px;
}
.cta-content.cta-content-lg {
  max-width: 554px;
}
.cta-img {
  max-width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.cta-img.cta-img-2 {
  right: 90px;
}
.cta-content h3 {
  margin-bottom: 24px;
}

/* ======== cta- style end ============ */


/* ======== block-item style start ============ */


.blockItem-contnet h2 {
  margin-bottom: 12px;
}
.blockItem-contnet h6 {
  margin-bottom: 16px;
  line-height: 1.5;
}
.blockItem-contnet p:not(:last-child) {
  margin-bottom: 32px;
}
.section.blocks {
  padding: 60px 0px;
}
.blockItem {
  padding: 60px 0px;
}
.blockItem-img img {
  max-width: 100%;
  border-radius: 16px;
}

/* ======== block-item style end ============ */


/* ======== goodbye style start ============ */


.section.goodbye {
  background: #F1F4F9;
  padding: 70px 0px 40px;
  z-index: 1;
}
.goodbye-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.goodbye-content h2 {
  margin-bottom: 16px;
}
.goodbye-content h3 {
  margin-bottom: 16px;
}
.goodbye-video {
  margin: 45px 0px 55px;
  position: relative;
}
.goodbye-content h4 {
  margin-bottom: 30px;
  color: #fff;
}
.section.goodbye::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  content: "";
  background: #2B3359;
  z-index: -1;
}
.goodbye-video img.video-thumb {
  width: 100%;
  height: 509px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.goodbye-video a.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ======== goodbye style end ============ */

/* ======== habit style start ============ */
.section.habit{
    padding: 40px 0px;
}
.section.habit .blkRow{
    padding-top: 40px;
    padding-bottom: 40px;
}


/* ======== habit style end ============ */

/* ======== features style start ============ */


.section.features {
  padding: 100px 0px 100px;
}
.features-title {
  text-align: center;
  margin-bottom: 60px;
}
.featuresItem {
  border-radius: 16px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.featuresItem-header {
  padding: 32px 32px;
  text-align: center;
}
.featuresItem-header h3 {
  font-size: 22px !important;
  line-height: 32px;
  margin-bottom: 15px;
}
.featuresItem-header p {
  margin-bottom: 0px;
}
.featuresItem-img {
  padding: 0px 32px;
}
.featuresItem-img img {
  max-width: 100%;
}
.featuresRow > div{
    margin-bottom: 20px;
}

/* ======== features style end ============ */

/* ======== testimonial style start ============ */


.section.testimonial {
  padding: 70px 0px 80px;
}
.testimonial-title {
  margin-bottom: 40px;
}
.testimonialItem {
  max-width: 380px;
  padding: 24px 24px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 10px 10px 0px rgba(12, 26, 53, 0.03);
}
.testimonialItem-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEFF9;
}
.testimonialItem-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
}
.testimonial-info h6 {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0px !important;
}
.testimonial-info p {
  font-size: 14px;
  line-height: 24px;
}
.testimonial-meta {
  padding: 11px 0px 12px;
}
.testimonial-vide {
  position: relative;
}
.testimonial-vide img.testimonial-videoImg {
  width: 100%;
  border-radius: 16px;
  height: 186px;
  object-fit: cover;
  object-position: center;
}
.testimonial-vide a.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* ======== testimonial style end ============ */

/* ======== about-me style start ============ */

.aboutMe{
    padding: 100px 0px 100px;
}

/* ======== about-me style end ============ */

/* ======== pricing- style start ============ */

.pricing-header {
  max-width: 920px;
  padding: 0px 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.section.pricing {
  padding: 100px 0px 100px;
}
.pricing-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pricing-switcher input{
  display: none;
}
.pricing-switcher input:checked ~ label span{
  left: auto;
  right: 2px;
}

.stwitchToggle {
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
  background: #04092152;
  border-radius: 20px;
  padding: 2px;
  position: relative;
  cursor: pointer;
}
.stwitchToggle span {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 40px;
}
.priceTable {
  border: 1px solid #E6EAF2;
  padding: 40px 24px;
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px rgba(12, 26, 53, 0.05);
  background: #fff;
  height: 100%;
}
.badge.badge-populer {
  border-radius: 0px 0px 6px 6px;
  background: #F6C000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 1px 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.priceTable-header {
  text-align: center;
  margin-bottom: 16px;
}
.priceTable-header h3 {
  font-weight: 600;
}
.pricing-price p span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  color: #081D47;
  display: inline-block;
}
.pricing-price p {
  align-items: center;
  justify-content: center;
}
.pricing-price p small {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #2B3359;
}
.pricing-price p {
  margin-bottom: 10px !important;
}
.pricing-save {
  padding: 4px 20px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 12px;
}
.priceTable-content ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.priceTable-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.priceTable-content ul li span {
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  background: #EEF6FF;
}
.js-yearlypricing {
  display: none;
}
.switch-text {
	font-weight: 600;
}
.switch-text.active {
	font-weight: 600;
	color: #2B3359;
}

/* ======== pricing style end ============ */

/* ======== faq-area style start ============ */


.section.faqArea {
  padding: 100px 0px 100px;
}
.faq-title {
  margin-bottom: 40px;
}
.faq .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #2B3359 !important;
  line-height: 26px;
  padding: 24px;
  box-shadow: none;
  border: 1px solid #E6EAF2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: transparent !important;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: relative;
  padding-left: 72px;
}
.faq .accordion-item {
  border-radius: 0px !important;
  border: none;
}
.faq .accordion-item .accordion-collapse {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #E6EAF2;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: transparent;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top-color: #E6EAF2;
  border-left-color: #E6EAF2;
  border-right-color: #E6EAF2;
}
.faq .accordion-item .accordion-collapse.show {
  border-top-color: transparent;
}
.faq .accordion-body {
  padding: 0px 24px 24px 24px;
  box-shadow: 0px 10px 20px 0px rgba(12, 26, 53, 0.05);
}
.faq .accordion-body p {
  margin-bottom: 0px;
}
.faq .accordion-item .accordion-button::after {
  margin-left: 0px;
  margin-right: auto;
  position: absolute;
  left: 24px;
  width: 36px;
  height: 36px;
  border: 1px solid #3E97FF;
  background-color: transparent;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../imgs/icons/plus.svg');
}
.faq .accordion-item .accordion-button.accordion-button:not(.collapsed)::after {
  background-image: url('../imgs/icons/minus.svg');
    background-color: #3E97FF;
}
/* ======== faq-area style end ============ */

/* ======== sections style start ============ */
/* ======== sections style end ============ */

/* ======== sections style start ============ */
/* ======== sections style end ============ */


/* ======== footer style start ============ */

.footer-top {
  padding: 60px 0px 70px;
}
.footer-text {
  max-width: 235px;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-link ul li a {
  color: #2B3359;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 70px;
  border: 1px solid #3070E7;
  transition: .3s;
}
.footer-social a:hover {
  background: #3070E7;
}
.footer-bottom {
  padding-bottom: 32px;
}
.scrollUp {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2B3359;
  text-decoration: none;
  font-weight: 600;
}
.scrollUp span.icon {
  background: #3E97FF;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.footer-social a {
	flex: 0 0 auto;
}
/* ======== footer style end ============ */




/* ======== offcanvas style start ============ */



.offcanvas-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: 1111;
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  transform: translateX(-100%);
  transition: .3s;
}
.offcanvas-wrapper.active{
  transform: translateX(0);
}

.offcanvas-header button {
  border: none;
  background: transparent;
  padding: 0px;
}
.offcanvas-header {
  margin-bottom: 0px;
}
.offcanvas-menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 0px;
  text-align: center;
}
.offcanvas-menu ul li a:hover{
  color: #3E97FF;
}

.offcanvas-meta ul {
	justify-content: space-between;
	flex-direction: column;
	gap: 13px;
}
.offcanvas-meta ul li a {
  text-decoration: none;
  color: #000;
}
.offcanvas-meta {
  background: #095796;
  padding: 10px 10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.offcanvas-meta ul li a span img {
  max-width: 18px;
}
.offcanvas-meta ul li a {
  font-size: 12px;
  color: #fff;
}
.offcanvas-meta ul li a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 7px;
}
.bar{
  cursor: pointer;
}
/* ======== offcanvas style end ============ */
