@font-face {
    font-family: "Oswald";
    src: url('/fonts/oswald-fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: "OswaldBold";
    src: url('/fonts/oswald-fonts/Oswald-Bold.ttf');
}

.nav-link {
    font-weight: 500 !important;
    font-size: 19px !important;
    color: #666666;
    text-decoration: none !important;
}

.home-page,
.pricing-page {
    background-color: #ffffff;
}

.navbar-menu-button {
    background-color: #007CB4 !important;
    border-radius: 10px !important;
}


#nav-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #007CB4 !important;
    border-bottom: #007CB4 2px solid;
}

.navbar-collapse {
    padding: 1px 35px;
}

.navbar {
    /* position: fixed; */
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 500;
}

.nav-link:hover {
    color: #007CB4;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

#smiley-section {
    padding-top: 51px;
    position: absolute;
    background-color: white;
    min-height: 90%;
    width: 100%;
    top: 0;
    z-index: 20;
    height: 80rem;
}

.smiley-container {
    padding: 10% 0;
}

#smileyIcon {
    font-size: 400px;
}

.know-him {
    margin-top: 70px !important;
    position: fixed;
    width: 100%;
}

.navbar-2 {
    /* position: fixed; */
    top: 63px;
    width: 100%;
    background: linear-gradient(to bottom, #073346, #2baeeb);
    padding: 5px;
    z-index: 500;
}

.p-navbar-2 {
    padding: 0;
}

.know-him-logo {
    margin-right: 20px;
}

.know-him-logo img {
    height: 25px;
    filter: brightness(0) invert(1);
}

#mobile-apps-section {
    padding: 15% 0% 10%;
    background-image: url("/images/bg.tff");
    background-size: cover;
    min-height: 90%;
}

.btn.google,
.btn.app-store {
    width: 240px;
    height: 75px;
    border-radius: 1rem;
}

.platform-logo {
    font-size: 20px;
}

.platform-name {
    font-size: 20px;
}

.platform-logo-container {
    margin-right: 10px;
}

.platform-text {
    margin-left: 10px;
}

.text-1 {
    font-size: 37px;
}

.text-2 {
    font-size: 50px;
}

.text-3 {
    font-size: 30px;
    color: black;
}

.san-serif {
    font-family: sans-serif;
}

.dashboard-header-logo {
    font-size: 50px;
    background: linear-gradient(180deg,
            rgba(150, 226, 254, 1) 0%,
            rgba(29, 135, 174, 1) 0%,
            rgba(0, 212, 255, 1) 100%);
    border-radius: 50% !important;
    color: white;
}

.header-1 {
    font-size: 50px;
    font-weight: bold;
}

.header-2 {
    font-size: 19px;
}

#dashboard-section {
    padding: 3% 0% 3%;
}

.lato-sanserif {
    font-family: "lato", sans-serif;
}

.learn-more {
    text-decoration: none !important;
    font-size: 15px;
    color: #2997ff;
    font-weight: bold;
}

#dark-mode-section {
    background-color: black;
    padding: 3% 0% 3%;
}

.bg-black {
    background-color: black;
}

.title-division {
    border-right: 2px solid #2ba8d7;
}

.title-text-division {
    padding: 0 15px;
    /* margin-right: 15px; */
}

.width-50 {
    width: 50%;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.text-knocard-blue {
    color: #239fcf;
}

#bottom-section {
    background-image: url("/images/bottom-page.png");
    background-color: white;
    background-size: cover;
    height: 825px !important;
    width: 100%;
}

.fa-smile {
    color: #1c99cc;
}

.smiley-bottom {
    background-color: #69bbd4;
    height: 213px;
    clip-path: polygon(51% 85%,
            79% 37%,
            100% 0%,
            100% 70%,
            100% 100%,
            50% 100%,
            0% 100%,
            0% 71%,
            0% 0%,
            23% 40%);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-content.learn-more {
    height: 80%;
    width: 80%;
}

video {
    height: 100%;
    width: 100%;
}

#video-container {
    width: 70%;
    height: 100%;
    padding: 10px;
    background-color: #606060;
}

#content-container {
    width: 100%;
    padding: 10px;
    height: 100%;
}

.height-100 {
    height: 100%;
}

.know-him-logo>div {
    /* margin-bottom: 10px; */
}

.font-size-3 {
    font-size: 2rem;
}

