@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #177bbe;
}

.navbar-brand h3 {
    color: #177bbe;
}

.navbar {
    width: 100%;
    background-color: #fff;
    z-index: 1020;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #49c85b;
}

.navbar-light .navbar-nav .nav-link {
    color: #2e98ca;
}

body {
    background: #ffffff;
    color: #000;
}

html,
body {
    min-height: 100vh;
    font-size: 16px;
}

footer {
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #802528;
}

.default-btn {
    color: #fff;
    background-color: #e18431;
    border: none;
    border: 2px solid #e18431;
    width: 100%;
    font-weight: bold;
}

.default-btn:hover {
    color: #ffffff;
    background-color: #f5bd47;
    border: 2px solid #f5bd47;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
}

.section-title .title {
    position: relative;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    z-index: 20;
}

.section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}

.card-body.article-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social-media .facebook {
    background-color: #225b99;
    color: #fff;
    min-height: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media .instagram {
    background-image: linear-gradient(228deg, #861cc0, #d83384, #fadc04);
    color: #fff;
    min-height: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media .twitter {
    background-color: #00adf2;
    color: #fff;
    min-height: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subscribe-btn {
    width: auto;
}

.subscribe-div {
    border-left: 2px dashed #c0c0c0ad;
    border-right: 2px dashed #c0c0c0ad;
}

.blog-sidebar-top {
    top: 6rem;
}

.content {
    padding: 5rem 1rem 2rem 1rem;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 0),
        rgb(0 0 0)
    );

    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.content h5 {
    color: #fff;
}
