@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: "Manrope", 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;

}
.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;
    }
    footer ul li a {
      text-decoration: none;
      color: #909aa2;
      transition: all ease 0.5s;
    }
    footer ul li a:hover {
      text-decoration: none;
      color: #0bc4d9;
    }
    .footer-line {
      width: 50px;
      height: 3px;
      background-color: #0bc4d9;
      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;
}
 .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: #0bc3d9;
    font-family: "Manrope", 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;
 }

.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: 40px 15px 33px;
    margin-bottom: 20px;
    min-height: 435px;
        margin-top: 25px;
}
.our-solutions .single-item img{
    max-width: 170px;
}
.our-solutions .single-item h5 {
    margin: 21px 0 24px;
        font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 20px;
}
.heading-text{
    color: #d6d6d6;
}
.features{
    margin-top: 20px;
}
.feature-block{
    padding-bottom: 100px;
}
.features li{
    margin: 15px 0px;
}
.features li img{
    margin-right: 10px;
}
.lostRevenueBlock{
       background: url(../images/lostRevenueBlock-bg.jpg) center no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.button-main{
    display: inline-block;
    transition: all 
ease 0.5s;
    background: #0bc3d9;
    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;
}
.benefits-inner{
        margin-top: 20px;
}
.ben-content{
        margin-top: 20px;
}
.ben-content h4{
        margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.banner{
        background: url(../images/banner.jpg) no-repeat;
    padding: 150px 0;
    background-size: cover;
}
.banner-content h2{
        font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
}
.banner-content p{
        color: #e4e4e4;
    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;
}
@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;
}
}