.center {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.img-wrapper {
    display: block;
    /* change the default display type to inline-block */
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* hide the overflow */
}

#btnAndroid {
    background-image: url("/images/marketing/googleplay.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
}

#btnIOS {
    background-image: url("/images/marketing/appstore.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
}

.drop-shadow {
    filter: drop-shadow(1px 2px 3px #000);
}

.thired-section-row {
    background-image: url("/images/thired-section-bg.png");
    padding: 5rem 2rem;
    position: relative;
    background-size: cover;
}

.thired-section-title {
    font-size: 5rem;
    color: white;
    font-weight: bold;
}

.thired-section-paragraph {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

.thired-section-img {
    height: 85px;
    width: 95px;
}

.thired-section-list-text {
    font-size: 3rem;
    font-weight: bold;
    margin-left: 2rem;
    color: white;
}

.join-now-button {
    background-color: darkorange;
    border: 2px white solid;
    color: white;
    padding: 1rem;
    font-size: 16px;
    width: 20rem;
    font-weight: bold;
    border-radius: 30px;
}

.first-section-title {
    font-size: 6rem;
}

.text-yellow {
    color: #ffdf2b;
}

.first-section-sub-title {
    font-size: 4rem;
    color: white;
}

.first-section-paragraph {
    font-size: 3rem;
    padding: 1rem 1rem 2rem 1rem !important;
    color: white;
}


.first-section-img-button {
    border-radius: 10px;
    width: 70%;
}

.zoom-img-button {
    border-radius: 10px;
    width: 24%;
    margin-top: 20px;
}

.seven-section-img-button {
    border-radius: 10px;
    width: 70%;
}

.section-section-title {
    font-size: 5rem;
    font-weight: bold;
}

.section-section-sub-header {
    font-size: 4rem;
    font-weight: bold;
}

.section-section-paragraph {
    font-size: 3rem;
}

.section-6-cricle-img {
    width: 80%;
}


.section-7-cricle-img {
    width: 80%;
}

.section-6-title {
    font-size: 5rem;
    color: white;
    font-weight: bold;
}

.section-6-sub-title {
    font-size: 3rem;
}

.section-7-title {
    font-size: 5rem;
    font-weight: bold;
}

.section-6-paragraph {
    font-size: 3rem;
    color: white;
    text-align: center;
}

:root {
    --blue-color: #007CB4;
    --blue-dark-color: #03283ade;
    --orange-color: #f37e20;
}

/* COMMAND CLASSES */
.custom_heading {
    font-weight: bold;
    font-size: 4rem;
}

.custom_subtitle {
    font-size: 2rem;
}

.custom_content {
    line-height: 35px;
    font-size: 2.5rem;
}


/* INTRO SECTION */
#intro {
    width: 100%;
    background-color: #ffffff;
}

.intro_section {
    padding: 0 15px;
}

.promo_video_bg {
    background-image: url("/images/dashboard/home_video_background.png");    
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    /* padding: 80px 40px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo_video_bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue-color);
    opacity: 0.8;    
}
.promo_video_content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.promo_banner_title {
    font-size: 5rem;
    color: #ffffff;    
    text-align: center;
    font-family: 'OswaldBold';
}
.promo_banner_subtitle {
    font-size: 4rem;
    color: #ffffff;    
    text-align: center;
    font-family: 'Oswald';
}

.play_button {
    width: 80px;
    height: 80px;
    background-color: #e1c340;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    text-align: center;
    padding-left: 12px;
    padding-bottom: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.play_button:before {
    content: "▶";
    font-size: 5rem;
    color: white;
}

.intro_title_blue {
    font-size: 3rem;    
    color: #239fce;
    width: 100%;
    text-align: center;
    font-family: 'Oswald';
}

.feature_title {
    font-size: 2rem;
    color: #e1c340;
    font-family: 'OswaldBold';
}

.feature_title span {
    color: black;
    font-family: 'Oswald';
}

.checkmark_img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.intro_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.intro_title {
    font-size: 3rem;
    font-weight: 500;
    color: #333333;
    width: 100%;
}

.intro_title span {
    font-size: 3rem;
    font-weight: 500;
    color: var(--blue-color);
}

.intro_paragraph {
    color: #999999;
    font-weight: 400;
    font-size: medium;
}

.intro_buttons_wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
}

.pricing_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.pricing_title {
    font-size: 3vw;
    font-weight: 700;
    color: #A4B2B6;
    width: 100%;
}

.pricing_header_image {
    padding: 0;
    display: flex;
    height: 50%;
    align-items: center;
}

.go_pro_btn {
    margin-right: 15px;
    background: linear-gradient(to bottom, #03283ade, #0581b9);
    padding: 8px 65px;
    font-size: 2rem;
}

.get_free_version_btn_wrapper {
    background: linear-gradient(to bottom, #03283ade, #0581b9);
    border-radius: 25px;
    padding: 1.2px;
    border: none;
}

.get_free_version_btn {
    border-radius: 25px;
    font-size: 2rem;
    background-color: #fff;
    color: var(--blue-color);
    padding: 8px 20px;
}

.intro_image {
    padding: 0;
    display: flex;

    align-items: center;
}



/* SOLID FEATURE  */
.solid_fetaure {
    background-image: url("/images/dashboard/sec2_background.png");
    background-size: cover;
    width: 100%;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solid_fetaure_image {
    padding: 20px;
}

.solid_fetaure_title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    padding-top: 20px;
}

.solid_fetaure_description {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    padding-right: 10%;
}


/* REFERRAL SECTION START */
.referral_system {
    padding: 30px 0;
}

.referral_system_title {
    display: flex;
    justify-content: center;
    align-items: center;

}

.referral_system_custom_heading {
    color: #333333;
    font-size: x-large;
    font-weight: 500;
    text-align: center;
}

.referral_system_custom_sub_title {
    color: #666666;
    font-size: small;
    font-weight: 400;
    text-align: center;
}

.referral_system_points {
    font-size: medium;
    color: #999999;
    padding: 10px 20px 0 20px;
    text-align: center;
}

.referral_system_points ul {
    display: ruby;
    list-style: unset;
}

.referral_system_points ul li {
    margin-right: 20px;
}

/* REVIEW START */
.review {
    background-image: url("/images/dashboard/sec4_background.png");
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding: 20vh 0;
}

.review div {
    padding: 15px;
    background: #007CB4;
    border-radius: 15px;
    width: 40%;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review div h1 {
    color: #ffff;
    font-weight: 500;
    font-size: x-large;
    text-align: center;
}

.review div p {
    color: #ffffff;
    font-weight: 400;
    font-size: medium;
    line-height: unset;
    padding: 10px 0;
}

.review_author {
    width: 100%;
    font-size: large;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 10px;
    padding-right: 10px;
}


/* ALL IN ONE */

.all-in-one-banner {
    width: 100%;

}

.all_in_one_web_img {
    margin-bottom: 30px;
}

.platforms>span:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 120%;
    background: #2ba8d7;
}

.join-knocard-btn {
    background: linear-gradient(to bottom, #35dad7, #00246b);
    border: 2px solid white;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 16px;
}

.google_play_store_btn {
    border: 1px solid red;
    width: 400px;
}

.google_play_store_btn a img {
    width: 400px;
}

/* DASHBOARD */
#dashboard {
    padding-right: "15px";
}

.dashboard-subtitle {
    color: #37a4d1;
    font-size: 1.5rem;
    font-weight: 600;
}

.dashboard-paragraph {
    padding: 0px 20px;
    line-height: 35px;
}

.dashboard-shedule {
    color: #1e9bcd;
    font-size: 21px;
    font-weight: 700;
    padding: 0px 10px;
}

.download-app-btns .meetn {
    width: 150px;
    padding: 8px 13px;
}

.download-app-btns .app-store {
    width: 150px;
    line-height: 15px;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
}

.download-app-btns .app-store>img {
    width: 33px;
}

.download-app-btns .play-store {
    width: 150px;
    line-height: 15px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
}

.download-app-btns .play-store>img {
    width: 25px;
}

/* REPORTING */
#reporting {
    background-image: url("/images/dashboard/sec2_background.png");
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding: 10vh 0;
}

.reporting-title-box {
    padding-top: 30px;
}



/* social */
#social {
    background-color: #ffffff;
    position: relative;
}




.join-knocard-btn-green {
    border: 2px solid white;
    background: linear-gradient(to bottom right, #05d545, #239a03);
    font-weight: 600;
    padding: 8px 25px;
    font-size: 16px;
}

/* MESSAGING */
#messaging-sharing {
    background: #142c50;
}

.messaging-image {
    width: 75%;
}

.sharing-image {
    width: 75%;
}

.messaging,
.sharing {
    background: radial-gradient(circle at 50% 50%,
            rgba(188, 240, 252),
            rgba(101, 220, 244, 0.4),
            rgba(101, 220, 244, 0.3),
            rgba(101, 220, 244, 0.1),
            rgb(20, 44, 80) 50%);
}

/* PHOTOS/ VIDEOS */
#photos-videos {
    background-color: rgba(211, 211, 211, 0.541);
}

