@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&display=swap'); /* -- Cookies --*/
#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #131415;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    display: none;
}

#cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: #fff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #4070f4;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #4070f4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Oxygen", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Remove list styles */
ul, ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
}

/* Images */
img {
    max-width: 100%;
    /* display: block; */
}

/* Buttons */
button {
    border: none;
    background: none;
    cursor: pointer;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
}

.p-100 {
    padding: 100px 0;
}

.footer {
    background: #1B1D1F;
    padding: 100px 0 50px;
}

.footer-btm {
    background: #35353a;
    padding: 10px 0;
    color: #fff;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 18px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
    display: inline-block;
    padding: 0 10px;
}

footer ul li a {
    text-decoration: none;
    color: #909aa2;
    transition: all ease 0.5s;
}

footer ul li a:hover {
    text-decoration: none;
    color: #4743c9;
}

.footer-line {
    width: 50px;
    height: 3px;
    background-color: #4743c9;
    margin: 0.5rem 0 1rem;
}

.copywrite-text {
    color: #adb6bc;
    font-size: 15px;
    text-transform: uppercase;
}

.our-solutions {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    z-index: 0;
    padding: 100px 0;
    background: #e8e7f5;
}

.our-solutions:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 70%;
    /* background-image: url(../images/our-solutions-bg.png); */
    z-index: -1;
}

.sub-title {
    font-size: 16px;
    line-height: 32px;
    color: #f2b230;
    font-family: "Oxygen", sans-serif;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.our-solutions .single-item {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
    text-align: center;
    padding: 15px 15px 15px;
    margin-bottom: 20px;
    /* min-height: 435px; */
    margin-bottom: 40px;
    display: flex;
}

.our-solutions .single-item img {
    height: auto;
    max-width: 80px;
    object-fit: contain;
}

.single-item-content {
    text-align: left;
    padding-left: 30px;
}

.our-solutions .single-item h5 {
    margin: 21px 0 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #4743c9;
    font-size: 20px;
    font-family: "Oxygen", sans-serif;
}

.lostRevenueBlock-inner .title {
    text-transform: uppercase;
    font-size: 65px;
}

.heading-text {
    color: #d6d6d6;
}

.features {
    margin-top: 20px;
}

.feature-block {
    padding: 100px 0;
    position: relative;
}

.feature-block:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50px;
    height: 100%;
    width: 20%;
    background: url(../images/about_dots.png) no-repeat;
    z-index: -1;
}

.features li {
    margin: 15px 0px;
    box-shadow: 0px 12px 24px rgba(106, 105, 194, 0.25);
    padding: 25px;
    margin-top: 25px;
}

.features li img {
    margin-right: 10px;
}

.lostRevenueBlock {
    background: url(../images/lostRevenueBlock-bg.jpg) center no-repeat;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
}

.button-main {
    display: inline-block;
    transition: all ease 0.5s;
    background: #4743c9;
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.button-main:hover {
    background: #000;
    text-decoration: none;
}

.highlighted-text {
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    font-family: "Oxygen", sans-serif;
}

.benefits-inner {
    margin-top: 20px;
}

.ben-content {
    margin-top: 20px;
    box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
    padding: 20px;
}

.ben-content h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #4743c9;
    font-size: 20px;
    font-family: "Oxygen", sans-serif;
}

.banner {
    background: url(../images/banner.jpg) no-repeat;
    padding: 150px 0;
    background-size: cover;
}

.banner-content h2 {
    font-size: 65px;
    font-weight: bold;
    color: #000000;
    line-height: 86px;
    text-transform: uppercase;
}

.banner-content p {
    color: #424242;
    margin: 20px 0;
    margin-bottom: 30px;
}

.accordion-item {
    background: #fff;
    box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
}

.accordion .accordion-item .accordion-button {
    padding: 17px 20px;
    border-radius: 10px;
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    color: #0c266c;
    border: none;
}

.contact-icon {
    width: 60px;
    height: 60px;
}

.contact-icon svg {
    width: 25px;
    height: 25px;
}

.features li span {
    font-weight: bold;
    color: #4743c9;
}

.features li p {
    margin-top: 15px;
}
.nav-link{
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #4743c9;
}
.navbar-nav .nav-link:hover{
    color: #4743c9;
}
.faq-block{
        background: #4743c9;
}
.banner-content .sub-title{
    color: #4743c9;
}
@media screen and (max-width: 600px) {
    .banner-content h2 {
        font-size: 35px;
        font-weight: bold;
        color: #fff;
        line-height: 56px;
    }

    .title {
        font-size: 35px;
    }

    .lostRevenueBlock {
        position: relative;
        z-index: 0;
    }

    .lostRevenueBlock:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }
}
