body {
  background-color: rgb(255, 255, 246);
}


header {
  background-color: rgb(255, 255, 246);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}

h2 {
  color: rgba(253, 164, 0, 1);
}

/* Autohide Navbar */
.autohide {
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.scrolled-down {
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform:translateY(0); transition: all 0.3s ease-in-out;
}
/* Autohide Navbar End */

/* Hero */

#hero {
  background-color: rgb(255, 255, 246);
}

#hero img {
  max-width: 800px
}

/* Badge */

.badge {
  background-color: rgba(253, 165, 0, 0.3);
  color: black;
  font-weight: 700;
  font-size: 1em;
}
/* Badge End */

/* Get to know us better */

.know-us {
  font-weight: 400;
  font-size: 1.25em;
}
/* Get to know us better End */

/* Hero End */

/* Services */

#services {
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 40px;
}

/* Cards */



.card-text {
  font-weight: 600;
}

.rounded-circle {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}

.bi-signpost-2, .bi-activity, .bi-paragraph, .bi-graph-up-arrow, .bi-robot {
  color: rgba(0, 0, 0, 1);
  font-size: 2em;
}



#strategy .rounded-circle {
  background-color: rgba(253, 164, 0, 0.2);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}



#performance .rounded-circle {
  background-color: rgba(240, 224, 48, 0.2);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}



#content .rounded-circle {
  background-color: rgba(194, 200, 204, 0.2);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}


#data .rounded-circle {
  background-color: rgba(22, 76, 105, 0.2);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}

#martech {
  background-color: rgba(255, 255, 246, 1);
}

#martech .rounded-circle {
  background-color: rgba(255, 255, 246, 0.2);
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .12);
}

/* Cards End */

/* Services */

#services h3 {
  color: rgba(22, 76, 105, 1);
}

#sp, #pm, #cp, #da, #mt {
  background-color: rgba(255, 255, 255, 1);
}

/* Cancel

#sp {
  border-color: rgba(253, 164, 0, 1)!important;
  box-shadow: 0 2px 5px 0px rgb(253, 164, 0, .5);
  background-color: rgba(255, 255, 255, 1);
}

#pm {
  border-color: rgba(240, 224, 48, 1)!important;
  box-shadow: 0 2px 5px 0px rgba(240, 224, 48, .5);
  background-color: rgba(255, 255, 255, 1);
}

#cp {
  border-color: rgba(194, 200, 204, 1)!important;
  box-shadow: 0 2px 5px 0px rgba(194, 200, 204, .5);
  background-color: rgba(255, 255, 255, 1);
}

#da {
  border-color: rgba(22, 76, 105, 1)!important;
  box-shadow: 0 2px 5px 0px rgba(22, 76, 105, .5);
  background-color: rgba(255, 255, 255, 1);
}

#mt {
  border-color: rgba(255, 255, 246, 1)!important;
  box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, 1);
}

*/
