:root {
    --accent-color: #0e1bd4;
}

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

/* utility classes */

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.btn-stackr {
    background-color: var(--accent-color);
    border-radius: 25px;
}

.text-stackr {
    color: var(--accent-color);
}

.bg-stackr {
    background-color: var(--accent-color);
}

.stackr-line {
    background-color: var(--accent-color);
    height: 3px !important;
}

.stackr-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.stackr-list li {
    position: relative;
    padding-left: 1.5em;
}

.stackr-list li:before {
    content: '\f00c';
    position: absolute;
    left: 0;  /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 500;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.stackr-list-icon li::before {
    color: var(--accent-color) !important;
}

/* utility classes */

.header .navbar-nav .nav-link {
    font-weight: 500;
    color: black;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
}
.header .dropdown-menu {
    background: none;
    border: none;
    padding: 0 1.5rem 0rem 1rem;
}
.header .dropdown-menu li {
    padding: 10px 0;
    position: relative;
}
.header .dropdown-menu li:not(:last-child) a::after {
    content: "";
    width: 100%;
    background: #fff;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}
.header .dropdown-menu li a {
    color: rgba(0,0,0,.55);
    font-weight: 400;
    text-decoration: none;
}

.darklink, .darklink:hover, .darklink:focus {
    color: rgba(0,0,0,.55);
}

/* HAMBURGER ICON ANIMATION */
.icon-bar {
    width: 22px; 
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* HAMBURGER ICON ANIMATION */

.testimonials {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonial-person {
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.bg-stackr-image {
    background-image: url("../images/group_55.png");
    background-size: cover;
}




.footernav li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.footerlowernav li {
    flex: 0 0 auto;
}

.footerlowernav li a{
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 0.75rem;
}

.footernav li a:hover, .footernav li a:focus,
.footerlowernav li a:hover, .footerlowernav li a:focus {
    text-decoration: none;
    color: #000;
}

.scrolltop {
    font-size: 2rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .footerlowernav li {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .img-stackr-laptop {
        right: -170px;
        max-width: 746px;
        position: absolute;
    }
}