* {
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
}

:root {
    --primary-color: #38B6FF;
    --white: #fff;
    --black: #000;
}

body {
    background-color: var(--black) !important;
}

body,
.container-fluid {
    overflow-x: hidden !important;
}

li {
    color: var(--white);
}

.fs-16 {
    font-size: 16px;
    line-height: 22px;
}

.fs-17 {
    font-size: 17px;
    line-height: 23px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.fs-20 {
    font-size: 20px;
    line-height: 26px;
}

.fs-26 {
    font-size: 26px;
    line-height: 32px;
}

.fs-28 {
    font-size: 28px;
    line-height: 34px;
}

.fs-30 {
    font-size: 30px;
    line-height: 36px;
}

.fs-34 {
    font-size: 34px;
    line-height: 40px;
}

.fs-42 {
    font-size: 42px;
    line-height: 48px;
}

.fs-48 {
    font-size: 48px;
    line-height: 54px;
}

.fs-60 {
    font-size: 60px;
    line-height: 66px;
}

.fs-64 {
    font-size: 64px;
    line-height: 70px;
}

/* .lh-64{
    line-height: 64px;
} */

.color-black {
    color: var(--black);
}

.color-blue {
    color: var(--primary-color);
}

.color-white {
    color: var(--white);
}

.color-green {
    color: var(--primary-color);
}

.color-red {
    color: #D53D3D;
}

.color-darkgreen {
    color: var(--white);
}

.color-353C45 {
    color: var(--white);
}

.color-F9FDD5 {
    color: #F9FDD5;
}

.font-weight-darker {
    font-weight: 900;
}

.bg-green {
    background-color: var(--black);
}

.bg-lwhite {
    background-color: #F9FDD5;
}

.bg-darkgreen {
    background-color: #1F2821;
}

.attention_info {
    display: none;
}

div#header {
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: var(--primary-color);
    border-radius: 0 0 16px 16px;
}

header {
    margin: 0 !important;
}

li {
    list-style: none;
}

.green_button {
    background: var(--primary-color);
    border-radius: 5.32px;
    justify-content: space-between;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    text-decoration: none;
    display: inline;
    transition: all 0.3s ease;
    justify-content: center;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 10px;
}

.green_button:hover {
    background: var(--primary-color);
    color: var(--white);
    text-decoration: none;
}

.show_button_menu,
.show_button_results,
.show_button {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    border: 2px solid var(--white);
    padding: 18px 75px;
    border-radius: 5.32px;
    display: inline-block;
    margin: auto;
    background: var(--white);
    color: var(--black);
}

.show_button_menu:hover,
.show_button_results:hover,
.show_button:hover {
    color: var(--black);
    background-color: var(--white);
    text-decoration: none;
    padding: 8px 58px;
    transition: ease-in .1s;
}

.show_button_menu {
    padding: 10px 60px;
}

.show_hide_btn_wrapper {
    margin-top: 60px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* gap: 80px; */
    /* padding: 20px 0 0 0; */
}

@media all and (min-width:1200px) {
    /* .container {
        min-width: 1360px;
    } */

    .website-img,
    .result-img {
        margin-top: 30px;
    }

    .website-img:nth-child(1),
    .result-img:nth-child(1) {
        margin-top: 0;
    }
}

.fandb_icons {
    display: flex;
    justify-content: space-between;
}

.fandb_icons img {
    width: 100px;
}

.reason-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.money-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.money .col {
    padding: 0 14px;
}

.comparison {
    min-height: 300px;
}

.lion-img {
    max-width: 510px;
    max-height: 510px;
    object-fit: contain;
}

.comparison .line-right {
    margin-right: 100px !important;
}

.comparison .line-left {
    margin-left: 100px !important;
}

.comparison .line-right,
.comparison .line-left {
    position: relative;
}

.comparison .line-right::after {
    content: "";
    height: 1px;
    background: #F9FDD5;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    min-width: 1000px;
}