/* AFFILIATE */

.affiliate-paragraph {
    line-height: 22px;
    padding: 0px 10px;
    max-width: 1100px;
    margin: auto;
}

.affiliate-image {
    width: 85% !important;
}

.knocard-homeslider-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: fill;
}

/* KNOCARD INFO */
#knocard-info {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.knocard-info-title {
    font-size: 2.5rem;
}

.knocard-info-subtitle {
    line-height: 21px;
}

.knocard-info-content {
    color: #00AEFE !important;
    line-height: 35px;
}

.learn-about-us {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: large;
    width: fit-content;
    color: #239fce;
}

.gray-text {
    color: #666666;
}

.card-item {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    border-radius: 12px;
    padding: 10px;
}

.card-item-title {
    color: #303336;
    font-weight: 400;
    font-size: medium;
}


.get-own-platform {
    background-image: url("/images/dashboard/own_platform.svg");
    background-size: cover;
    width: 100%;
    padding: 80px 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-own-platform-title {
    color: #ffffff;
    font-size: x-large;
    font-weight: 500;
    text-align: center;
}

.own-dashboard-smily {
    height: 50px;
    width: 50px;
}

.text-align-start-forcefully {
    text-align: start !important;
}

.own-dashboard-title-box {
    padding-top: 30px;
}

.text-color-white-forcefully {
    color: #ffffff !important;
}

.background-white-forcefully {
    background: #ffffff !important;
}

.social-title-box {
    padding-top: 30px;
}


.social_like_icon {
    position: absolute;
    right: 45%;
    top: 15px;
}

.social_chat_icon {
    position: absolute;
    right: 20px;
    bottom: 40px;

}

.social_share_icon {
    position: absolute;
    left: -36px;
    bottom: 30px;

}

.download-brochure-button {
    width: fit-content !important;
    padding-left: 10px;
    padding-right: 10px;
}


.plan_title {
    font-size: 3rem;
    font-weight: 500;
    color: var(--blue-color);
    width: 100%;
}

.plan_price {
    font-size: 3rem;
    font-weight: 600;
    color: #344054;
    width: 100%;
}

.plan_price span {
    font-size: 2rem;
}

.plan_subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    color: #344054;
    width: 100%;
}

