@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Medium.woff');
    font-weight: 500;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Bold.woff');
    font-weight: 700;
}



@font-face {
    font-family: 'Georgia ';
    src: url('../fonts/georgia.woff');
    font-weight: 400;
}


@font-face {
    font-family: 'Georgia ';
    src: url('../fonts/georgiab.woff');
    font-weight: 700;
}




* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0 0;
    margin: 0;
    font-family: "General Sans";
    /* font-family: 'Mulish', sans-serif; */
}

.mobile {
    display: none;
}

.bodyColor {
    background: linear-gradient(180deg, rgba(242, 240, 237, 0) 0%, #F2F0ED 100%);
}

header,
section {
    padding: 0px 20px;
}

nav {
    background: linear-gradient(88deg, white, #fcf3e3);
}

.logo {
    margin-right: 70px;
    width: 100px;

}

.logo img {
    width: 100%;
}

.nav-link {
    color: #162D31;
    font-weight: 500;
    margin-right: 20px;
}

.continueBtn a {
    display: inline-block;
    border-radius: 50px;
    height: 50px;
    background: linear-gradient(180deg, #1A4953 0%, #153C41 100%);
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    padding: 15px 55px;
}

.bannerContainer {
    margin-top: -75px;
    background: url("../images/banner_background.png") no-repeat center center / 100% 100%;
}

.heading {
    padding-right: 90px;
}

.heading h1 {
    color: #162D31;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Georgia ';
    margin-bottom: 20px;

}

.heading h1 a {
    font-style: italic;
    background: linear-gradient(90deg, #FF8A83, #F18C42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.heading p {
    color: #162D31;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.featureSec {
    z-index: 10;
}

.featureimg {
    border-radius: 20px;
    overflow: hidden;
    z-index: 99;
}

.featureInfo {
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 50%;
}

.featureInfo h2 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Georgia ';
    margin-top: 30px;

}

.featureInfo h2 span {
    font-style: italic;
    background: linear-gradient(90deg, #EE5555, #FF92C6, #FFB186);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sechead h2 {
    font-size: 20px;
    font-weight: 400;
    color: #5A221F;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sechead p {
    font-size: 32px;
    font-weight: 400;
    color: #6D4E4C;
    line-height: 40px;
    font-family: 'Georgia ';
}

.sechead h3 {
    color: #163D43;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Georgia ';

}

.weDifferent {
    position: relative;
    z-index: 5;
    padding-bottom: 300px;
}

.weDifferent .sechead {
    padding-right: 10px;
}

.wedifferentPointCard {
    border: 1px solid #E4DFDD;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.cardImg {
    margin-right: 10px;
}

.wedifferentPointCard .cardHeading h3 {
    color: #162D31;
    font-weight: 700;
    font-size: 20px;
}

.wedifferentPointCard .cardHeading p {
    color: #162D31;
    font-weight: 400;
    font-size: 14px;
}


.waveBottom {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 100%;
}

.cardInfo span {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(90, 34, 31, 0.6);
    display: none;
}

.cardInfo p {
    color: #5A221F;
    font-weight: 400;
    font-size: 20px;
    font-family: "General Sans";
}

.greenLeaves {
    position: absolute;
    top: 0;
    right: 0;
}

/* .howItWorks .infoCardHolder .cardInfo {
    padding-right: 10px;
} */
.personalisedReportSec {
    overflow: hidden;
}

.personalisedReport {
    /* background: url("../images/personalised_report.png") no-repeat center center / 100% 100%;
    height: 750px;
    align-items: center; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.headingList li::marker {
    color: #162D31;
}

.headingList li p {
    color: #162D31;
    font-size: 20px;
    font-weight: 400;
    font-family: 'General Sans';
}

.takeChallenge {
    background: url("../images/takeChallengeBG.png") no-repeat center center / 100% 100%;
    border-radius: 35px;
    margin-bottom: 85px;
}

.takeChallengeData {
    padding: 30px 65px;
}

.takeChallengeData .sechead h3 {
    color: #563432;
}

.takeChallengeInfo {
    margin-top: 35px;
}

.takeChallengeInfo p {
    font-size: 20px;
    line-height: 27px;
    color: #5A221F;
}

.storiesSec {
    background: #FEF3ED;
    padding: 100px 0px;
    position: relative;
}

.trayImg {
    position: absolute;
    left: 0;
    top: -165px;
    mix-blend-mode: darken;
}

.storiesSec .sechead h3 {
    color: #6D4E4C;
}


.secretsOfHealth .sechead h3 {
    color: #6D4E4C;
}

.secretsOfHealthInfoPoint {
    margin-bottom: 45px;
}

.secretsOfHealthInfoPoint h4 {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 26px;
    color: #6D4E4C;
}

.secretsOfHealthInfoPoint p {
    font-size: 18px;
    color: #463433;
}

.storiesContainer {
    overflow-x: scroll;
    padding: 50px 0px 10px 0px;
}

.storiesContainer::-webkit-scrollbar {
    height: 5px !important;

}

.storiesContainer::-webkit-scrollbar-thumb {
    background: #1a4853a1 !important;

}

.storiesContainer::-webkit-scrollbar-thumb:hover {
    background: #153C41 !important;
}

.stories {
    display: table;
}

.storyCard {
    list-style: none;
    margin-right: 35px;
    padding: 30px 25px;
    border-radius: 10px;
    width: 360px;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px 10px #3d322529;
}

.modal-dialog {
    max-width: 70% !important;
}

.fullComment {
    border-bottom: 1px solid #E4CFC5;
    padding-bottom: 50px;
}

.fullComment p {
    color: #292323;
}

.commentModal .modal-header h1 {
    color: rgba(109, 78, 76, 0.4);
    font-size: 52px;
    font-family: 'Georgia ';
}

.comments {
    height: 70%;
}

.comments p {
    font-size: 20px;
    line-height: 27px;
    color: #292323;
}


.comments a {
    font-size: 20px;
    text-decoration-line: underline;
    color: #18434B;
}

.profileImg {
    margin-right: 20px;
}

.profileInfo h4 {
    font-weight: 500;
    font-size: 20px;
    color: #163D43;
}

.profileInfo p {
    font-weight: 500;
    font-size: 16px;
    color: #163D43;
}

.factors .sechead h3 {
    inline-size: 555px;
    color: #6D4E4C;
}

.factorsTable {
    margin-top: 60px;
}

.factorsTable ul li {
    list-style: none;
}

.tableList {
    width: 50%;
    border: 1px solid rgba(177, 158, 148, 0.3);
    border-radius: 10px 10px 0px 0px;

}

.tableDataPoint {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

tr {
    border: 1px solid rgba(177, 158, 148, 0.3);

}

thead tr {
    border: 0;
}

thead tr th:nth-child(1) {
    border: none;
}

thead tr th {
    border: 1px solid rgba(177, 158, 148, 0.3);
}

thead tr th:nth-child(3) {
    border-left: none;
    border-bottom: none;
    background: linear-gradient(180deg, #FED598 0%, #FEDDD3 100%);
}

.factorLeaf {
    position: absolute;
    right: 0;
    top: -125px;
    width: 220px;
}

td:nth-child(1) {
    width: 60%;
}

td:nth-child(2) {
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(177, 158, 148, 0.3);
}

td:nth-child(3) {
    width: 20%;
    text-align: center;
    background: linear-gradient(180deg, #FED598 0%, #FEDDD3 100%);
    border-left: 1px solid rgba(177, 158, 148, 0.3);
}

.PointIcon {
    margin-right: 10px;
}

.PointIcon img {
    width: 42px;
}

.Pointdata h4 {
    font-weight: 600;
    font-size: 20px;
    color: #6D4E4C;

}

.Pointdata p {
    font-size: 14px;
    color: #463433;
    margin-bottom: 0;
}

.otherBrads .checkIcon {
    text-align: center;
}

.otherBrads .checkIcon p {
    font-family: 'Georgia';
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    color: #6D4E4C;
    margin-bottom: 0;
}


.takeChallengeImg {
    width: 300px;
    margin: 0px auto;

}

footer {
    background: linear-gradient(212.34deg, #1B2F33 12%, #0E2529 89.96%);
    padding: 60px 40px 45px 40px;
}

.footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.footerLogo {
    width: 25%;
}

.footerMenu {
    width: 70%;
}

.footerContact {
    display: flex;
    align-items: center;
    justify-content: left;
}

.footerContact.socialmedia {

    margin-top: 45px;
}

.footerContact h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 15%;
}

.footerContact .links {
    margin-left: 40px;
}

.footerContact .links ul li {
    list-style: none;
    margin-left: 20px;
}

.footerContact .links ul {
    display: flex;
    align-items: center;
}

.footerContact .links ul li:first-child {
    margin-left: 0;
}

.footerContact a {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footerContact a img {
    margin-right: 15px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.footerBottom p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footerBottom ul {
    display: flex;
    align-items: center;
}

.footerBottom ul li {
    list-style: none;
    margin-left: 40px;
}

.footerBottom ul li:first-child {
    margin-left: 0;
}

.footerBottom ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 1600px) {
    .personalisedReportSec {
        height: 500px;
    }
}

@media only screen and (min-width: 1420px) {
    .personalisedReportSec img.desktop {
        width: 100%;
    }
}

@media only screen and (max-width: 1204px) {
    .banner {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding: 0;
    }

    .heading {
        padding-right: 0;
        text-align: center;
    }

    .heading.desktop p {
        display: none;
    }

    .banner .continueBtn.desktop {
        display: none;
    }

    .heading.mobile {
        display: block;
    }

    .banner .continueBtn.mobile {
        display: block;
        text-align: center;
    }

    .header {
        justify-content: center !important;
    }

    .navbar-toggler {
        position: absolute;
        left: 0;
        top: 5px;

    }

    header .continueBtn {
        position: absolute;
        right: 10px;
        top: 5px;

    }

    .featureSec {
        padding: 0;
    }

    .featureSec .container-fluid {
        padding: 0;
    }

    .featureInfo {
        width: 60%;
    }

    .featureimg {
        border-radius: 0px;
        overflow: hidden;
    }

    .cardImg {
        text-align: center;
        margin-bottom: 10px;
    }

    .weDifferent {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 860px) {
    .takeChallengeData .sechead h3 {
        font-size: 32px;
    }

    .takeChallengeInfo p {
        font-size: 14px;
    }

    .takeChallengeImg {
        width: 250px;
    }
}

@media only screen and (max-width: 795px) {
    .featureInfo {
        width: 100%;
        left: 0;
        padding: 0px 20px;
        bottom: 10%;
    }

}

@media only screen and (max-width: 767px) {
    .sechead h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .sechead h2 {
        font-size: 16px;

    }

    .weDifferent .sechead {
        text-align: center;
    }

    .weDifferent .continueBtn.desktop {
        display: none;
    }

    .weDifferent .continueBtn.mobile {
        display: block;
        text-align: center;
    }

    .takeChallengeData {
        text-align: center;
    }

    .takeChallengeImg {
        width: 300px;
    }

    .takeChallengeSection {
        padding: 0 !important;
        background: #dacfc8;
    }

    .takeChallengeSection .container-fluid {
        padding: 0;
    }

    .takeChallengeData {
        padding: 30px 20px;
    }

    .takeChallengeData .sechead h3 {
        line-height: 40px;
    }

    .takeChallengeInfo p {
        line-height: 24px;
    }

    .secretsOfHealthImg {
        width: 370px;
        margin: 0px auto;
    }

    .secretsOfHealth .sechead {
        padding-bottom: 0 !important;
    }

    .personalisedReport {
        top: 10px;
        transform: none;
    }

    .personalisedReportSec .desktop {
        display: none;
    }

    .personalisedReportSec .mobile {
        display: block;
    }

    .personalisedReport .sechead {
        margin-top: 30px;
    }

    .personalisedReport .sechead h3 {
        font-size: 32px;
    }

    .personalisedReport .sechead p {
        font-size: 14px;
    }

    header,
    section {
        padding: 0;
    }

    .takeChallenge {
        margin-bottom: 0;
    }

    .trayImg {
        display: none;
    }

    .Pointdata p {
        display: none;
    }

    .otherBrads .checkIconlogo .desktop {
        display: none;
    }

    .otherBrads .checkIconlogo .mobile {
        display: block;
        margin: 0px auto;
    }

    .factors .sechead h3 {
        font-size: 32px;
        inline-size: auto;
    }

    .checkIcon img {
        width: 25px;
    }

    .otherBrads .checkIcon p {
        font-size: 16px;
    }

    .Pointdata h4 {
        font-size: 14px;
    }

    .PointIcon img {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .featureInfo h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .infocardContainer {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .infocardContainer .col-6 {
        width: 190px;
        margin-top: 0 !important;
    }

    .weDifferent {
        padding-bottom: 150px;
    }

    .howItWorks .sechead h2 {
        font-size: 16px;
    }

    .howItWorks .sechead h3 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 575px) {
    .howItWorkInfo {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .howItWorkInfo .cardInfo span {
        display: block;
    }

    .howItWorkInfo .cardImg {
        width: 48%;
    }

    .howItWorkInfo .cardInfo {
        width: 48%;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 560px) {
    .heading h1 {
        font-size: 42px;
        line-height: normal;
    }

    header .continueBtn a {
        padding: 15px 35px;
    }

    .featureimg .desktop {
        display: none;
    }

    .featureimg .mobile {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .heading h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 420px) {
    header .continueBtn a {
        padding: 15px 35px;
        padding: 10px 25px;
        display: inline;
    }

    header .continueBtn {
        top: 10px;

    }


}


@media only screen and (max-width: 1080px) {
    .footerMenu {
        width: 60%;
    }

    .footerContact h2 {
        width: 25%;
    }

    .footerContact.contactUs {
        align-items: normal;
    }

    .footerContact.contactUs .links ul {
        display: block;
    }

    .footerContact.contactUs .links ul li {
        margin-left: 0;
        margin-bottom: 20px;
    }


}


@media only screen and (max-width: 820px) {
    .footerBottom {
        display: block;
    }

}

@media only screen and (max-width: 690px) {
    .aboutUsContent {
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 650px) {

    .footerInfo {
        display: block;
    }

    .footerMenu {
        width: 100%;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 480px) {

    .footerBottom ul {
        display: block;
    }

    .footerBottom ul li {
        margin-left: 0;
        margin-top: 15px;
    }

    .footerContact {
        display: block;
    }

    .footerContact h2 {
        width: auto;
    }

    .footerContact .links {
        margin-left: 0;
        margin-top: 25px;
    }

}