.comparison .line-left::before {
    content: "";
    height: 1px;
    background: #F9FDD5;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    min-width: 1000px;
}

.heading-line {
    position: relative;
}

.heading-line::after {
    content: "";
    background-image: url(./images/others/heading-line.png);
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    position: absolute;
    transform: translateY(-50%);
    left: 32%;
    bottom: -20px;
}

/* Tabs */
.custom_tabs {
    margin-top: 100px;
}

.custom_tabs .nav-tabs {
    justify-content: center;
    border-bottom: 6px solid #2AD756;
    margin-bottom: 15px;
}

.custom_tabs .nav-tabs .nav-link {
    color: #F9FDD5;
    border: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    padding: 32px 80px;
}

.custom_tabs .nav-tabs .nav-link.active {
    background: #2AD756;
    color: #1F2821;
    border-radius: 10px 10px 0 0;
}

.custom_tabs .tab-content {
    /* background: #9FE6B1;
    border-radius: 34.41px;
    padding: 66px 53px; */
    min-height: 80vh;
}

.custom_tabs .tab-content img {
    background: #9FE6B1;
    border-radius: 34.41px;
    padding: 66px 53px;
}

div#header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

img.logo-menu {
    padding: 10px;
}

.foot_logo {
    display: flex;
    justify-content: space-between;
}

.footer_sec {
    background-color: var(--black);
    border-radius: 16px 16px 0 0;
}

