﻿@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: JomPrEP Landing Page
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #fff;
}

/* MAIN */
.main {
    padding: 5rem 0;
}
.main .logo {
    display: inline-block;
}
.main .logo img {
    height: 8rem;
}
.main h1 {
    font-weight: bold;
    color: #1f1f1f;
    letter-spacing: -1px;
}
.main h2 {
    font-weight: 600;
    color: #1f1f1f;
    margin: 1.5rem 0;
    font-size: 1.5rem;
}
.main h3 {
    font-weight: 400;
    color: #333;
    font-size: 1.25rem;
}
.main h5 {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
}
.main h5 span {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8rem;
    color: #999;
    font-weight: 600;
    position: relative;
}
.main h5 span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 40px;
    height: 1px;
    background: #999;
    content: ' ';
    margin: auto;
}
.main h5 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 1px;
    background: #999;
    content: ' ';
    margin: auto;
}
.main p {
    color: #7a7a7a;
    font-size: 0.9rem;
}
.main form {
    text-align: left;
}
.main form p {
    font-size: 0.7rem;
}
.main form p a {
    color: #004ba8;
    font-weight: 600;
}
.main .form-group {
    position: relative;
}
.main .form-group label {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    margin: 0;
    transition: 0.1s ease all;
}
.main .form-group:focus-within label {
    color: #004ba8;
}
.main .form-group .form-control {
    padding: 2rem 1rem 1rem 1rem;
    background: #f2f3f4;
    border: none;
    border-radius: 0.5rem;
    color: #1f1f1f;
    height: auto;
    transition: 0.1s ease all;
}
.main .form-group .form-control:focus {
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.15rem;
    background: #e9e9e9;
    outline: none;
}
.main .social-sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .social-sign-up .btn.btn-circle {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    padding: 0;
    line-height: 3.25rem;
    background: #f2f3f4;
    border-radius: 50%;
    margin: 0 0.5rem;
    transition: 0.1s ease all;
}
.main .social-sign-up .btn.btn-circle:hover {
    background: #e5e5e5;
}
.main .social-sign-up .btn.btn-circle:active,
.main .social-sign-up .btn.btn-circle:focus {
    background: #ddd;
    box-shadow: none;
    outline: none;
}
.main .social-sign-up .btn.btn-circle img {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
}
.main .already-member {
    display: block;
    position: relative;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    color: #999;
    font-weight: 600;
}
.main .already-member span,
.main .already-member .btn {
    display: inline-block;
    vertical-align: middle;
}

.btn.btn-primary {
    background: #004ba8;
    border-color: #004ba8;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #39a0ed !important;
    border-color: #39a0ed !important;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem !important;
    outline: none;
}
.btn.btn-link {
    color: #004ba8;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0;
    position: relative;
    border: none;
    outline: none;
}
.btn.btn-link:after {
    content: ' ';
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #004ba8;
    border-bottom: 2px solid #004ba8;
    transform-origin: center;
    transform: rotate(-45deg);
    margin-left: 0.25rem;
    display: inline-block;
    vertical-align: middle;
}

.app-stores {
    display: flex;
    justify-content: center;
}
.app-stores a {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
.app-stores a img {
    height: 49px;
}

.features {
    padding: 2.5rem 0 5rem 0;
    background: #f2f6f9;
}
.features .feature-item {
    margin-top: 2.5rem;
    position: relative;
}
.features .feature-item .feature-header {
    display: flex;
    align-items: center;
}
.features .feature-item .feature-header .icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: calc(3rem - 6px);
    border: 3px solid #004ba8;
    border-radius: 50%;
}
.features .feature-item .feature-header .icon img {
    width: 1.25rem;
    height: 1.25rem;
}
.features .feature-item .feature-header h4 {
    margin: 0 0 0 0.75rem;
    font-size: 1.15rem;
    font-weight: bold;
    color: #1f1f1f;
}
.features .feature-item .feature-content {
    margin: 1.5rem 0 0 0;
    padding: 0 0 0 0;
    display: block;
    list-style: none;
}
.features .feature-item .feature-content li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}
.features .feature-item .feature-content li:before {
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: #1f1f1f;
    content: ' ';
    border-radius: 50%;
}

.cta {
    background: #e1e5e9;
    padding: 5rem 0;
    text-align: center;
}
.cta .logo {
    width: 100px;
}
.cta h4 {
    font-weight: 600;
    color: #1f1f1f;
    margin: 1.5rem 0;
    font-size: 1.15rem;
    text-align: center;
}

@media (max-width: 767px) {
    .main {
        padding: 2.5rem 0;
    }
    .main h2 {
        font-size: 1.2rem;
    }
    .app-stores {
        justify-content: flex-start;
        flex-direction: column;
	text-align: center;
    }
    .app-stores a {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .app-stores a:last-child {
        margin-bottom: 0;
    }
    .features {
        padding: 0 0 2.5rem 0;
    }
}