/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2024.2.1722211781
Updated: 2024-07-29 00:09:41

*/
/* Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body, * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin-bottom: 0;
}
/* Global Style */
.inter-40px-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: -1.2px;
    font-size: 2rem;
    font-size: clamp(2rem, 1.8571428571428572rem + 0.7142857142857143vw, 2.5rem);
    line-height: normal;
}
.inter-28px-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.4285714285714286rem + 0.35714285714285715vw, 1.75rem); */
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.9464285714285714rem + 0.8928571428571428vw, 1.75rem);
    letter-spacing: -0.84px;
    line-height: normal;
}
.inter-20px-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    font-size: clamp(1rem, 1rem + 0.17857142857142858vw, 1.25rem);
    letter-spacing: -0.6px;
    line-height: normal;
}
.inter-18px-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    font-size: clamp(1rem, 0.9642857142857143rem + 0.17857142857142858vw, 1.125rem);
    letter-spacing: -0.54px;
    line-height: normal;
}
.inter-16px-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    line-height: 1.5rem;
}
.font-weight-400 {
    font-weight: 400 !important;
}
/* Header Style */
#header {
    padding: 18px 0 0;
    margin-bottom: -70px;
    z-index: 3;
}
.header-logo {
    z-index: 3;
}
.btn.btn-primary {
    padding: 14px 16px;
    border-radius: 31px;
    border: 1px solid #000;
    background-color: #FFF !important;
    color: #000 !important;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    letter-spacing: -0.28px;
    font-weight: 500;
    z-index: 3;
    text-wrap: nowrap;
}
.btn.btn-primary:hover, 
.btn.btn-primary:active, 
.btn.btn-primary:focus {
    background-color: #000 !important;
    color: #FFF !important;
}
/* Header Form Section */
.header-form-section {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 60% 100%;
    min-height: 80vh;
    position: relative;
}
.header-form-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 75%, rgba(255, 255, 255, 1) 75%);
    z-index: 1;
    mix-blend-mode: multiply;
}
.header-form-section .container {
    height: 100%;
}
.header-form-section .container .row {
    height: 100%;
}
.header-form-left {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding-top: 70px;
    z-index: 2;
}
.header-form-left h1 {
    color: #FFF;
    text-wrap: pretty;
    max-width: 570px;
    z-index: 3;
}
.header-form-left span {
    color: #FFF;
    text-wrap: pretty;
    z-index: 3;
}
.header-form-right {
    height: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 38px;
    background-color: #FFF;
    padding-top: 70px;
    z-index: 2;
}
.header-form-right .content-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 24px 0 76px;
}
.header-form-right .content-right h2 {
    text-wrap: pretty;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.4285714285714286rem + 0.35714285714285715vw, 1.75rem);
}
.header-form-right .content-right .inter-16px-medium p {
    font-weight: 400 !important;
    align-self: stretch;
}
.header-form-right .nf-form-cont {
    padding: 0 24px 0 76px;
}

