@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: poppins;
}

@media (min-width: 768px) and (max-width: 992px) {
    body {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 0.7rem;
    }
    body h1 {
        font-size: 2em !important;
        line-height: 35px !important;
    }
    body .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 400px) {
    body {
        font-size: 0.7rem;
    }
    body h1 {
        font-size: 2em;
    }
    body .mb-5 {
        margin-bottom: 2rem !important;
    }
    body footer {
        padding: 18px 0 !important;
    }
}

.btn {
    padding: 11px 31px;
    border-radius: 0px;
    font-size: 1.1em;
}

.btn.btn-pink-primary {
    background-color: #f54291;
    border: none;
}

.btn.btn-secondary {
    background: #f87bb2;
    border: none;
}

.btn.btn-orange {
    background: #fe721c;
    color: #ffffff;
}

input {
    padding: 11.5px 15px !important;
    font-size: 0.99em;
    border: none;
    border-radius: 0px;
}

input.is-invalid {
    background-image: none !important;
    border-color: #dc3545 !important;
}

input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f54291;
}

input:focus-visible {
    outline: none;
}

.signup-homepage {
    position: relative;
}

.signup-homepage input {
    width: 100%;
}

@media (max-width: 320px) {
    .signup-homepage input {
        width: 100%;
    }
}

.signup-homepage button {
    position: absolute;
    right: 0;
    padding: 9.7px 31px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .signup-homepage button.main {
        position: relative;
    }
}

@media (max-width: 320px) {
    .signup-homepage button {
        position: relative;
        margin-top: 5px;
        width: 100%;
    }
}

nav {
    background: transparent;
    padding: 1.6rem 15px !important;
}

@media (min-width: 992px) {
    nav .nav-link {
        padding-right: 2rem !important;
    }
}

@media (max-width: 992px) {
    nav .navbar-collapse {
        padding: 20px 0;
    }
    nav .nav-item {
        line-height: 40px !important;
        font-size: 1.3em !important;
    }
}

nav.bg-pink {
    background-color: #f54291;
    padding: 15px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 5px 0px 13px rgba(245, 66, 145, 0.7);
    box-shadow: 5px 0px 13px rgba(245, 66, 145, 0.7);
}

nav.bg-putih {
    background-color: #ffffff;
    padding: 15px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 5px 0px 9px rgba(245, 66, 145, 0.7);
    box-shadow: 5px 0px 9px rgba(245, 66, 145, 0.7);
}

nav.login .nav-item .nav-link {
    color: #4c4c4c !important;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 27px;
}

nav.login .nav-item.active .nav-link {
    color: #f54291 !important;
}

nav .nav-item.active .nav-link {
    color: #ffc7c7 !important;
}

nav .nav-item .nav-link {
    color: #ffffff !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 27px;
}

section,
footer {
    padding: 50px 0;
}

@media (max-width: 600px) {
    section,
    footer {
        padding: 30px 0 !important;
    }
}

section.blog,
section.story,
section.show-blog {
    margin: 100px 0;
}

@media (max-width: 992px) {
    section.blog,
    section.story,
    section.show-blog {
        margin: 70px 0;
    }
}

