/* 
    1. Common CSS 
    2. New Common CSS
    3. Home Page CSS
*/

/* 1. Common CSS */
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: #111827;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne', sans-serif;
    margin: 0;
    font-weight: 800;
    color: #111827;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 56px;
    line-height: 60px;
}

h2 {
    font-size: 46px;
    line-height: 54px;
}

h3 {
    font-size: 40px;
    line-height: 48px;
}

h4 {
    font-size: 34px;
    line-height: 44px;
}

h5 {
    font-size: 28px;
    line-height: 28px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}


input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}

/****************************************************/



/* 2. New Common CSS */
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: #111827;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne', sans-serif;
    margin: 0;
    font-weight: 700;
    color: #111827;
}

.bg-sky-blue {
    background-color: #F6F8FD;
}

p {
    font-weight: normal;
    color: #78797A;
}

.bg-ribbin {
    background-image: url(../images/ribbin-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

h1 {
    font-size: 90px;
    line-height: 108px;
}

h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

h3 {
    font-size: 40px;
    line-height: 48px;
}

h4 {
    font-size: 34px;
    line-height: 44px;
}

h5 {
    font-size: 28px;
    line-height: 28px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}

.paragraph-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #78797A;
}

.theme_btn_two {
    background: #3874F9;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #3874F9;
    padding: 13px 30px;
    min-width: 155px;
}

.theme_btn_two:hover {
    background: transparent;
    color: #3874F9;
    border-color: #3874F9;
}

.btb-green {
    background-color: #32B765;
    border-color: #32B765;
}

.btb-green:hover {
    background: transparent;
    color: #32B765;
    border-color: #32B765;
}

.text-green {
    color: #32B765;
}

/****************************************************/


/* =====  Header CSS ====== */
.navbar-container {
    padding: 15px;
}

.navbar-container .navbar-brand img {
    width: 220px;
    height: auto;
}

.navbar-container .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-container .navbar-brand img:focus-visible, .navbar-collapse-container .navbar-nav .nav-link:focus-visible, .new-landing-footer-text ul li a:focus-visible {
    outline: 0;
}

.navbar-container .navbar-collapse {
    flex-grow: unset;
}

.navbar-collapse-container .navbar-nav .nav-link {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
}

.navbar-collapse-container .navbar-nav .nav-link.active, .navbar-collapse-container .navbar-nav .nav-link:hover {
    color: #3874F9;
}

.try-free-btn, .social-btn {
    border-radius: 8px;
    border: 1px solid #3874F9;
    padding: 10px 32px;
    color: #3874F9;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
}

.form-button button {
    background: #3874F9;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #3874F9;
    padding: 13px 30px;
    min-width: 155px;
    cursor: pointer;
}
.navbar-container .try-free-btn:hover, .social-btn:hover {
    background-color: #3874F9;
    color: #fff;
}

.navbar-container .navbar-toggler {
    font-size: 28px;
    color: #606060;
    padding: 0;
}



/* 3. Home Page CSS */
.new-landing-hero-section {
    padding: 64px 0 0 0;
}

.play-btn {
    background: transparent;
    color: #3874F9;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #3874F9;
    padding: 11px 30px;
    min-width: 150px;
}

.play-btn img {
    width: 28px;
    margin-right: 3px;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_wrap a {
    margin: 0 7px;
}

.new-landing-hero-content>.paragraph-text {
    margin: 15px 0 35px 0;
}

.new-landing-hero-content .btn_wrap {
    margin-bottom: 30px;
}

.deserve-content .paragraph-text {
    margin-top: 10px;
}

.deserve-points-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.deserve-points-col {
    width: 50%;
    padding: 0 15px;
}

.new-landing-deserve-section {
    background: linear-gradient(180deg, #DAE8FF 0%, #F6F8FD 100%);
    padding: 170px 0 100px 0;
}

.deserve-points-col h2 {
    font-size: 38px;
    line-height: normal;
}

.watch-video-section {
    padding: 100px 0;
    background: #DAE8FF;
}


.watch-video-section p {
    margin: 15px 0 30px 0;
}

.watch-video-section video {
    border-radius: 16px;
}

.new-landing-footer-cta {
    padding: 100px 0;
    overflow-x: hidden;
}

.footer-cta-content {
    border-radius: 32px;
    background: #DFF9E8;
    padding: 70px 30px;
    position: relative;
}

.footer-cta-content-inner {
    z-index: 1;
    position: relative;
}

.footer-cta-content-inner h2 {
    margin-bottom: 60px;
    font-size: 65px;
    line-height: 70px;
}

.footer-cta-content:before {
    content: "";
    position: absolute;
    width: 183px;
    height: 176px;
    background-image: url(../images/traingle-dots.svg);
    pointer-events: none;
    right: -50px;
    background-size: contain;
    bottom: 50px;
}

.buddy-track-hero-img {
    margin-bottom: -100px;
}

/****************************************************/

/*====== How-it-works-css ======*/

.new-landing-it-work-section {
    padding: 100px 0;
}

.new-landing-it-work-section-title {
    margin-bottom: 64px;
    text-align: center;
}

.new-landing-it-work-section-title h2 {
    color: #242424;
    font-family: Syne;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.new-landing-it-work-section-title p {
    color: #78797A;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
}

.new-landing-it-work-section-main {
    margin-bottom: 100px;
}

.new-landing-it-work-section-main img {
    width: 300px;
    height: auto;
    margin-bottom: 24px;
}

.new-landing-it-work-section-main span {
    display: block;
    color: #32B765;
    font-family: Syne;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.new-landing-it-work-section-main h2 {
    color: #242424;
    font-family: Syne;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.new-landing-it-work-section-main p {
    color: #78797A;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}

.new-landing-it-work-section-video {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.try_it_btn {
    padding: 16px 32px;
}

/*====== footer-css ======*/
.new-landing-footer-container {
    background-color: #DAE8FF;
    padding: 100px 0;
    background-image: url(../images/footer-bg.png);
    background-size: contain;
    background-position-x: 88%;
    background-repeat: no-repeat;
}

.new-landing-footer-logo a img {
    width: 100%;
    height: auto;
}

.new-landing-footer-text h2 {
    color: #242424;
    font-family: Syne;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.new-landing-footer-text ul li a {
    color: #78797A;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.new-landing-footer-text ul li a:hover {
    color: #3874F9;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.custom-input-box input, .custom-input-box textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1.5px solid #3F66B9 !important;
    border-radius: 10px !important;
}

.custom-form-box {
    margin-bottom: 15px;
}

.custom-input-box select {
    width: 100%;
    padding: 8px 15px;
    border: 1.5px solid #3F66B9 !important;
    border-radius: 10px !important;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 70px;
        line-height: normal;
    }

    .new-landing-hero-content h1 img {
        width: 130px;
    }

    h2 {
        font-size: 34px;
        line-height: normal;
    }

    .deserve-points-col h2 {
        font-size: 30px;
    }

    .paragraph-text {
        font-size: 18px;
    }

    .footer-cta-content-inner h2 {
        font-size: 46px;
        line-height: normal;
        margin-bottom: 50px;
    }

    .new-landing-footer-text {
        margin-bottom: 15px;
    }

    .new-landing-footer-container {
        background-size: cover;
        background-position-x: right;
    }

    .new-landing-it-work-section-main h2 {
        font-size: 40px;
    }


}


@media only screen and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }

    .new-landing-hero-content h1 img {
        width: 80px;
    }

    .deserve-content {
        margin-top: 30px;
    }

    h2 {
        font-size: 32px;
    }

    .new-landing-footer-cta {
        padding: 60px 0;
    }

    .footer-cta-content {
        padding: 40px 20px;
    }

    .footer-cta-content-inner h2 {
        font-size: 38px;
    }

    .footer-cta-content:before {
        width: 120px;
        height: 115px;
    }

    .watch-video-section {
        padding: 60px 0;
    }

    .new-landing-deserve-section {
        padding: 140px 0 60px 0;
    }

    .navbar-collapse-container {
        position: absolute;
        top: 80px;
        background: #DAE8FF;
        width: 100%;
        left: 0px;
        z-index: 999;
        text-align: center;

    }

    .navbar-collapse-container .navbar-nav .nav-link {
        padding: 0 0 20px 0;
    }

    .navbar-collpase-padding {
        padding: 30px 0;
    }

    .new-landing-footer-text h2 {
        font-size: 26px;
    }

    .new-landing-footer-text ul li a {
        font-size: 18px;
    }

    .new-landing-footer-logo a img {
        width: 250px;
        height: auto;
    }

    .new-landing-it-work-section-main {
        text-align: center;
        margin-bottom: 50px;
    }

    .new-landing-it-work-section-main h2 {
        font-size: 35px;
        max-width: 500px;
        margin: 0 auto 16px;
    }

    .new-landing-it-work-section-main p {
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto 24px;
    }

    .new-landing-it-work-section-main span {
        font-size: 14px;
    }

    .new-landing-it-work-section-video {
        margin-bottom: 50px;
    }

    .new-landing-it-work-section-title h2 {
        font-size: 35px;
    }

    .new-landing-it-work-section-title p {
        font-size: 16px;
    }

    .new-landing-it-work-section-main h2 {
        font-size: 28px;
    }
    .new-landing-hero-section {
        padding: 30px 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }

    .new-landing-hero-content h1 img {
        width: 60px;
    }

    .new-landing-hero-content>.paragraph-text {
        margin-bottom: 20px;
    }

    .btn_wrap a {
        margin: 7px;
    }

    .btn_wrap {
        flex-wrap: wrap;
    }

    .new-landing-footer-logo {
        margin-bottom: 20px;
    }

    .new-landing-footer-container {
        padding: 64px 0;

    }

    .new-landing-footer-text h2 {
        font-size: 23px;
    }

    .new-landing-footer-text ul li a {
        font-size: 16px;
    }

    .new-landing-it-work-section-main h2 {
        font-size: 28px;
        max-width: 400px;
        margin: 0 auto 16px;
    }

    .new-landing-it-work-section-main p {
        max-width: 500px;
    }

    .new-landing-it-work-section {
        padding: 60px 0;
    }
    .new-landing-hero-section {
        padding: 30px 0 0 0;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 38px;
    }

    .paragraph-text {
        font-size: 16px;
    }

    h2 {
        font-size: 28px;
    }

    .deserve-points-col h2 {
        font-size: 24px;
    }

    .footer-cta-content-inner h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .theme_btn_two {
        font-size: 15px;
        font-weight: normal;
        padding: 10px 20px;
    }

    .play-btn {
        font-size: 15px;
        font-weight: normal;
        padding: 8px 20px;
    }

    .play-btn img {
        width: 25px;
    }

    .new-landing-footer-logo a img {
        width: 250px;
        height: auto;
    }

    .new-landing-footer-container {
        text-align: center;
    }

    .new-landing-it-work-section-title h2 {
        font-size: 25px;
    }

    .new-landing-it-work-section-main h2 {
        font-size: 22px;
    }

    .new-landing-it-work-section-main h2 {
        max-width: 350px;
    }
    .new-landing-hero-section {
        padding: 30px 0 0 0;
    }
}



@media only screen and (max-width: 400px) {
    .deserve-points-col {
        width: 100%;
    }

    .new-landing-it-work-section-main p {
        font-size: 14px;
    }
    .new-landing-hero-section {
        padding: 30px 0 0 0;
    }
    
}