@charset "utf-8";

/* CSS Document */


/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (min-width: 1300px) {}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1444px) {}

@media(max-width: 1199px) {}


/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 768px) {

    .main-header .main-menu ul li {
        margin-right: 10px;
        position: relative;
    }

    .main-header .header-lower {
        padding: 0;
    }

    .btn-page {
        padding: 10px;
        font-size: 14px;
        text-wrap-mode: nowrap;
    }

    .sticky-header .main-box {
        align-items: center;
        gap: 0;
    }

    .main-header .btn-header {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .logo-box {
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .pk-pitch-sec .pk-pitch-img {
        position: static;
        margin-bottom: 10px;
    }

    .pk-about-founder-sec .pk-founder-img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ddd;
        padding-top: 56px;
        padding-left: 20px;
        background: #fff;
    }

    .pk-about-founder-sec .pk-founder-img img {
        transform: scale(1.5);
    }
}

/*---For Mobile---*/

@media (max-width: 767px) {

    p {
        font-size: 14px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1.05rem);
        padding-left: var(--bs-gutter-x, 1.05rem);
        margin-right: auto;
        margin-left: auto;
    }

    section[class]:not([id]) {
        padding: 40px 0;
    }

    .main-header .logo-box {
        padding: 0;
        width: 180px;
        object-fit: contain;
        box-shadow: none;
        background: none;
        position: static;
    }

    .main-header .logo-box img {

        padding-top: 0px;
    }

    .mm-panel,
    .mm-navbar {
        background: var(--primary-color);
    }

    .mm-navbar__title>span {
        color: #fff;
    }

    .banner-sec {
        padding: 40px 0 !important;
    }

    .banner-sec .boxes-outer .icon {
        width: 40px;
    }

    .banner-sec .boxes-outer h2 {
        font-weight: 600;
        font-size: 10px;
    }

    .banner-sec .boxes-outer {
        padding: 6px;
    }

    .banner-sec .boxes-outer p {
        font-size: 10px;
        margin-top: 4px;
    }

    .content-box .heading {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: normal;
    }

    .banner-strip .banner-strip-box .icon {
        width: 60px;
        margin: auto;
        margin-bottom: 20px;
    }

    .banner-strip .row .col-md-6:first-child .banner-strip-box {
        border-right: none;
    }

    .subtag span {
        font-size: 12px;
    }

    .about-img {
        border-right: none;
        margin-bottom: 40px;
    }

    .subscribe-section {

        padding: 20px;
    }

    .blogs-card span.date-time,
    .blogs-card .tips-tricks {
        font-size: 12px;
        text-wrap-mode: nowrap;
    }

    .blogs-card .body-content h4 a {
        font-size: 16px;
    }

    .blogs-card a.btn-blog {
        padding: 4px 14px;
        margin-top: 10px;

        font-size: 14px;
        line-height: normal;
    }

    .blogs-card {
        padding: 14px;
    }

    .blog-details {
        padding: 40px 0 60px;
    }

    .blog-single-post h1 {

        font-size: 20px;
        line-height: normal;
    }

    .contact-form {
        padding: 20px;
    }

    .banner-strip .content-box {
        border-right: none;
    }

    .banner-img {
        position: relative;
    }

    .banner-img img {
        height: 300px;
        width: 300px;
        object-fit: cover;
        object-position: top;
        margin: auto;
        display: block;
        margin-bottom: 40px;
    }

    .banner-img:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 40px;
    }

    .banner-sec span.subtag {
        background: var(--white);
        padding: 6px 14px;
        border-radius: 100px;
        /* margin-bottom: 20px; */
        display: inline-block;
        font-weight: 600;
        position: absolute;
        top: 230px;
        right: 0;
        left: 0;
        font-size: 14px;
        z-index: 1;
        width: fit-content;
        margin: auto;
    }

    section.banner-sec .content-box .heading {
        text-align: center;
        font-weight: 500;
        font-size: 22px;
        position: absolute;
        top: 280px;
        left: 0;
        right: 0;
        max-width: 80%;
        margin: auto;
        z-index: 1;
    }

    .banner-points {
        padding: 10px 0 20px 0;
    }

    .banner-item {
        padding: 12px;
        gap: 12px !important;
        align-items: center;
    }

    .banner-item .icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .banner-item .title h3 {
        font-size: 12px !important;
        line-height: normal;
        font-weight: normal;
    }

    section.banner-sec .btn-header img {
        display: none;
    }

    section.banner-strip span.subtag {
        font-size: 18px;
    }


    .pk-pitch-sec .pk-pitch-img {
        margin: auto;
        margin-bottom: 35px;
        position: static;
        width: 100%;
        height: 300px;
        width: 300px;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #fff;
    }

    .pk-pitch-sec .pk-pitch-img img {
        border-radius: 20px;
        width: 300px;
        height: 300px;
        object-fit: cover;
        object-position: -130px;
        border: 1px solid #ddd;
        padding: 0;
        transform: scale(1.1);
    }

    .bussiness-sec .bussiness-item .icon img {
        width: 120px;
    }

    .bussiness-sec .bussiness-item h3 {
        font-size: 18px;
        color: var(--matte-black);
        margin-bottom: 4px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .pk-testimonial-sec .pk-testimonial-btn {
        margin-top: 0px;
    }


    .pk-about-founder-sec .pk-founder-img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ddd;
        padding-top: 56px;
        padding-left: 20px;
        background: #fff;
    }

    .pk-about-founder-sec .pk-founder-img img {
        transform: scale(1.5);
    }

    .pk-about-founder-sec .pk-founder-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .pk-about-founder-sec .pk-founder-content p {
        font-size: 12px;
    }

    .pk-videos-sec .pk-video-card {
        height: 100%;
        padding: 20px;
        border: 1px solid #eee;
        border-radius: 24px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

    .videos-items-owl .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
        position: absolute;
        width: 100%;
        bottom: -30px;
    }

    .pk-about-hero-sec .pk-about-hero-img {
        width: 140px;
        min-width: 140px;
        height: 140px;
        min-height: 140px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ddd;
        padding-top: 56px;
        padding-left: 20px;
        background: #fff;
    }

    .pk-about-hero-sec .pk-about-hero-img img {
        transform: scale(1.5);
    }

    .pk-about-hero-sec .content-box .heading {
        font-size: 16px;
    }

    .pk-about-hero-sec .pk-about-tag {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .pk-about-cta-sec {
        padding: 30px;
    }

    section.pk-videos-sec .owl-dots {
        bottom: -30px !important;
    }

    .Video-seccess-outer.videos-items-owl .owl-dots {
        bottom: 0 !important;
    }

    .Video-seccess-outer.videos-items-owl .owl-dots .owl-dot.active span,
    .Video-seccess-outer.videos-items-owl .owl-dots .owl-dot:hover span {
        background: var(--white);
    }

    .pk-success-sec .pk-success-bottom {
        margin-top: 40px;
    }

    .pk-media-kit-sec {
        padding: 40px 0;
    }

    .blog .pk-blog-sec .pk-blog-img img {

        height: 200px;
    }

    .pk-contact-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .pk-contact-info-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: start;
    }

    .pk-contact-info-card p {
        text-align: start;
        margin-bottom: 6px;
    }

    .pk-contact-info-card a {
        text-align: start;
        display: block;
    }

    .pk-contact-info-card {
        padding: 20px;
    }

    .pk-media-kit-wrapper {
        padding: 20px;
    }

    .pk-media-contact-box h4 {
        font-size: 20px;
    }

    .pk-media-contact-box .form-control {
        font-size: 14px;
    }

    .testimonial-items-owl {
        margin-bottom: 30px;
    }

    .testimonial-items-owl.owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -18px;
    }

    .growth-items-owl.owl-carousel.owl-theme .owl-dots {
        bottom: -22px;
    }

    .growth-items-owl.owl-carousel.owl-theme .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .blog-single-post .head-box h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 480px) {
    .page-template-books .pk-books-section .pk-book-image img {
        height: auto;
        width: 500px;
        object-fit: contain;
    }

    .pk-books-section .pk-book-content.content-box li {
        font-size: 14px;
    }

    .Video-seccess-outer.videos-items-owl .owl-dots {
        bottom: -30px !important;
        margin-bottom: 4px;
    }

    .pk-testimonial-sec .pk-review-content p {
        font-size: 14px;
    }


    .webboo-content {
        margin-top: 40px;

    }

    .webboo-features {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-card-owl.owl-carousel.owl-theme .owl-dots {
        bottom: -20px;
    }

    .impact-items-owl.owl-carousel.owl-theme .owl-dots {
        bottom: -20px;
    }

    .about-card-owl.owl-carousel.owl-theme .owl-stage {
        align-items: stretch;
        display: flex;
    }

    .about-card-owl.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
    .about-card-owl.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: var(--white);
    }

    .impact-items-owl.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
    .impact-items-owl.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: var(--white);
    }

    .main-carousel {
        min-height: 340px;
    }

    .cta-sec .social-proof-text {
        font-size: 12px;
    }

    .cta-sec .avatar-stack img {
        width: 36px;
        height: 36px;
    }

}

@media (max-width: 414px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}