:root {
  --maincolor: #b6292d;
  --hero-bg-color: #080d10;
  --section-1-bg-color: #ffffff;
  --section-2-bg-color: #fff;
  --section-3-bg-color: #111117;
  --section-4-bg-color: #eef3ed;
  --section-5-bg-color: #fff;
  --section-6-bg-color: #f9f9f9;
  --section-7-bg-color: #ffffff;
  --footer-bg-color: #080d10;
  --footer-bg-image: url('../../assets/images/bg-7.jpg');
}

.bg-white{
  background-color: #fff;
}


.navbar-expand .navbar-nav .nav-item a:not(.btn){
  color: #333;
}

.cblack{
  color: #333!important;
}

.mb-0{
  margin-bottom: 0;
}



.intuisi-wrap .items .item{
  /* background-color: red; */
  display: flex;
  /* justify-content: space-between; */
}

.intuisi-wrap .items .item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.intuisi-wrap .items .item h4{
  margin: 0;
  padding: 0 10px 0 10px;
  font-size: 1rem;
  /* flex-shrink: 0; */
  text-transform: uppercase;
}

.fit-contain{
  object-fit: contain;
}

/* h2 .featured-custom, .featured-custom{
  display: flex;
} */

.percentx{
  display: flex;
  justify-content: center;
}
.percentx-word{
  font-size: 2.5rem;
  color: var(--secondary-color);
  font-weight: bold;
  display: flex;
    align-items: end;
    line-height: 0.75;
}

.customnumber h4{font-size: 16px;}
.max-w50{max-width: 50px;}

.marginspacer{height: 1px; margin-bottom: 30px;}

.flexwrap{
  display: flex;
  flex-wrap:wrap ;
}

.flexwrap .slide-center{
  width: 28%;
  margin: 0 1% 30px;
}

.custombox .card{
  background-color: var(--maincolor);
}

.custombox .card img{
  height: 170px;
  width: auto;
  max-width: fit-content;
  object-fit: contain;
}

.bgblack, .custombox .bgblack{
  background-color: #333333;
}

.clientbox{}
.clientbox img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  max-width: 200px;
  box-shadow: none;
}


.clientbox__wrap{
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  /* border: 1px solid red; */
  text-align: center;
  padding: 20px;
  margin: 5px 0px;
}


.logofooter img{max-width: 210px;}
section#footer {
  padding-bottom: 40px;
}