.homeContainer {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    /*background-color: white;*/
    font-weight: 400;
    --home-bg: white;
    --home-primary-text: 18px;
    --home-secondary-text: 12px;
    --margin-vertical: 0;
    --margin-horizontal: 5px;
    --home-semi-bold: 600;
    --home-medium: 500;
    --home-regular: 400;
    --home-small: 12px;
    --home-text: 20px;
    --home-text-22: 22px;
    --home-text-15: 15px;
    --home-large: 34px;
    --home-large-1: 40px;
    --home-xlarge: 48px;
    --border-color: #00000012;
    --home-blue: #0013f4;
    --home-blue-300: #3e72ff;
    --text-primary: #000000;
    --text-grey: #ffffff60;
    --text-grey-dark: rgb(0 0 0 / 50%);
    --text-grey-1: #9da0ad;
    --home-voilet: #3e24e8;
    --home-red: #eb1d54;
    --home-green: #3cbb00;
    --home-inputBorder: #BFCAD9;
    --home-tabsBg: #F6F8FB;
    --home-anim-ease: cubic-bezier(0, 0.62, 0.24, 1.04);
}

    .homeContainer p {
        line-height: 1.6;
        font-size: var(--home-text);
    }

    .homeContainer h1 {
        line-height: 1.8;
        font-size: var(--home-large);
        font-weight: var(--home-semi-bold);
    }

    .homeContainer h5 {
        line-height: 1.6;
        color: var(--text-grey-dark);
        font-weight: var(--home-regular);
        font-size: var(--home-text-15);
    }

.homeWrapper {
    margin: var(--margin-horizontal) 0;
}

/* .homeContainer  .homeWrapper {
  max-width: 1800px;
  margin: auto;
} */

/**** screenheader styles *****/

#mainHeader {
    transition: all 450ms ease-out;
}

[data-theme="dark"] {
    background-color: #000;
    box-shadow: none;
}

    [data-theme="dark"] * {
        color: #3e72ff !important;
        border-color: #3e72ff !important;
    }

    [data-theme="dark"] button:hover {
        background-color: #23233c;
    }

    [data-theme="dark"] #logoLink {
        background-image: url(../../../assets/png/streak-logo/logo-tm-dark.png) !important;
    }

    [data-theme="dark"] #sideMenuBtn > svg {
        fill: #3e72ff;
    }

@media only screen and (min-width: 2048px) {
    .homeContainer {
        --home-small: 18px;
        --home-text: 22px;
        --home-text-15: 22px;
        --home-text-22: 30px;
        --home-large: 42px;
        --home-large-1: 50px;
        --home-xlarge: 60px;
        --margin-horizontal: 100px;
    }
}

@media only screen and (max-width: 786px) {
    .homeContainer {
        text-align: center;
        --home-small: 14px;
        --home-text: 16px;
        --home-text-15: 20px;
        --home-text-22: 20px;
        --home-large: 36px;
        --home-large-1: 44px;
        --home-xlarge: 50px;
        --margin-horizontal: 20px;
        --home-primary-text: 18px;
        --home-secondary-text: 16px;
    }

        .homeContainer h1 {
            line-height: 1.4;
        }

    .homeWrapper > div {
        width: 80%;
        margin-left: 30px;
        min-width: 280px;
        max-width: 400px;
    }
}

/***** screenheader styles end *******/