/* Did you know? Section */
.did_you_know {
    padding: 140px 0;
}
.did_you_know .inter-16px-medium.copy {
    /* line-height: 1.4em; */
    max-width: 1060px;
    text-wrap: balance;
    margin-bottom: 74px;
}
.did_you_know .top-quote {
    padding-bottom: 48px;
}
/* 10 Big Reasons Section */
.big-reasons .container,
.big-reasons .container .d-flex {
    gap: 74px;
}
.list_item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 80px;
}
.list_item .inter-28px-medium {
    line-height: 1.4em;
}
a.link-button {
    text-decoration: underline;
    color: #000;
    margin-left: 30px;
    position: relative;
}
a.link-button::before {
    content: '';
    width: 31px;
    height: 13px;
    background-image: url(https://blokmodularlp.wpenginepowered.com/wp-content/uploads/2024/07/Group-7933.svg);
    display: inline-flex;
    position: absolute;
    left: -50px;
    top: 4px;
}

/* Banner With Card */
.banner_with_card_section {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_with_card_section h2 {
    color: #FFF;
}
.banner_with_card_section .banner_with_card_section_left {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.banner_with_card_section .banner_with_card_section_left .info-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}
.banner_with_card_section .banner_with_card_section_left .info-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.banner_with_card_section .banner_with_card_section_left .info-single h2 {
    text-wrap: nowrap;
}
.banner_with_card_section .banner_with_card_section_left .info-single .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 105px;
    width: 105px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.banner_with_card_section .card {
    padding: 72px;
    background-color: #FFF;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.banner_with_card_section .card h2 {
    color: #000;
}

/* Mansory */
/* First Mansory */
.mansory_section {
    padding: 140px 0;
    gap: 140px;
}
.mansory_section .flex-row {
    gap: 70px;
}
.mansory_section .flex-row .justify-content-between {
    height: auto;
}
.first-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    column-gap: 70px;
    row-gap: 0;
}
.first-grid-left {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 70px;
}
.first-grid-left img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-grid-right {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.first-grid-right img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    column-gap: 70px;
    row-gap: 0;
}
.second-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.second-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-content {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    align-self: end;
    padding-top: 70px;
}
.third-content {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.third-image {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}
.third-image img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.mansory-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* About Blok */
.about-blok {
    padding: 140px 0;
}
.about-blok .about-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    column-gap: 70px;
    row-gap: 0;
}
.about-blok .about-grid-container img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-blok .about-grid-container .about-content {
    align-self: center;
}

/* Banner Section */
.banner-section .row img {
    max-width: 100%;
}
.banner-section .row:nth-child(2) {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.banner-section .row h2 {
    line-height: 1.4em;
}
.banner-content .inter-16px-medium {
    font-weight: 400 !important;
    font-style: italic;
}
.banner-content .inter-16px-medium strong {
    font-weight: 600 !important;
}

/* Grey Banner */
.grey-banner {
    padding: 140px 0;
}
.grey-banner .container {
    background-color: #F0F0F0;
    padding: 120px;
}
.grey-banner .container .flex-row {
    gap: 120px;
}
.grey-banner .inter-20px-medium {
    line-height: 1.5em !important;
}
.grey-banner .inter-16px-medium {
    font-weight: 300 !important;
    line-height: 1.5em;
    font-style: normal !important;
}
.grey-banner img {
    max-width: 50%;
}

/* Testimonials Section */
.testimonials .container {
    padding: 0 120px;
    gap: 140px;
    margin-bottom: 140px;
}
.testimonials .testimonials-wrapper {
    gap: 140px;
}
.testimonials .testimonial-single {
    border-left: 1px solid #00000080;
    padding: 0 0 80px 40px;
    gap: 8px;
}
.testimonials .testimonial-single p {
    max-width: 420px;
    width: 100% !important;
}

/* Big Banner */
.big-banner {
    width: 100%;
    max-height: 900px;
}
.big-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 900px;
}

/* Footer Form */
.footer-form {
    padding: 70px 0;
}
.footer-form .footer-form-left {
    padding-right: 140px;
}
.footer-form .footer-form-left h2 {
    max-width: 430px;
    text-wrap: balance;
    /* line-height: 1.2em; */
}
.footer-form .footer-form-right {
    padding: 120px 100px 140px 100px;
    background-color: #F0F0F0;
}
.footer-form .footer-form-right h2 {
    text-wrap: balance;
    /* line-height: 1.2em; */
}

/* Featured In */
.featured-in {
    padding-bottom: 70px;
}
.featured-in .featured_item img {
    max-width: 100%;
}
/* Ninja Form */
.nf-before-form-content,
.nf-field-label {
    display: none;
}
.nf-field-container {
    margin-bottom: 15px !important;
}
.nf-form-content .ninja-forms-field {
    padding: 0 0 12px 0;
}
.nf-form-content input.ninja-forms-field {
    height: auto;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
}
.nf-form-content input.ninja-forms-field::-webkit-input-placeholder {
    color: #000;
}
.nf-form-content input.ninja-forms-field:focus:not([type='submit']) {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
}
.nf-form-content input[type=submit] {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    background: #000;
    color: #FFF;
    border: 1px solid #000;
    margin-top: 10px;
    transition: background-color ease .3s, color ease .3s; 
}
.nf-form-content input[type=submit]:hover {
    background: transparent;
    color: #000;
}
.nf-error-msg {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    line-height: 1.5rem;
}

/* Footer */
#footer .container {
    border-top: 2px solid #000;
    padding: 70px 20px;
}
/* Media Query */ 
@media (max-width: 1200px) {
    /* Header Form Section */
    .header-form-right .nf-form-cont, 
    .header-form-right .content-right {
        padding: 0 24px;
    }
    .testimonials .testimonials-wrapper {
        gap: 80px;
    }
    .banner_with_card_section {
        min-height: 0;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 100% !important;
    }
    /* Header Button */
    #header .container .row .col-2 .btn.btn-primary {
        background-color: #000 !important;
        color: #FFF !important;
    }
    /* Header Form Section */
    .header-form-section {
        background-position: center;
        background-size: 100%;
        height: auto;
        background-image: none !important;
    }
    .header-form-section .overlay {
        background:  rgba(0, 0, 0, 0.2);
    }
    .header-form-left {
        height: auto !important;
        min-height: 70vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0;
    }    
    .header-form-right {
        height: auto !important;
        min-height: 0;
        padding-top: 70px;
    }
    .header-form-right .nf-form-cont, 
    .header-form-right .content-right {
        padding: 0 !important;
    }
    /* Did you Know? Section */
    .did_you_know {
        padding: 70px 0;
    }
    /* .did_you_know .top-quote {
        padding-bottom: 60px;
    } */
    .did_you_know .inter-28px-medium {
        margin-bottom: 40px;
    }
    /* Big Reasons Section */
    .big-reasons .container,
    .big-reasons .container .d-flex {
        gap: 40px;
    }
    .list_item {
        gap: 40px;
        align-items: flex-start;
    }
    a.link-button {
        margin-left: 50px;
    }
    /* Banner With Card Section */
    .banner_with_card_section {
        padding: 70px 0;
    }
    .banner_with_card_section .container {
        padding: 0 40px;
    }
    .banner_with_card_section .card {
        padding: 40px 20px;
    }
    .banner_with_card_section .banner_with_card_section_left {
        padding: 0;
        gap: 40px;
    }
    .banner_with_card_section .banner_with_card_section_left .info-wrapper {
        gap: 0;
        justify-content: space-between;
    }
    .banner_with_card_section .banner_with_card_section_left .info-wrapper .circle {
        height: 85px;
        width: 85px;
    }
    /* Mansory Section */
    .mansory_section {
        padding: 70px 0;
        gap: 70px;
    }
    .first-grid-container {
        column-gap: 40px;
    }
    .first-grid-left {
        gap: 70px;
    }
    .second-grid-container {
        column-gap: 70px;
    }
    .second-content {
        padding-top: 70px;
    }
    /* About Blok */
    .about-blok {
        padding: 100px 0;
    }
    .about-blok .d-flex {
        gap: 40px;
    }
    .about-blok .about-grid-container {
        column-gap: 40px;
    }
    .about-blok .about-grid-container .about-content {
        align-self: start;
    }

    /* Grey Banner */
    .grey-banner {
        padding: 70px 0;
    }
    .grey-banner .container {
        padding: 70px 40px;
    }
    .grey-banner .container .flex-row {
        gap: 40px;
    }
    .grey-banner img {
        height: 400px;
        max-width: 100% !important;
        width: 100% !important;
        object-fit: cover;
    } 

    /* Testimonials */
    .testimonials .container {
        padding: 0 40px;
        gap: 40px;
        margin-bottom: 70px;
    }
    .testimonials .testimonials-wrapper {
        flex-direction: column !important;
    }
    .testimonials .testimonial-single {
        border-left: none;
        border-top: 1px solid #00000080;
        padding: 20px 0 0 0;
    }
    .testimonials .testimonial-single p {
        max-width: 100%;
    }

    /* Footer Form */
    .footer-form .footer-form-left {
        padding: 70px 40px;
        padding-top: 0;
    }
    .footer-form .footer-form-left h2 {
        max-width: 100% !important;
    }
    .footer-form .footer-form-right {
        padding: 70px 40px;
    }
}
@media (min-width: 993px) {
    /* Header Form Section */
    .header-form-left {
        background-image: none !important;
    }
    .header-form-left .overlay {
        display: none !important;
    }
}
@media (max-width: 768px) {
    /* Mansory Section */
    .mansory_section {
        gap: 40px;
    }
    .mansory_section img {
        max-height: 400px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    .first-grid-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .first-grid-left {
        order: 2;
    }
    .first-grid-left img {
        display: none;
    }
    .first-grid-right {
        order: 1;
    }
    .second-grid-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .second-image {
        order: 1;
    }
    .second-content {
        order: 2;
        padding-top: 0;
    }
    .third-image {
        order: 3;
    }
    .third-content {
        order: 4;
    }
    /* About Blok */
    .about-blok {
        padding: 70px 0;
    }
    .about-blok .about-grid-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .about-blok .about-grid-container img {
        max-height: 400px;
        object-position: top;
    }
    /* Banner Section */
    .banner-section .row:nth-child(2) {
        flex-direction: column;
        gap: 1.5rem !important;
    }
    .banner-section img {
        height: 400px;
        object-fit: cover;
    }

    /* Grey Banner */
    .grey-banner .container {
        padding: 70px 20px;
    }
    .grey-banner .container .flex-row {
        gap: 40px;
        flex-direction: column !important;
    }
    .grey-banner img {
        height: 400px;
        max-width: 100%;
        object-fit: cover;
    } 

    /* Testimonials Section */
    .testimonials .container {
        padding: 0 20px;
    }
    .testimonials .testimonials-wrapper {
        gap: 40px;
    }

    /* Footer Form */
    .footer-form .footer-form-left {
        padding: 70px 20px;
        padding-top: 0;
    }
    .footer-form .footer-form-right {
        padding: 70px 20px;
    }
}

.header-form-right .content-right h2 {padding-top:20px;}