.footer_logo {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.footer_logo img {
    height: 70px;
    width: auto;
}

.footer_logo p {
    color: var(--white);
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.social_media {
    gap: 20px;
}

.hero_banner {
    width: 100%;
    height: 100% !important;
}

.intro-section {
    align-items: center;
}

.hero_component {
    background-color: var(--black);
    padding: 60px 0;
   background-image: linear-gradient(0deg, black 10% 17%, #ffffff59);
        /*background-image: linear-gradient(0deg, black 93%, #ffffff75);*/
    margin: -12px;
}

.hero_points ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero_points li {
    display: flex;
    gap: 14px;
}

.hero_banner_img {
    height: 600px;
}

.usp_section .usp_title {
    font-weight: 700;
    color: #C0B9B9;
    font-size: 26px;
}

u {
    text-decoration: none;
}

.usp_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reasons-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 36px;
    justify-content: center;
}

.reason_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.reason_cards p {
    text-align: center;
}

.revenue_button_wrap {
    display: flex;
    justify-content: center;
}

.reasons_container {
    background-color: var(--white);
    padding: 80px 0;
}

.process-data img {
    width: 100%;
}

.cta_component {
    border: 1px solid var(--black);
    border-radius: 24px;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer_sec .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.slider {
    position: relative;
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    display: block;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: -26px;
    width: 100%;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
    cursor: pointer;
}

.dot.active {
    background-color: var(--primary-color);
}

.brand_component {
    background-color: var(--white);
}

.brand_logos_component {
    display: flex;
    /* background-image: url(../img/logo_bg_lines.svg); */
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin: 60px 0;
    padding: 0 !important;
}

.top_two_logos a {
    border-right: 2px solid transparent;
    border-image: url('../img/border-right.svg') 30 round;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.top_two_logos a img {
    width: 110px;
}

.bottom_remain_logos a {
    border-right: 2px solid transparent;
    border-image: url('../img/border-right.svg') 30 round;
    padding-right: 21px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bottom_remain_logos a img {
    width: 110px;
}

.brand_bottom_section {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: url('../img/border-bottom.svg') 30 round;
}

.brands_top_section,
.brand_bottom_section {
    display: flex;
    justify-content: space-between;
    /* gap: 40px; */
}

.top_two_logos {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.bottom_remain_logos {
    display: flex;
    gap: 31px;
    justify-content: space-between;
    align-items: center;
}

.vibing_logos {
    display: flex;
    flex-direction: column;
}

.vibing_logos p {
    padding-top: 40px;
}

.grow_brand p {
    width: 330px;
    padding-top: 10px;
}

.grow_brand .logo_btn {
    width: 330px;
}

.grow_brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 20px;
}

.process_component {
    background-color: var(--white);
}

.usp_section,
#slider_section {
    padding: 3rem 0;
}

.mobile_logos {
    display: none;
}

.thank_you_component {
    color: var(--white);
    margin: auto;
    text-align: center;
    height: calc(100vh - 30px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.thank_you_component h2 {
    font-size: 72px;
    text-transform: capitalize;
    margin: 0;
}

.thank_you_component h4 {
    font-size: 22px;
    margin: 0;
}

.thank_you_component p {
    margin: 30px 0;
}

/* Responsive */
@media (min-width:1300px) and (max-width:1400px) {
    .bottom_remain_logos a img {
        width: 120px;
    }

    .bottom_remain_logos a {
        padding-right: 20px;
    }

    .bottom_remain_logos {
        gap: 16px;
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    .bottom_remain_logos a img {
        width: 90px;
    }

    .top_two_logos a img {
        width: 100px;
    }

    .grow_brand p {
        padding-top: 6px;
        font-size: 24px;
        margin-bottom: 6px !important;
    }

    .bottom_remain_logos a {
        padding-right: 20px;
    }

    .bottom_remain_logos {
        gap: 16px;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .bottom_remain_logos a img {
        width: 90px;
    }

    .top_two_logos a img {
        width: 100px;
    }

    .grow_brand p {
        padding-top: 6px;
        font-size: 24px;
        margin-bottom: 6px !important;
    }

    .bottom_remain_logos a {
        padding-right: 20px;
    }

    .bottom_remain_logos {
        gap: 16px;
    }
}

@media all and (max-width:767px) {
    body {
        gap: 00px;
        padding: 0;
    }

    .green_button {
        font-size: 14px;
        line-height: 20px;
    }

    .intro-section {
        flex-direction: column-reverse;
    }

    .px-sm-0,
    .intro-section>div,
    .usp,
    .money>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fandb_icons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        align-items: center;
        justify-content: center;
    }

    .reasons-wrap * {
        text-align: center !important;
    }

    .reason-img {
        width: 100px;
        height: 100px;
    }

    .reasons-wrap {
        /* display: grid !important; */
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .reasons-wrap .col {
        padding: 0;
        text-align: center !important;
    }

    .reasons-wrap .col:last-child {
        grid-column: 1/-1;
    }

    .money {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sm-fs-12 {
        font-size: 12px;
        line-height: 18px;
    }

    .sm-fs-13 {
        font-size: 13px;
        line-height: 19px;
    }

    .sm-fs-14 {
        font-size: 14px;
        line-height: 20px;
    }

    .sm-fs-16 {
        font-size: 30px;
        line-height: 40px;
    }

    .sm-fs-17 {
        font-size: 17px;
        line-height: 23px;
    }

    .sm-fs-20 {
        font-size: 18px;
        line-height: 36px;
    }

    .sm-fs-21 {
        font-size: 21px;
        line-height: 27px;
    }

    .sm-fs-22 {
        font-size: 22px;
        line-height: 28px;
    }

    .sm-fs-24 {
        font-size: 24px;
        line-height: 30px;
    }

    .sm-fs-28 {
        font-size: 28px;
        line-height: 34px;
    }

    .sm-fs-30 {
        font-size: 30px;
        line-height: 36px;
    }

    .sm-fs-38 {
        font-size: 38px;
        line-height: 44px;
    }

    .sm-text-left {
        text-align: left !important;
    }

    .custom_tabs .nav-tabs .nav-link {
        padding: 16px 46px;
        font-size: 12px;
        line-height: 18px;
    }

    .custom_tabs .tab-content {
        min-height: 20vh;
    }

    .money_col {
        display: grid;
        grid-template-columns: auto auto;
        gap: 0 24px;
    }

    .money_col p {
        grid-column: 2/3;
    }

    .money .col img {
        margin-bottom: 0 !important;
    }

    .custom_tabs .tab-content div#nav-results img {
        padding: 20px 10px;
        border-radius: 10px;
    }

    .custom_tabs .tab-content div#nav-website img {
        padding: 24px 16px;
        border-radius: 10px;
    }

    .show_hide_btn_wrapper {
        margin-top: 20px;
    }

    .show_button {
        /* padding: 8px 30px;
        font-size: 9.64px; */
        line-height: 100%;
        font-weight: 400;
        min-height: 30px;
    }

    .website-img,
    .result-img {
        margin-top: 10px;
    }

    .website-img:nth-child(1),
    .result-img:nth-child(1) {
        margin-top: 0;
    }

    .heading-line::after {
        content: "";
        width: 250px;
        left: 19%;
        bottom: -25px;
    }

    .usp_section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    a.show_button_menu {
        padding: 10px 30px;
        font-size: 12px;
    }

    div#header {
        position: sticky;
        top: 0;
    }

    .footer_logo {
        max-width: 250px !important;
    }

    .gaurantee_heading br {
        display: none;
    }

    .attention_info {
        display: block;
    }

    div#header+section.container {
        margin-top: -60px;
    }

    .hero_banner_img {
        height: auto;
        /* padding-top: 40px; */
    }

    .hero_component {
        padding: 40px 0;
    }

    .usp_section .usp_title {
        font-size: 15px;
    }

    .usp_card .font-weight-bold {
        font-size: 26px;
    }

    .usp_section {
        padding: 40px 0 !important;
    }

    .reasons_container {
        padding: 40px 0;
    }

    .reasons_container .font-weight-bold.sm-fs-16 {
        font-size: 20px;
        line-height: 30px;
    }

    #slider_section .font-weight-bold.sm-fs-16 {
        font-size: 22px;
    }

    #slider_section {
        padding: 40px 0;
        overflow: hidden;
    }

    .cta_component {
        padding: 14px 14px;
        margin-bottom: 30px;
    }

    .cta_component h4 {
        font-size: 12px;
        margin: 0;
    }

    .revenue_button_wrap a {
        font-size: 10px;
        padding: 8px;
    }

    .footer_logo img {
        height: 50px;
    }

    .footer_logo p {
        font-size: 18px;
    }

    .social_media a img {
        height: 20px;
    }

    .brand_logos_component {
        display: flex;
        background-image: none;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100vw;
        margin: 60px 0;
    }

    .mobile_logos img {
        width: 100%;
    }

    .mobile_logos {
        display: flex;
        flex-direction: column;
    }

    .brand_mobile_logos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .brand_mobile_logos a {
        width: calc(50% - 20px);
        padding: 24px;
    }

    .border_bottom,
    .logo_row_one {
        border-bottom: 2px solid transparent;
        border-image: url(../img/border-bottom.svg) 30 / 1 / 0 round;
    }

    .border_top,
    .logo_row_three {
        border-top: 2px solid transparent;
        border-image: url(../img/border-bottom.svg) 30 / 1 / 0 round;
    }

    .logo_row_one,
    .logo_row_two,
    .logo_row_three {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .border_right {
        border-right: 2px solid transparent;
        border-image: url(../img/border-right.svg) 30 / 1 / 0 round;
    }



    .brand_mobile_logos a img {
        height: 100px;

    }

    .logo_mobile_response p {
        font-size: 22px;
        text-align: center;
    }

    .grow_brand p {
        width: 330px;
        padding-top: 10px;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }

    .grow_brand {
        align-items: center;
    }

    .grow_brand .logo_btn {
        width: auto;
    }

    .vibing_logos {
        display: none;
    }

    .vibing_logos p {
        padding-top: 0;
    }

    .reason_cards {
        width: calc(50% - 14px) !important;
    }
}