/* banner styles */
.bannerContainer {
    margin: 80px 0 var(--margin-horizontal);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannerLeftContent {
    flex: 0.4;
}

.bannerTitle {
    max-width: 410px;
    line-height: 70px !important;
    font-size: 48px !important;
}

.bannerSubTitle {
    margin: 16px 0 30px;
    width: 100%;
    max-width: 400px;
    line-height: 1.8;
}

.getStartedBt {
    height: 50px;
    width: 200px;
}

.bannerRightContent {
    flex: 0.6;
    text-align: right;
}

.bannerImg {
    max-width: 100%;
    position: relative;
    right: -54px;
}

.demoSuccessText {
    margin-top: 12px;
}

@media only screen and (min-width: 2048px) {
    .bannerSubTitle {
        max-width: unset;
    }

    .bannerTitle {
        max-width: unset;
    }

    .bannerLeftContent {
        flex: 0.3;
    }

    .bannerRightContent {
        flex: 0.7;
    }
}

@media only screen and (max-width: 786px) {
    .bannerContainer {
        flex-direction: column-reverse;
    }

    .bannerSubTitle {
        margin: 16px auto 38px;
    }

    .bannerImg {
        width: 100%;
        margin-bottom: 40px;
        position: unset;
    }

    .bannerTitle {
        line-height: 60px !important;
        font-size: 46px !important;
    }
}

/* info styles */
.infoWrapper {
    overflow: hidden;
}

.infoContainer {
    /* margin: var(--margin-horizontal) 0; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.infoTitle {
    margin-bottom: 24px;
    color: var(--text-grey-1);
    font-weight: var(--home-medium);
}

.infoLeft {
    flex: 0.5;
}

.infoLeftContent {
    /* background: transparent linear-gradient(135deg, #001FD4 0%, #812AFF 100%) 0% 0% no-repeat padding-box; */
}

    .infoLeftContent button {
        display: block;
    }

.infoLeftText {
}

.infoLeftText {
    font-size: var(--home-large-1) !important;
}

.infoLeftTextActive {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(135deg, #001fd4 0%, #812aff 100%);
    font-size: var(--home-xlarge) !important;
    /* linear-gradient(96.57deg, var(--home-blue) 10%, var(--home-voilet) 90%); */
}

.infoRight {
    flex: 0.5;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    min-height: 300px;
}

.infoRightContent {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 0.45s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 100%;
    margin: 10px 0;
}

.infoRightText {
    text-align: center;
    margin-top: 30px;
    font-size: var(--home-text-22) !important;
    color: var(--text-grey-1);
    font-weight: var(--home-medium);
    white-space: pre-line;
}

.infoRightImg {
    width: 110px;
}

@media only screen and (min-width: 2048px) {
    .infoRightText {
        font-size: 26px !important;
    }

    .infoRight {
        min-height: 500px;
    }

    .infoRightImg {
        width: 200px !important;
    }

    .infoTitle {
        margin-bottom: 50px;
    }
}

@keyframes scrollUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0px, 0px);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -220px, 0px);
    }
}

@keyframes scrollDown {
    from {
        opacity: 1;
        transform: translate3d(0, 0px, 0px);
        /* transform: translateY(0) scale3d(1.4, 1.4, 1); */
    }

    to {
        opacity: 0;
        transform: translate3d(0px, 220px, 0px);
        /* transform: translateY(80px) scale3d(0.4, 0.4, 0); */
    }
}

.scrollFromUp {
    animation-name: scrollUp;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
}

.scrollFromDown {
    animation-name: scrollDown;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
}

.scrollToUp {
    animation-name: scrollUp;
    animation-timing-function: ease-out;
}

.scrollToDown {
    animation-name: scrollDown;
    animation-timing-function: ease-out;
}

@media only screen and (max-width: 786px) {
    .infoWrapper {
        margin-bottom: 0;
    }

    .infoContainer {
        flex-direction: column;
    }

    .infoRight {
        min-height: 380px;
    }

    .infoLeftContent {
        display: none;
    }

    .infoRightContent {
    }
}

/* core styles */

.coreContainer {
    /* margin: var(--margin-horizontal) 0; */
}

.coreHeader {
    text-align: center;
}

.coreTitle {
}

.coreSubTitle {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
}

.coreContent {
    margin: var(--margin-horizontal) auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}

.coreContent_tutorial {
    margin: var(--margin-horizontal) auto;
    display: flex;
    justify-content: center;
    width: 100%;
    /*max-width: 1113px;*/
}

