/*
Template base rebuilt for the bHair landing page.
The primary color is intentionally delegated to css/colors/colors.css.
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #ffffff;
    color: #6f7882;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252b33;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

p {
    margin: 0;
}

.theme-layout {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.page-loading {
    align-items: center;
    background: #ffffff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.block {
    float: left;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.block.no-padding {
    padding: 0;
}

.block.remove-top {
    padding-top: 70px;
}

.block.gray {
    background: #f5f8fb;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.parallax::before {
    background: rgba(18, 26, 35, 0.78);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.parallax.light::before {
    background: rgba(255, 255, 255, 0.9);
}

.block > .container,
.block > .row {
    position: relative;
    z-index: 1;
}

.layer-top::before,
.layer-bottom::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 62px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.layer-top::before {
    background-image: url("../images/layer-top.png");
    top: -1px;
}

.layer-bottom::after {
    background-image: url("../images/layer-bottom.png");
    bottom: -1px;
}

.header {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease;
    width: 100%;
    z-index: 1000;
}

.header-logobar {
    float: left;
    width: 100%;
}

.header .container {
    position: relative;
}

.logo {
    float: left;
    padding: 30px 0;
}

.logo img {
    display: block;
    max-height: 40px;
}

.menu {
    float: right;
}

.open-menu-responsive {
    display: none;
}

.menu > nav {
    float: left;
}

.menu > nav > ul > li {
    float: left;
    padding: 35px 0;
    position: relative;
}

.menu > nav > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 9px 14px;
    position: relative;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.menu > nav > ul > li > a::before,
.menu > nav > ul > li > a::after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease;
    width: 0;
}

.menu > nav > ul > li:hover > a::before,
.menu > nav > ul > li:hover > a::after {
    left: 15px;
    opacity: 1;
    width: calc(100% - 30px);
}

.menu > a {
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 31px 0 0 32px;
    padding: 13px 24px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.menu > a i {
    margin-right: 8px;
}

.menu > a:hover,
.theme-btn:hover {
    background: #2c5c9d;
    color: #ffffff;
}

.sticky {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 30px rgba(31, 42, 55, 0.12);
    position: fixed;
}

.sticky .logo {
    padding: 18px 0;
}

.sticky .menu > nav > ul > li {
    padding: 22px 0;
}

.sticky .menu > nav > ul > li > a {
    color: #26313f;
}

.sticky .menu > a {
    margin-top: 18px;
}

.home-style1 {
    color: #ffffff;
    padding: 150px 0 50px;
}

.home-style1 > span {
    display: block;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
}

.home-style1 h2 {
    color: #ffffff;
    font-size: 86px;
    font-weight: 800;
    line-height: 1;
    margin: 18px 0 32px;
    text-transform: uppercase;
}

.home-style1 p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 22px;
    line-height: 38px;
    max-width: 620px;
}

.download-main-btns {
    float: left;
    margin: 54px 0 0;
    width: 100%;
}

.download-main-btns > li {
    float: left;
    margin: 0 18px 15px 0;
}

.download-main-btns > li > a {
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    color: #222b36;
    display: flex;
    min-height: 70px;
    min-width: 210px;
    padding: 13px 20px;
    transition: all 0.2s ease;
}

.download-main-btns > li > a.android-btn {
    color: #ffffff;
}

.download-main-btns > li > a i {
    font-size: 34px;
    margin-right: 15px;
}

.download-main-btns > li > a span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

.download-main-btns > li > a strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.form-spot {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(18, 26, 35, 0.22);
    float: right;
    margin: 115px 0 20px;
    padding: 42px;
    width: 100%;
}

.form-spot h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.form-spot > p {
    color: #7c8794;
    margin-bottom: 25px;
}

.form-spot form p {
    margin-bottom: 14px;
}

.form-spot input[type="text"],
.form-spot select,
.subscribe-us > form > input[type="text"] {
    background: #f7f9fb;
    border: 1px solid #dde5ee;
    border-radius: 4px;
    color: #313943;
    font-size: 14px;
    height: 48px;
    padding: 0 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.form-spot input:focus,
.form-spot select:focus {
    border-color: #4272b2;
    box-shadow: 0 0 0 3px rgba(66, 114, 178, 0.14);
    outline: none;
}

.form-spot label.error {
    color: #d64c4c;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 0;
}

.theme-btn {
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    height: 50px;
    letter-spacing: 0;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.text-block,
.text-block-video {
    float: left;
    margin-bottom: 58px;
    text-align: center;
    width: 100%;
}

.text-block h3,
.text-block-video > h3,
.text-block-video h3 {
    color: #252b33;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 15px;
}

.text-block p,
.text-block-video p {
    color: #7b8490;
    font-size: 18px;
    line-height: 32px;
}

.text-block-video > span {
    color: #919aa5;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.text-block-video > a {
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    margin-top: 28px;
    transition: transform 0.2s ease;
}

.text-block-video > a:hover {
    transform: scale(1.08);
}

.services-sec {
    float: left;
    width: 100%;
}

.services {
    float: left;
    margin-bottom: 48px;
    min-height: 215px;
    padding-left: 82px;
    position: relative;
    width: 100%;
}

.services > i {
    color: #b2bdc8;
    font-size: 44px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    transition: all 0.2s ease;
}

.services > h3 {
    font-size: 21px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

.services > h3::before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 48px;
}

.services > p {
    color: #737e8c;
    line-height: 27px;
    padding-right: 55px;
}

.how-app-works {
    float: left;
    text-align: center;
    width: 100%;
}

.how-app-works > ul {
    float: left;
    margin-top: 10px;
    padding: 0 20px;
    width: 100%;
}

.how-app-works > ul > li {
    float: left;
    padding: 0 18px;
    position: relative;
    width: 25%;
}

.how-app-works > ul > li::before {
    background: #dce4ec;
    content: "";
    height: 2px;
    left: 0;
    margin-left: -24%;
    position: absolute;
    top: 58px;
    width: 48%;
}

.how-app-works > ul > li:first-child::before {
    display: none;
}

.how-app-works li > i {
    background: #ffffff;
    border: 2px solid #dce4ec;
    border-radius: 50%;
    color: #9aa7b5;
    display: inline-block;
    font-size: 38px;
    height: 120px;
    line-height: 116px;
    margin-bottom: 28px;
    position: relative;
    width: 120px;
    z-index: 1;
}

.how-app-works > ul > li.active > i {
    border-color: transparent;
    color: #ffffff;
}

.how-app-works li > strong {
    color: #26313f;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.how-app-works li > span {
    color: #747f8c;
    display: block;
    line-height: 26px;
}

.about-product {
    align-items: center;
    display: flex;
    gap: 50px;
}

.about-product-thumb {
    flex: 0 0 52%;
    text-align: center;
}

.about-product-detail {
    flex: 1;
    padding: 25px 0;
}

.about-product-detail > span {
    color: #8a95a1;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-product-detail > h3 {
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 22px;
}

.about-product-detail > h3 span {
    color: #4272b2;
}

.about-product-detail > p {
    color: #737e8c;
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 25px;
}

.about-product-detail > ul > li {
    color: #404a56;
    font-size: 16px;
    line-height: 32px;
    padding-left: 28px;
    position: relative;
}

.about-product-detail > ul > li > i {
    left: 0;
    position: absolute;
    top: 8px;
}

.features-sec {
    float: left;
    padding: 35px 0 90px;
    width: 100%;
}

.feature-button {
    float: left;
    margin-bottom: 55px;
    width: 100%;
}

.feature-button > ul.features-nav {
    padding: 0 160px;
}

.features-nav li {
    padding: 0 8px;
}

.features-nav li > a {
    border: 1px solid #dfe7ef;
    border-radius: 5px;
    color: #536071;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    min-height: 90px;
    padding: 17px 10px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease;
}

.features-nav li > a::before {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease;
    width: 0;
}

.features-nav li.slick-slide.slick-active.slick-center > a {
    background: #ffffff;
    border-width: 2px;
    color: #26313f;
    box-shadow: 0 12px 28px rgba(31, 42, 55, 0.08);
}

.features-nav li.slick-slide.slick-active.slick-center > a::before {
    left: 20%;
    width: 60%;
}

.features-nav li > a i {
    display: block;
    font-size: 25px;
    margin-bottom: 8px;
}

.feature-lists,
.feature-list-here,
.feature-product {
    float: left;
    width: 100%;
}

.feature-product {
    text-align: center;
}

.feature-product > span {
    color: #c7d0da;
    display: block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.feature-product > h3 {
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 10px;
}

.feature-product > p {
    color: #737e8c;
    font-size: 17px;
    line-height: 31px;
    padding: 10px 110px 35px;
}

.feature-product > img {
    display: inline-block;
    max-width: 920px;
    width: 100%;
}

.overlape-top {
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.app-steps-sec {
    float: left;
    width: 100%;
}

.app-step {
    color: #ffffff;
    float: left;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.app-step::before {
    background: rgba(32, 42, 54, 0.58);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.app-step.active::before {
    background: rgba(66, 114, 178, 0.82);
}

.app-step > img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.app-step-details {
    padding: 82px 70px;
    position: relative;
    z-index: 2;
}

.app-step-details > span {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
}

.app-step-details > h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 16px;
}

.app-step-details > p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 28px;
}

.fun-facts-sec {
    float: left;
    width: 100%;
}

.fun-fact {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.fun-fact > i {
    color: #aab5c2;
    display: block;
    font-size: 45px;
    margin-bottom: 20px;
    transition: color 0.2s ease;
}

.fun-fact > h3 {
    font-size: 32px;
    margin-bottom: 4px;
}

.fun-fact > span {
    color: #7a8490;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.app-gallery {
    float: left;
    padding: 0 70px;
    width: 100%;
}

.app-gallery li {
    padding: 0 18px;
}

.app-gallery li > img {
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(31, 42, 55, 0.16);
    display: block;
    margin: 35px auto;
    transform: scale(0.9);
    transition: all 0.25s ease;
}

.app-gallery li.slick-center > img {
    transform: scale(1);
}

.testimonial-sec {
    float: left;
    padding: 0 100px;
    width: 100%;
}

.testimonials {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(31, 42, 55, 0.12);
    float: left;
    padding: 55px 80px 45px;
    text-align: center;
    width: 100%;
}

.client-thumb-testi {
    margin-bottom: 24px;
    text-align: center;
}

.client-thumb-testi img {
    border-radius: 50%;
    display: inline-block;
    height: 86px;
    object-fit: cover;
    width: 86px;
}

.client-thumb-testi h3 {
    font-size: 22px;
    margin-top: 15px;
}

.client-thumb-testi span {
    color: #8b95a0;
    display: block;
    font-size: 14px;
}

.testimonials p {
    color: #586575;
    font-size: 18px;
    font-style: italic;
    line-height: 34px;
}

.bottom-line {
    color: #7f8a96;
    float: left;
    padding: 24px 0;
    text-align: center;
    width: 100%;
}

.bottom-line a {
    color: #4272b2;
    font-weight: 700;
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none;
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.slick-list:focus {
    outline: none;
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-dots {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.slick-dots > li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots > li button {
    background: #cfd8e2;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    padding: 0;
    width: 10px;
}

.slick-dots > li button:focus {
    outline: none;
}

@media (max-width: 980px) {
    .header {
        background: rgba(255, 255, 255, 0.98);
        position: fixed;
    }

    .menu > nav {
        right: 0;
    }

    .menu > nav > ul > li > a {
        color: #26313f;
    }

    .home-style1 {
        padding-top: 135px;
        text-align: center;
    }

    .home-style1 p {
        margin-left: auto;
        margin-right: auto;
    }

    .download-main-btns {
        text-align: center;
    }

    .download-main-btns > li {
        display: inline-block;
        float: none;
    }

    .form-spot {
        margin-top: 30px;
    }

    .about-product {
        gap: 25px;
    }

    .testimonial-sec {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .block {
        padding: 90px 0;
    }

    .logo {
        padding: 24px 0;
    }

    .sticky .logo {
        padding: 24px 0;
    }

    .menu > nav {
        left: auto;
        right: 15px;
    }

    .home-style1 {
        padding: 115px 0 20px;
    }

    .text-block h3,
    .text-block-video > h3,
    .text-block-video h3 {
        font-size: 31px;
        line-height: 42px;
    }

    .about-product {
        display: block;
    }

    .about-product-thumb,
    .about-product-detail {
        width: 100%;
    }

    .app-step {
        min-height: 300px;
    }

    .fun-fact {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .download-main-btns > li,
    .download-main-btns > li > a {
        width: 100%;
    }

    .home-style1 h2 {
        word-break: break-word;
    }

    .how-app-works > ul > li {
        min-height: 255px;
    }

    .features-nav li {
        padding: 0 4px;
    }

    .features-nav li > a {
        min-height: 85px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .app-step-details {
        padding: 55px 35px;
    }

    .fun-fact > h3 {
        font-size: 26px;
    }
}

/* Download page */
.low-gape-top {
    padding-top: 85px;
}