section.jumbotron {
    background: url("../img/bg.png");
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 90px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    section.jumbotron {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    section.jumbotron {
        padding-top: 40px;
        height: 480px;
    }
    section.jumbotron h1 {
        font-size: 2.2em !important;
    }
}

section.jumbotron .row {
    margin-top: 100px;
}

section.jumbotron .row .text-heading h1 {
    font-size: 2.63em;
    color: #ffffff;
    font-weight: 400;
    line-height: 63px;
}

section.jumbotron .row .text-heading h1 span {
    font-weight: 600;
    color: #ffc7c7;
}

section.jumbotron .row .text-body {
    margin-top: 24px;
}

section.jumbotron .row .text-body p {
    font-size: 1.1em;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
}

section.jumbotron .row .img-wrapper {
    margin-top: -30px;
}

section.jumbotron .row .img-wrapper img {
    max-width: 100%;
}

section.jumbotron .row .signup-homepage {
    margin-top: 50px;
}

section.features,
section.price {
    padding: 100px 0 50px 0;
}

section.features .col-md-3:nth-child(3) .card,
section.price .col-md-3:nth-child(3) .card {
    background: #f54291;
    border: 1px solid #e8f0fa;
    -webkit-box-shadow: 0px 6px 15px rgba(245, 66, 145, 0.4);
    box-shadow: 0px 6px 15px rgba(245, 66, 145, 0.4);
}
section.price .text-card .text-body p.secondary {
    color: #d3d3d3 !important;
}
section.price
    .row.price-list
    .col-lg-4:nth-child(2)
    .card
    .text-body
    p.secondary {
    color: #f7afce !important;
}

section.price
    .row.price-list
    .col-lg-4:nth-child(2)
    .card
    .text-body
    .btn.btn-pink-primary {
    background: #ffffff !important;
    color: #f54291 !important;
}

section.price
    .row.price-list
    .col-lg-4:nth-child(2)
    .card
    .text-body
    .btn.btn-pink-primary:hover {
    background: #ffe5e5 !important;
}

section.price .row.price-list .text-body .btn.btn-pink-primary {
    font-size: 0.9em !important;
    border-radius: 30px !important;
}

@media (max-width: 768px) {
    section.price .row.price-list .text-body .btn.btn-pink-primary {
        font-size: 1.1em !important;
    }
}

section.price .row.price-list .text-body .btn.btn-pink-primary:hover {
    background: #ff72b0 !important;
}

section.features .col-md-3:nth-child(3) .card .text-heading h3,
section.features .col-md-3:nth-child(3) .card .text-body p,
section.price .col-md-3:nth-child(3) .card .text-heading h3,
section.price .col-md-3:nth-child(3) .card .text-body p {
    color: #ffffff;
}

section.features .card,
section.price .card {
    padding: 26px 0;
    border: 1px solid #e8f0fa;
    border-radius: 0px;
}

section.features .card .card-body {
    padding: 1rem;
}

section.features .text-card,
section.price .text-card {
    margin-top: 40px;
}

section.features .text-card .text-heading h3,
section.price .text-card .text-heading h3 {
    font-size: 1.3em;
    font-weight: normal;
}

@media (max-width: 768px) {
    section.features .text-card .text-heading h3,
    section.price .text-card .text-heading h3 {
        font-size: 1.4em;
    }
}

section.features .text-card .text-body p,
section.price .text-card .text-body p {
    font-size: 0.9em;
    color: #9d9d9d;
    line-height: 25px;
    margin: 0px;
}

section.price, section.features {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 769px) {
    section.price .row.price-list .col-lg-4 .card .icon-card {
        text-align: center;
    }
}

section.price .row.price-list .col-lg-4 .card .icon-card img {
    max-width: 100%;
}

section.price .row.price-list .col-lg-4 .card .text-card {
    margin-top: 0px !important;
}

section.price .row.price-list .col-lg-4 .card h3 {
    font-size: 2.05em !important;
    color: #132b50;
}

@media (max-width: 769px) {
    section.price .row.price-list .col-lg-4 .card h3 {
        text-align: center;
    }
}

section.price .row.price-list .col-lg-4:nth-child(2) .card {
    background: #f54291;
    border: 1px solid #e8f0fa;
    -webkit-box-shadow: 0px 6px 15px rgba(245, 66, 145, 0.4);
    box-shadow: 0px 6px 15px rgba(245, 66, 145, 0.4);
}

@media (max-width: 769px) {
    section.price .row.price-list .col-lg-4:nth-child(2) .card .icon-card {
        text-align: center;
    }
}

section.price .row.price-list .col-lg-4:nth-child(2) .card .text-heading h3,
section.price .row.price-list .col-lg-4:nth-child(2) .card .text-body p {
    color: #ffffff;
}

section.price .row.price-list h1 {
    font-size: 2.62em;
    font-weight: normal;
    color: #4d4d4d;
}

@media (max-width: 769px) {
    section.price .row.price-list h1 {
        font-size: 2.2em !important;
    }
}

section.price .row.price-list h1 span {
    font-weight: 600;
    color: #f54291;
}
section.features .row.features-list h1 span {
    font-weight: 600;
    color: #f54291;
}

section.price .row.price-list .text-body p {
    color: #9d9d9d;
    font-size: 0.9em;
}
section.features .row.features-list .text-body p {
    color: #9d9d9d;
    font-size: 0.9em;
}

@media (max-width: 769px) {
    section.price .row.price-list .text-body p {
        text-align: center;
        font-size: 1.2em !important;
    }
}

section.other-features .row {
    padding: 35px 20px;
}

@media (max-width: 400px) {
    section.other-features .row {
        padding: 25px 0px;
    }
}

section.other-features .row .text h1 {
    font-size: 2.63em;
    color: #f54291;
}

@media (max-width: 768px) {
    section.other-features .row .text h1 {
        font-size: 1.3rem !important;
    }
}

section.other-features .row .text p {
    font-size: 1.1em;
    color: #9d9d9d;
    font-weight: 300;
}

section.other-features .row img {
    max-width: 100%;
}

section.other-features .row .apps-store img {
    max-width: 30%;
}

section.testimoni {
    background: #f5f5f5;
}

section.testimoni .row .text-heading h1 {
    font-size: 2.63em;
    color: #4d4d4d;
    font-weight: 600;
    line-height: 60px;
}

section.blog.recent-blog {
    margin: 0 0 50px 0;
}

section.blog a {
    text-decoration: none;
}

section.blog .text-heading {
    margin-bottom: 70px;
}

section.blog .text-heading.recent-blog {
    margin-bottom: 16px;
}

section.blog .text-heading.recent-blog h1 {
    font-weight: 500;
    font-size: 2em;
}

@media (max-width: 992px) {
    section.blog .text-heading {
        margin-bottom: 30px;
    }
}

section.blog .text-heading h1 {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 2.63em;
}

@media (max-width: 460px) {
    section.blog .row {
        padding: 0 5px;
    }
}

@media (max-width: 460px) {
    section.blog .row .col-md-6.col-6,
    section.blog .row .col-lg-12 {
        padding: 0 5px;
    }
}

section.blog .card {
    margin: 10px 0;
    border: 1px solid #e8f0fa;
}

section.blog .card .card-body {
    padding: 1.9rem 1.25rem;
}

@media (max-width: 460px) {
    section.blog .card .card-body {
        padding: 0.9rem;
    }
    section.blog .card img.card-img-top {
        height: 150px !important;
    }
}

@media (max-width: 360px) {
    section.blog .card .card-body {
        padding: 0.9rem 0.6rem;
    }
    section.blog .card img.card-img-top {
        height: 110px !important;
    }
    section.blog .card .card-text p {
        margin-bottom: 0px;
    }
}

section.blog .card h5.card-title {
    font-weight: 500;
    font-size: 1.15em;
    color: #4d4d4d;
}

section.blog .card .card-text p {
    font-size: 0.9em;
    color: #9d9d9d;
}

section.show-blog {
    margin-bottom: 0px;
}

section.show-blog .row {
    padding: 0px 100px;
}

@media (max-width: 992px) {
    section.show-blog .row {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    section.show-blog .row {
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    section.show-blog .row {
        padding: 0 0px;
    }
    section.show-blog .row .social-media img {
        width: 35px;
        margin-right: 7px !important;
    }
}

section.show-blog .row .text-heading h1 {
    color: #4d4d4d;
    font-size: 2.5em;
}

@media (max-width: 500px) {
    section.show-blog .row .text-heading h1 {
        font-size: 1.8em !important;
    }
}

section.show-blog .row .text-body .date-blog {
    position: relative;
}

section.show-blog .row .text-body .date-blog span {
    color: #9d9d9d;
    font-size: 0.9em;
    font-weight: 600;
}

section.show-blog .row .text-body .date-blog span.date-text {
    position: absolute;
    left: 33px;
    top: 4px;
}

section.show-blog .row .text-body .img-wrapper img {
    width: 100%;
    padding-top: 20px;
}

section.show-blog .row .text-body p {
    color: #9d9d9d;
    font-size: 1.15em;
    margin-top: 28px;
    margin-bottom: 30px;
}

section.show-blog .row .social-share {
    margin-top: 35px;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

section.show-blog .row .social-share .content-wrapper {
    padding: 18px 5px;
}

section.show-blog .row .social-share .content-wrapper p {
    font-size: 1em;
    color: #9d9d9d;
    font-weight: 400;
}

section.show-blog .row .social-share .content-wrapper .social-media a {
    text-decoration: none;
}

section.show-blog .row .social-share .content-wrapper .social-media a img {
    margin-right: 18px;
    cursor: pointer;
}

section.show-blog
    .row
    .social-share
    .content-wrapper
    .social-media
    a:hover
    img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

section.footer {
    background-color: #f54291;
    background-image: url("../img/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

@media (max-width: 992px) {
    section.footer h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    section.footer {
        padding: 70px 0 !important;
    }
}

footer {
    width: 100%;
    padding: 30px;
}

footer p {
    font-size: 1em;
    color: #9d9d9d;
    margin: 0;
}

@media (max-width: 502px) {
    section.login {
        padding: 30px 0;
    }
}

section.login .row h1 span {
    color: #f54291;
}

section.login .row img {
    max-width: 100%;
}

section.login .row .text-heading {
    margin-bottom: 1.7rem;
}

section.login .row .form-group label {
    margin-bottom: 0.7rem;
}

section.login .row .form-group input {
    padding: 22.5px 15px !important;
    border: 1px solid #7186a0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px !important;
    font-size: 1rem;
}

@media (max-width: 400px) {
    section.login .row .form-group input {
        padding: 11px 9px !important;
        font-size: 0.8rem;
    }
    section.login .row .form-group input::-webkit-input-placeholder {
        font-size: 0.8rem;
    }
    section.login .row .form-group input:-ms-input-placeholder {
        font-size: 0.8rem;
    }
    section.login .row .form-group input::-ms-input-placeholder {
        font-size: 0.8rem;
    }
    section.login .row .form-group input::placeholder {
        font-size: 0.8rem;
    }
}

section.login .row .form-group input:focus {
    border: 1px solid #f54291;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.login .row button.btn-pink-primary {
    margin-top: 30px;
}
/*# sourceMappingURL=style-v1.css.map */