@media only screen and (min-width: 2048px) {
    .coreContent {
        max-width: 1200px;
    }

    @media only screen and (min-width: 2048px) {
        .coreContent_tutorial {
            max-width: 1200px;
        }

        .coreSubTitle {
            max-width: 1100px;
        }
    }

    @media only screen and (max-width: 786px) {
        .coreContainer {
            margin: var(--margin-horizontal) 0 0 24px !important;
            width: calc(100% - 24px) !important;
        }

        .coreContent {
            display: inline-block;
            width: 100%;
            overflow: auto;
            white-space: nowrap;
            margin: 0 auto;
        }

        .coreHeader {
            text-align: left;
            width: 90%;
            max-width: 500px;
        }

        .coreSubTitle {
            margin: 16px 0 38px 0;
        }
    }

    /* benefits styles */

    .benefitsContainer {
        /* margin: var(--margin-horizontal) 0; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .benefitsLeft {
        flex: 0.5;
    }

    .benefitsTitle {
    }

    .benefitsSubTitle {
        width: 100%;
        max-width: 380px;
    }

    .benefitsRight {
        flex: 0.5;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .benefitsRightContent {
        position: relative;
        margin-right: 30px;
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .benefitsRightContent * {
            transition: all 0.45s var(--home-anim-ease) 600ms;
        }

    .benefitsRightBg {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
        z-index: 9;
        background: transparent linear-gradient(145deg, #d1eaff 0%, #1ef4ba 100%) 0% 0% no-repeat padding-box;
    }

    .benefitsRightText,
    .benefitsRightTextOverlay {
        color: white;
        font-weight: var(--home-semi-bold);
        white-space: pre-line;
        text-align: center;
    }

    .benefitsRightContenthover .benefitsRightTextOverlay,
    .benefitsRightContenthover .benefitsRightOverlay {
        opacity: 1;
        transform: scale(1.1);
    }

    .benefitsRightContenthover .benefitsRightBg {
        width: 155px;
        height: 155px;
    }

    .benefitsRightContenthover .benefitsRightText {
        opacity: 0;
    }

    .benefitsRightContenthover .benefitsRightImg {
        transform: scale(1.1);
    }

    .benefitsRightImg {
        width: 100%;
        height: 100%;
    }

    .benefitsRightTextOverlay {
        position: absolute;
        opacity: 0;
        font-size: 18px !important;
        margin-bottom: 6px;
    }

    .benefitsRightOverlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2;
    }

    @media only screen and (min-width: 2048px) {
        .benefitsSubTitle {
            max-width: unset;
        }

        .benefitsRightContenthover .benefitsRightBg {
            width: 200px;
            height: 200px;
        }

        .benefitsRightContenthover .benefitsRightTextOverlay,
        .benefitsRightContenthover .benefitsRightOverlay {
            transform: scale(1.6);
        }
    }

    @media only screen and (max-width: 786px) {
        .benefitsContainer {
            flex-direction: column;
        }

        .benefitsLeft {
        }

        .benefitsSubTitle {
            margin: auto;
            margin: 16px auto 38px;
        }

        .benefitsRightContent {
            margin: auto;
        }

        .benefitsRightBg {
            width: 100%;
            height: 100%;
            max-width: 180px;
            max-height: 180px;
        }
    }

    /*** resources styles */

    .resContainer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0 60px;
    }

    .resLeftContent {
        flex: 0.6;
        display: flex;
        align-items: center;
        position: relative;
    }

    .resContainerhoverd .resLeftImg:nth-child(2) {
        transform: translateX(140%);
    }

    .resContainerhoverd .resLeftImg:nth-child(3) {
        transform: translateX(280%);
    }

    .resLeftImg {
        text-align: center;
        position: absolute;
        transition: all 0.45s var(--home-anim-ease) 400ms;
    }

        .resLeftImg:nth-child(2) {
            left: 50px;
        }

        .resLeftImg:nth-child(3) {
            left: 100px;
        }

        .resLeftImg > img {
            width: 112px;
        }

        .resLeftImg > p {
            font-weight: var(--home-semi-bold);
            font-size: var(--home-small);
            color: #000;
        }

    .resRightContent {
        flex: 0.4;
    }

    .resTag {
        color: #000;
        display: inline-flex;
        background-color: #34f3c3;
        border-radius: 5px;
        padding: 2px 20px;
        margin-bottom: 10px;
    }

        .resTag p {
            color: black !important;
            font-weight: bold;
            font-size: var(--home-small);
        }

    @media only screen and (min-width: 2048px) {
        .resLeftImg > img {
            width: 150px;
        }
    }

    @media only screen and (max-width: 786px) {
        .resContainer {
            flex-direction: column-reverse;
            text-align: left;
            padding: 0;
            align-items: flex-start;
            margin: var(--margin-horizontal) 20px 0 24px !important;
            width: calc(100% - 44px) !important;
        }

        .resLeftContent {
            width: 100%;
            flex-wrap: wrap;
        }

        .resRightContent {
            width: 90%;
            max-width: 500px;
        }

        .resLeftImg {
            position: unset;
            margin-right: 30px;
            margin-bottom: 10px;
        }

            .resLeftImg:last-child {
                margin-right: 0;
            }

            .resLeftImg > img {
                width: 100px;
            }

        .resSubtitle {
            margin: 16px 0 38px;
            max-width: 500px;
        }

        .resContainerhoverd * {
            transform: unset !important;
        }

        .resTag p {
            font-size: var(--home-text-15);
        }

        .resContainerhoverd .resLeftImg div {
            transform: unset;
        }
    }
    /*** resources styles ends ------------xxxxxxxxxxxxxx--- */

    /* trialoffer styles */
    .trialOfferWrapper {
        background-color: black;
        padding: 80px 0;
        height: calc(100vh - 10px);
        max-height: 1080px;
        min-height: 600px;
        display: flex;
    }

    .trialOfferContainer {
        /* margin: var(--margin-horizontal) 0; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }

        .trialOfferContainer p {
            color: white;
        }

    .trialOfferLeft {
        flex: 0.5;
    }

    .limitedTag {
        color: black;
        display: inline-flex;
        background-color: #ffb35c;
        border-radius: 5px;
        padding: 2px 20px;
        margin-bottom: 10px;
    }

        .limitedTag p {
            color: black !important;
            font-weight: bold;
        }

    .trialOfferRight {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0.5;
    }

    .trialOfferImg {
        max-width: 240px;
    }

    .trialOfferFeat {
    }

    .claimTrialBtn {
        height: 40px;
        width: 240px;
        margin-top: 20px;
    }

    .trailOfferSubtitle {
        margin: 10px 0 32px;
        width: 100%;
        color: var(--text-grey) !important;
        max-width: 400px;
    }

    .trialOfferFeatRow {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .trialOfferFeaTick {
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: blue;
        color: var(--home-blue);
        color: var(--home-blue);
        border-radius: 50%;
        margin-right: 18px;
    }

    .trialOfferFeaTickIcon {
        fill: var(--home-blue);
        height: 14px;
        width: 14px;
        margin-right: 10px;
    }

    .trialOfferFeaTickImg {
        margin-right: 10px;
        width: 16px;
    }

    .trialOfferFeatRow p {
        font-size: 14px !important;
        font-weight: var(--home-medium);
    }

    @media only screen and (max-width: 786px) {
        .trialOfferContainer {
            flex-direction: column;
            text-align: left;
            margin: 0 0 0 24px !important;
            width: 100% !important;
        }

        .trialOfferWrapper {
            min-height: 100vh;
            height: unset;
        }

        .trialOfferRight {
            margin-top: 28px;
        }

        .trialOfferLeft {
            align-self: flex-start;
            width: 90%;
            max-width: 500px;
        }

        .limitedTag p {
            font-size: var(--home-text-15);
        }

        .trailOfferSubtitle {
            margin: 16px 0 38px;
            max-width: 500px;
        }

        .trialOfferFeatRow p {
            font-size: var(--home-text-15) !important;
        }

        .trialOfferFeaTickIcon {
            height: 16px;
            width: 16px;
        }

        .trialOfferFeaTickImg {
            width: 20px;
        }

        .claimTrialBtn {
            height: 48px;
            width: 200px;
        }
    }

    @media only screen and (min-width: 2048px) {
        .trialOfferRight > div {
            width: unset !important;
        }

        .trialOfferContainer {
            flex: 1;
        }

        .trailOfferSubtitle {
            max-width: unset;
        }

        .trialOfferFeatRow p {
            font-size: 18px !important;
        }
    }

    /* plans styles */
    .planContainer {
        text-align: center;
        /* margin: var(--margin-horizontal) 0; */
    }

    .planContainerOffer {
        margin-top: 20px;
    }

    .plansContent {
        margin: var(--margin-horizontal) auto;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
    }

    .priceSectionContainer {
        display: flex;
        align-items: flex-start;
        max-width: 1000px;
        margin: auto;
    }

    .priceSectionContainerOffer {
        display: inherit;
        max-width: 600px;
    }

    .paySummary {
        padding: 20px;
        background-color: #fff;
        width: 260px;
        margin: 0 0 0 40px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 3px 20px var(--boxShadow);
    }

    .paySummaryOffer {
        margin: 20px 0 0;
        width: 100%;
    }

    .orderRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .planNameRow {
        text-transform: capitalize;
        margin-bottom: 6px;
    }

    .gstRow {
        margin-bottom: 20px;
    }

    .totalRow {
        margin-bottom: 20px;
    }

    .summaryContinueBtn {
        width: 100%;
    }

    @media only screen and (min-width: 2048px) {
        .plansContent {
            max-width: 1200px;
        }
    }

    @media only screen and (max-width: 786px) {
        .plansContent {
            display: block;
        }

        .priceSectionContainer {
            flex-wrap: wrap;
        }

        .paySummary {
            width: 100%;
            margin: 20px 0 0 0;
        }
    }

    /* onthego styles */
    .otgContainer {
        /* margin: var(--margin-horizontal) 0; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .otgLeft {
        flex: 0.5;
    }

    .otgSubTitle {
        width: 100%;
        max-width: 400px;
    }

    .appInstall {
        margin: 50px 0;
        display: flex;
        align-items: center;
    }

    .streakQrImg {
        height: 120px;
        width: 120px;
        margin-right: 24px;
    }

    .appInstallTitle {
        font-size: 18px;
        font-weight: var(--home-semi-bold);
    }

    .appInstallSubTitle {
        margin-top: 6px;
        white-space: pre-line;
    }

    .otgRight {
        flex: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .otgImgContainer img {
        max-width: 520px;
    }

    @media only screen and (min-width: 2048px) {
        .otgSubTitle {
            max-width: unset;
        }
    }

    @media only screen and (max-width: 786px) {
        .otgContainer {
            flex-direction: column;
            text-align: left;
            margin: var(--margin-horizontal) 20px 0 24px !important;
            width: calc(100% - 44px) !important;
        }

        .otgSubTitle {
            margin: 16px 0 38px;
            max-width: 500px;
        }

        .appInstall {
            flex-direction: column;
        }

        .otgLeft {
            align-self: flex-start;
            width: 90%;
            max-width: 500px;
        }

        .otgRight {
            /* align-self: center; */
        }

        .appStoreLink {
            background: #000;
            border-radius: 14px;
            display: flex;
            align-items: center;
            max-width: 116px;
            margin: 20px auto 0;
            position: relative;
            right: 14px;
        }

        .playStoreLink {
            background: #000;
            border-radius: 14px;
            display: flex;
            align-items: center;
            margin-top: 20px;
            max-width: 116px;
            margin: 20px auto 0;
            position: relative;
            right: 14px;
        }

        .otgImgContainer img {
            max-width: unset;
            height: 100vh;
            max-height: 800px;
        }

        .scanQrContent {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px 0;
        }

            .scanQrContent h5 {
                text-align: center;
            }

        .streakQrImg {
            margin-right: 0;
        }
    }

    /* features styles */

    .featuresWrapper {
        background-color: black;
        padding: var(--margin-horizontal) 0;
        /* height: calc(100vh - 10px); */
        /* max-height: 1080px;
  min-height: 600px; */
        /* display: flex;
  position: relative; */
    }

    .featuresContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        /* min-height: 500px; */
        height: 100vh;
        position: sticky;
        flex-direction: column;
        top: 0;
        margin: 0 auto !important;
    }

    .featuresSection {
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-duration: 0.45s;
        position: absolute;
        cursor: default;
        /* min-height: 500px; */
        height: 100vh;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .featuresScroller {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 300px;
        width: 510px;
        text-align: center;
    }

    .featuresText {
        color: white !important;
        font-size: 48px !important;
    }

    .featuresImg {
    }

    .featuresDotsContainer {
        position: absolute;
        right: 0;
        /* height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    }

    .featuresDot {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #484848;
        margin-bottom: 8px;
        transition: all 0.4s ease-in-out;
    }

    .featuresDotBtn {
        display: block;
    }

    .featuresDownArrow {
        position: absolute;
        bottom: 0;
    }

    .featuresDownArrowUp {
        position: absolute;
        top: 0;
        transform: rotate(180deg);
    }

    .featuresDotActive {
        height: 34px;
        border-radius: 20px;
    }

    .hiddenImg {
        opacity: 0;
        z-index: -1;
    }

    @keyframes slideUp {
        from {
            opacity: 1;
            transform: translate3d(0, 0px, 0px);
            /* scale3d(1.4, 1.4, 1); */
        }

        to {
            opacity: 0;
            transform: translate3d(0, -120px, -40px);
            /* scale3d(0.4, 0.4, 0); */
        }
    }

    @keyframes slideDown {
        from {
            opacity: 1;
            transform: translate3d(0, 0px, 0px);
            /* scale3d(1.4, 1.4, 1); */
            /* transform: translateY(0) scale3d(1.4, 1.4, 1); */
        }

        to {
            opacity: 0;
            transform: translate3d(0px, 120px, 40px);
            /* scale3d(0.4, 0.4, 0); */
            /* transform: translateY(80px) scale3d(0.4, 0.4, 0); */
        }
    }

    .slideFromUp {
        animation-name: slideUp;
        animation-direction: reverse;
        animation-timing-function: ease-in-out;
    }

    .slideFromDown {
        animation-name: slideDown;
        animation-direction: reverse;
        animation-timing-function: ease-in-out;
    }

    .slideToUp {
        animation-name: slideUp;
        animation-timing-function: ease-out;
    }

    .slideToDown {
        animation-name: slideDown;
        animation-timing-function: ease-out;
    }

    @media only screen and (max-width: 786px) {
        .featuresText {
            font-size: 38px !important;
        }

        .featuresImg {
            width: 120px !important;
        }
    }

    /* aboutus styles */

    .aboutUsContainer {
        /* margin: var(--margin-horizontal) 0; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .aboutUsText {
        width: 80%;
        text-align: center;
        font-size: var(--home-text-22) !important;
    }

    .aboutUsImgContainer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 280px;
        margin-top: 42px;
    }

        .aboutUsImgContainer img {
            margin-right: 10px;
        }

    .aboutUsTitle {
        margin-bottom: 10px;
        font-size: var(--home-text) !important;
    }

    /* directlogin styles login */
    .directLoginContainer {
    }

    .directLoginContent {
    }

    .loginRightContent {
        flex-direction: row;
        justify-content: center;
        max-width: 900px;
        margin: auto;
        padding: 42px 30px;
        align-items: center;
        background-color: transparent;
        box-shadow: none;
        border-radius: 10px;
    }

    .loginRightContainer {
        padding: unset !important;
        display: unset;
        background-color: '#FBFDFF';
    }

    .loginContainer {
        flex: 0.4;
    }

    .loginBrokerContainer {
        flex: 0.4;
    }

    .loginBtn {
        padding: 14px 20px;
    }

    .loginFieldInput {
        font-size: 14px !important;
        padding: 14px 20px;
    }

        .loginFieldInput::placeholder {
            font-size: 14px !important;
        }

    .forgotContainer {
        flex: 0.4;
    }

    @media only screen and (max-width: 786px) {
        .loginBrokerContainer {
            flex: 1;
        }

        .loginBtn > p {
            font-size: var(--home-text) !important;
        }

        .loginRightContainer {
            padding-right: unset;
        }
    }

    /* footer styles */
    .footerWrapper {
        background-color: black;
        margin-bottom: 0;
    }

    .footer {
        /* margin: var(--margin-horizontal) 0 0; */
    }

        .footer p {
            color: white;
        }

    .footerTop {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerTrial {
        flex: 0.5;
        padding-top: var(--margin-horizontal);
    }

    .footerTrailTitle {
        color: white !important;
    }

    .footerTrial .footerTrailTitle,
    .footerTrial .footerTrailSubtitle {
        width: 60%;
    }

    .footerClaimBtn {
        height: 40px;
        width: 200px;
        margin-top: 20px;
    }

    .feedbackContainer {
        flex: 0.5;
    }

    .footerTrailSubtitle {
        color: var(--text-grey) !important;
        margin: 10px 0 20px;
    }

    .feedbackHeader {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 0 0 38px;
    }

        .feedbackHeader h1 {
            color: white !important;
        }

    .feedbackImg {
        width: 70px;
        position: absolute;
        left: -25px;
    }

    .feedbackInput {
        padding: 10px 20px;
        height: 40px;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
        max-width: 300px;
    }

    .reachOutText {
        color: var(--text-grey) !important;
    }

    .reachOutLink {
        color: white !important;
    }

    .footerBottom {
        margin-top: var(--margin-horizontal);
    }

    .streakLogo {
        height: 80px;
        display: block;
        margin-bottom: 20px;
    }

    .streakLogoTm {
        height: 24px;
        display: block;
        margin-bottom: 10px;
    }

    .footerBottomContent {
        display: flex;
    }

    .footerBottomCol {
        flex: 1;
        display: inline-flex;
        flex-direction: column;
    }

    .footerBottomColTitle {
        padding: 10px 0;
        color: white !important;
    }

    .footerlink {
        display: inline-block;
        padding: 8px 0;
        font-size: var(--home-secondary-text);
        color: var(--text-grey);
    }

    .footerlinkFixed {
        max-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footerlinkFixed img {
            width: 12px;
        }

    .footerFb img {
        width: 9px;
    }

    .footerTelegram img {
        width: 15px;
    }

    .footerBottomColFixed {
        width: 180px;
        display: inline-flex;
        flex-direction: column;
    }

    .copyright {
        margin: var(--margin-horizontal) 0 20px;
        padding: 20px 0;
    }

        .copyright h5 {
            color: var(--text-grey) !important;
        }

    @media only screen and (max-width: 786px) {
        .footerTop {
            flex-direction: column;
            text-align: left;
            align-items: flex-start;
            width: 90%;
        }

        .feedbackContainer {
            margin-top: 40px;
        }

        .footerBottomContent {
            display: unset;
        }

        .footerBottomCol {
            width: 100%;
            text-align: left;
        }

        .footerBottomCol_2 {
            width: calc(100% - 80px);
        }

        .footerBottomColFixed {
            width: 80px;
            text-align: center;
            align-items: center;
        }

        .footerTrailSubtitle {
            margin: 16px 0 38px;
        }

        .footerTrial .footerTrailTitle,
        .footerTrial .footerTrailSubtitle {
            width: 100%;
            max-width: 500px;
        }

        .footerClaimBtn {
            height: 48px;
            width: 200px;
        }

        .footerlinkFixed img {
            width: 16px;
        }

        .footer {
            margin: var(--margin-horizontal) 20px 0 24px !important;
            width: calc(100% - 44px) !important;
        }
    }