.prices-section {
    float: left;
    width: 100%;
}

.price-table {
    background: #ffffff;
    border: 1px solid #e0e7ef;
    border-radius: 6px;
    box-shadow: 0 14px 36px rgba(31, 42, 55, 0.08);
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    transition: all 0.25s ease;
    width: 100%;
}

.price-table:hover,
.price-table.active {
    border-width: 2px;
    box-shadow: 0 22px 54px rgba(31, 42, 55, 0.14);
    transform: translateY(-4px);
}

.price-table > ul,
.price-table li {
    float: left;
    width: 100%;
}

.price-title {
    background: #26313f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 25px 18px;
    text-transform: uppercase;
}

.price-area {
    min-height: 145px;
    padding: 35px 20px;
    position: relative;
}

.price-area > i {
    color: #c4ced9;
    font-size: 58px;
    left: 45px;
    line-height: 1;
    margin-top: -28px;
    position: absolute;
    top: 50%;
}

.price-area h3 {
    color: #26313f;
    font-size: 54px;
    font-weight: 800;
}

.price-area h3 i {
    font-size: 22px;
    font-style: normal;
    margin-right: 4px;
    vertical-align: top;
}

.price-area h3 span {
    color: #8a95a1;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
}

.price-features {
    border-top: 1px solid #edf1f5;
    color: #687484;
    font-size: 15px;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 18px;
}

.price-features > i {
    color: #4272b2;
    display: block;
    font-size: 64px;
    line-height: 80px;
}

.price-button {
    border-top: 1px solid #edf1f5;
    min-height: 84px;
    padding: 20px;
    position: relative;
}

.price-button img {
    display: none;
}

.price-button a {
    background: #26313f;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    min-width: 138px;
    padding: 13px 22px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.price-table.active .price-button a,
.price-table:hover .price-button a {
    color: #ffffff;
}

.col-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 980px) {
    .price-table {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .low-gape-top {
        padding-top: 80px;
    }
}

@media (max-width: 480px) {
    .price-title {
        font-size: 18px;
    }

    .price-features > i {
        font-size: 54px;
        line-height: 70px;
    }
}
