@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600&display=swap');



*:focus, *:hover {
    outline: none !important;
    box-shadow: none !important
}

a {
    text-decoration: none !important;
    color: unset;
}

p, li, span, a, div, form *, body {
    font-family: 'Hanken Grotesk', sans-serif !important;
}


.h1, h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 * {
    font-family: 'Fredoka', sans-serif !important;
}

h1, h2, h1 *, h2 * {
    font-weight: 600 !important;
}

h3, h4, h5, h6, h3 *, h4 *, h5 *, h6 * {
    font-weight: 500 !important;
}

.text-blue {
    color: #004aad !important;
}

.text-orange {
    color: #ff914d !important;
}

.text-pink {
    color: #ff66c4 !important;
}

.text-coralred {
    color: #ff5757 !important;
}

.text-lightblue {
    color: #38b6ff !important;
}

.text-glassgreen {
    color: #7ed957 !important;
}

/* .text-primary {
    color: #3B71CA !important;
}

.text-success {
    color: #14A44D !important;
}

.text-info {
    color: #54B4D3 !important;
}

.text-warning {
    color: #E4A11B !important;
}

.text-danger {
    color: #DC4C64 !important;
}

.text-light {
    color: #FBFBFB !important;
}

.text-dark {
    color: #332D2D !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-secondary {
    color: #9FA6B2 !important;
}


.shadow-none {
    box-shadow: none !important;
    border: none !important;
}

.mt-5 {
    margin-block-start: 10rem!important;
}
.mb-5 {
    margin-block-end: 10rem!important;
} */

#how-to-use img {
    display: block !important;
    margin-inline: auto !important;
}

#how-to-use li, #tips-guides li {
    padding-block: 1rem !important;
    padding-inline: 1rem !important;
}

.article p {
    line-height: 36px;
    padding-inline: 1rem !important;
    margin-bottom: 30px;
    font-size: 18px;
}

.article h2 {
    line-height: 40px;
    padding-inline: 1rem;
    margin-bottom: 30px;
}

.web-app-download-text .web-app-about-btn, .web-app-about-text-img .web-app-about-text .web-app-about-btn {
    background-color: #179af0 !important;
}

.pricing-button {
    margin-block: 2rem;
    color: #fff;
    width: 160px;
    height: 50px;
    font-size: 20px;
    background-color: #3B71CA;
    /* background-color: #14A44D; */
    transition: 0.3s all ease-in-out;
    border: none;
    border-radius: 6px;
}

.pricing-button:hover {
    color: #fff;
    background-color: #000;
}

.web-app-header-btn {
    background-color: #22d38c !important;
    opacity: 1 !important;
    border-radius: 6px;
    border: none !important;
}

.web-app-footer-section a {
    text-decoration: none !important;
}

.web-app-fun-fact-section .row {
    box-shadow: 0 0rem 2rem rgba(0, 0, 0, .175) !important;
    padding-block: 0.5rem !important;
    border-radius: 6px !important;
    margin-inline: 5px !important;
}

.web-app-mobile_menu_button {
    color: #000 !important;
}

#contact-page p, #contact-page h1, #about-page p, #about-page h1{
    padding: 1rem !important;
}

textarea {
    resize: none;
}

.paypal-payment-section, .success-page, .static-page {
    margin-top: 150px !important;
}

@media (min-width: 780px) {
    .web-app-brand-logo {
        margin-left: auto !important
    }
    #proof img {
        max-width: 600px !important;
    }
}

@media (max-width: 1080px) {
    .web-app-main-header-content {
        flex-direction: row!important;
        flex-wrap: wrap !important;
    }
    .web-app-header-btn {
        display: none;
    }
    #proof img {
        width: 400px !important;
    }
}


@media (max-width: 780px) {
    .logo {
        width: 150px;
    }
    .web-app-brand-logo {
        margin-top: auto !important;
    }

    .web-app-main-header-content {
        display: flex !important;
        align-items: center !important;
    }

    .web-app-banner-text {
        padding-top: 8rem !important;
        padding-bottom: 0rem !important;
    }

    .main-bullet-points {
        flex-wrap: wrap;
    }

    .cd-headline {
        margin-block: 1rem !important;
    }

    .web-app-banner-shape.shape-3 {
        display: none;
    }
}