@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

@font-face {
    font-family: HelveticaNeue;
    src: url(/assets/HelveticaNeue-1e55f9296f254e001df46863d48b50c9d525828f0f975187611ad93d144c0efd.ttc) format('truetype');
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(/assets/HelveticaNeueBold-e3cea1010bc1b22391be852f5024290d8d295de2e3aa62898e9143f022d25d0e.ttf);
}

* {
    font-family: HelveticaNeue, sans-serif !important;
    color: #5C5C5C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HelveticaNeueBold, sans-serif !important;
}

h1,
h2 {
    font-size: 48px !important;
    letter-spacing: .6px;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.rounded,
.btn.learn-more-btn {
    border-radius: 8px !important;
}

button.navbar-toggler,
button.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

.btn-theme {
    background-color: #1B87C5 !important;
    color: #FFFFFF !important;
}

.bg-theme {
    background-color: #1B87C5 !important;
    color: #FFFFFF !important;
}

.btn-theme-bordered {
    border: 1px solid #1B87C5 !important;
    color: #1B87C5 !important;
}

.btn-theme-bordered:hover {
    background-color: #CFEBFF !important;
}

.btn-theme:hover {
    background-color: #187bb4 !important;
    color: #FFFFFF !important;
}

.bg-theme-light {
    background-color: #CFEBFF !important;
}

a {
    color: #1B87C5 !important;
}

footer {
    padding: 32px 0;
}

footer h5 {
    color: #FFFFFF !important;
}

footer a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
}

footer a:hover,
.footer-bottom-links a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-bottom-links {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 24px 0;
}

.all-rights {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px;
    padding-top: 24px;
}

.footer-bottom-links a {
    text-decoration: none !important;
    margin: 0 20px;
}

footer a .bi {
    color: #FFFFFF;
    font-size: 24px;
    margin-right: 32px;
}

footer a img {
    width: 24px;
    margin-top: -10px;
    margin-right: 32px;
}

footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.err-msg {
    background-color: #F4D1C0;
    padding: 5px 11px 5px 23px;
}

.succ-msg {
    background-color: #EAF9F4;
    padding: 5px 11px 5px 23px;
}

.err-txt {
    color: #513D33;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 10px 10px 0px;
}

.succ-txt {
    color: #326556;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 10px 10px 0px;
}

.icon img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 19px;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

* {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    scrollbar-color: rgba(27, 135, 197, 0.6) #fff;
    scrollbar-width: thin;
}

.nav-item .nav-link.rounded-pill {
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /* letter-spacing: 1px; */
}

.nav-item .nav-link.rounded-pill.btn-theme,
.nav-item .nav-link.rounded-pill.btn-theme-bordered {
    font-family: HelveticaNeueBold, sans-serif !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.learn-more-btn {
    padding: 12px 18px !important;
    font-family: HelveticaNeueBold, sans-serif !important;
    border: none !important;
    letter-spacing: 0.5px;
}

nav.navbar {
    background-color: rgba(255, 255, 255, 0.5);
}

footer {
    background-color: rgba(27, 135, 197, 1) !important;
}

.text-light {
    color: rgba(92, 92, 92, 0.8) !important;
}

.btn-theme {
    background-color: rgba(27, 135, 197, 0.1) !important;
    border: 2px solid #1B87C5 !important;
    box-shadow: none;
    transition: box-shadow 0.5s ease, color 0.5s ease, background-color 0.5s ease;
    color: #1B87C5 !important;
}

.btn-theme:hover {
    color: #fff !important;
    border: 2px solid rgba(27, 135, 197, 1) !important;
    box-shadow: 0 4px 8px 0 rgba(27, 135, 197, 0.2), 0 6px 20px 0 rgba(27, 135, 197, 0.19);
}

.btn-theme-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: none;
    transition: box-shadow 0.5s ease;
}

.btn-theme-white:hover {
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.text-theme {
    color: #5c5c5c;
}

.text-theme-blue {
    color: #1B87C5;
}

.dark-shadow {
    text-shadow: 3px 3px 3px #333;
}

.home-form {
    background-color: rgba(27, 135, 197, 0.1) !important;
}

#linkedin-input {
    border-top: 2px solid #1B87C5;
    border-bottom: 2px solid #1B87C5;
    border-left: 2px solid #1B87C5;
}

.bi-linkedin {
    color: #1B87C5;
}

.btn-theme:hover .bi-linkedin {
    color: #FFF;
}
