@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Urbanist', sans-serif !important;  
    font-size: 20px;
    font-weight: 400;
}

.fw-bold{
    font-weight: 900 !important;
}

.text-primary, .bg-primary, .btn-outline-primary{
    color: #1F9E18 !important;
    border-color: #1F9E18;
}

.btn-outline-primary:hover{
    color: white !important;
    background-color: #1F9E18 !important;
    border-color: #1F9E18;
}

.fm-img-post{
    border-radius: 16px;
    max-width: 50%;
}

.fm-logo {
    width: 187.42px;
    height: 48px;
}

.fm-bg-primary{
    background-color: #08A5C4;
}

.fm-bg-btn-download{
    background-color: #EBFBFE !important;
}

.fm-nav-link {
    font-size: 20px !important;
    color: #1A1A1A;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fm-btn-outline-primary {
    border-radius: 60px !important;
    padding: 8px 16px 8px 16px;
    background-color: white;
    border: 1.5px solid #08A5C4;
    color: #08A5C4 !important;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    font-weight: 700;
}

.fm-btn-outline-primary:active,
.fm-btn-primary:active {
    opacity: 0.7;
}

.fm-btn-primary {
    border-radius: 60px !important;
    padding: 8px 16px 8px 16px;
    background-color: #08A5C4;
    border: none;
    color: white !important;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.fm-ic-download {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.fm-bg-content {
    background-color: #FFFFFF;
}

.fm-slogan {
    font-weight: 900;
    font-size: 47px;
    margin-top: 80px;
}

.fm-model-top {
    width: 360px;
    height: 360px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-top: 60px;
    margin-right: -100px;
    z-index: 1;
}

.bg-green {
    background-color: #9DEBFB;
    width: 288px;
    height: 480px;
    border-radius: 16px 0px 0px 16px;
}

.fm-sub-slogan {
    font-size: 20px;
}

.fm-section-1 {
    margin-top: 32px;
}

.fm-img-about {
    border-radius: 32px;
    width: 100%;
}

.fm-about-text {
    font-size: 27px;
    font-weight: 400;
}

.fm-card {
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}

.fm-card img {
    border-radius: 16px;
    width: 100%;
    margin-bottom: 16px;
}

.fm-how-to-numb {
    padding: 8px;
    border-radius: 16px;
    background-color: #EBFBFE;
    width: 54px;
    font-size: 27px;
    position: absolute;
    right: -10px;
    top: -38px;
}

.fm-how-to-card {
    max-width: 272px;
    position: relative;
    margin-top: 38px;
}

.fm-how-to-card img {
    width: 240px;
    border: 16px solid #EBFBFE;
}

.fm-article {
    background-color: #EBFBFE;
    border-radius: 16px;
}

.fm-article-thumbnail {
    width: 100%;
    height: 30%;
    border-radius: 16px;
}

.fm-article-info {
    padding: 16px;
}

.fm-bg-transparent {
    background-color: unset;
}

.fm-partner-kami {
    width: 100%;
}

.fm-cl-primary {
    color: #08A5C4;
}

.fm-img-payment-method {
    width: 100%;
}

.fm-footer-model {
    border-radius: 32px;
    width: 100%;
}

.bg-footer1 {
    background-color: #9DEBFB;
    padding: 32px 0px 32px 0px;
}

.bg-footer2 {
    background-color: #08A5C4;
    padding: 32px 0px 32px 0px;
}

.fm-footer-logo {
    width: 160px;
}

.bg-footer3 {
    background-color: #045262;
    padding: 16px 0px 16px 0px;
}
.fm-form-search{
    margin-top: 60px;
    justify-content: center;
    display: flex;
}
.fm-form-search input{
    border-radius: 32px;
    margin-right: 8px;
    border-color: #999999;
}
.fw-600{
    font-weight: 600 !important;
}
.fm-post-title-nav{
    color: #999999 !important;
}
.fm-header-shadow{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}