.plan_subtitle2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #344054;
    width: 100%;
}

.plan_recommended {
    /* background-color: var(--blue-color); */
    background: linear-gradient(to bottom, #004AAD, #5DE0E6, #5DE0E6, #5DE0E6, #5DE0E6, #5DE0E6, #5DE0E6);
    border-radius: 35px;
}

.plan_recommended_title {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    border-radius: 35px;
}

.plan_item_left {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 2px #E8ECF4);
}


.plan_item_center {
    border-radius: 35px;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 2px #E8ECF4);
}

.plan_item_right {
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 2px #E8ECF4);
}

.plam_feature {
    display: inline-block;
    list-style: disc;
    list-style-position: inside;
    color: #344054;
}

.plam_feature li {
    text-align: justify;
    font-size: 1.7rem;
    font-weight: 500;
}

.plan_feature_heading {
    text-align: center;
    color: var(--blue-color);
    font-size: 1.7rem;
    font-weight: 400;
}

.plan_feature_heading2 {
    text-align: start;
    color: black;
    font-size: 1.7rem;
    font-weight: 400;
}

.plan-feature-border {
    border: 4px solid transparent;
    border-radius: 20px;
    background: 
        linear-gradient(to bottom, white, white), 
        linear-gradient(to bottom,  #3acfd5 0%, #3a4ed5 100%); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;

    padding: 20px;
    width: 80%
}

.five-star {
    background-color: #ECECEC; 
    border-radius: 10px; 
    position: absolute; 
    left: 10vw; 
    right: 10vw; 
    margin-top: -40px;
}

.price-video-thumbnail-container {
    position: relative;
    display: inline-block;
    width: 250px; /* Set the desired width */
    height: 150px; /* Set the desired height */
    border-radius: 15px; /* Rounded corners */
    overflow: hidden;
}

.price-video-thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 15px 27px;
    border-radius: 50%;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.price-video-play-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.price-video-title {
    color: black;
    font-size: 2.5rem;
    font-weight: 500;
}

.price-video-title span{
    color: white;
    background-color: var(--blue-color);;
    
}

.price-video-divider {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 1px;
    border: none;
    height: 10px;
    background-color: #ffdf2b;
}

@media screen and (max-width: 1024px) {
    .five-star {
        left: 35vw; 
        right: 35vw; 
    }
}

@media screen and (max-width: 540px) {
    .five-star {
        left: 20vw; 
        right: 20vw; 
    }
}

.subscribe-knocard-button {
    background-color: var(--blue-color);
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 15px;
}

.recommended-subscribe-knocard-button {}



.recommended-subscribe-knocard-button::before,
.recommended-subscribe-knocard-button::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
}

.recommended-subscribe-knocard-button::before {
    background-image: url('/images/pricing/star_left.svg');
    /* Replace with your image URL */
    left: 20%;
}

.recommended-subscribe-knocard-button::after {
    background-image: url('/images/pricing/star_right.svg');
    /* Replace with your image URL */
    right: 20%;
}