/*--------------------------------------------------------------
# Defendant Watch Section start
--------------------------------------------------------------*/
.dfd_container{

  background: url(../../assets/img/bb/purple_bg.svg) no-repeat top center;  
  padding-top: 60px;
 
}

.dfd_watch .d-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 24px 30px 14px ;
  text-align: center;
  transition: 0.3s;
  border-radius: 15px;
}

.dfd_watch .d-item .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}


.dfd_watch .container h2 {
color: #fff;
/* color: #000; */
font-size: 50px;
font-weight: 600;
line-height: 66.5px;

text-align: center;
margin-bottom: 5px;

}
.dfd_watch .container p {

font-size: 22px;
font-weight: 400;
line-height: 29px;
text-align: center;
color: #fff;
/* color: #000; */
margin-bottom: 30px;
}

.dfd_watch .d-item h3 {
 

  color: #000;

font-size: 32px;
font-weight: 600;
line-height: 42px;


}
.dfd_watch .d-item img {
  margin-bottom: 15px;
}
.dfd_watch .d-item p{
   
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
 
    }

.dfd_watch .d-item .read-more {
  /* display: inline-flex; */
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 1px 20px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
}

.dfd_watch .d-item .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.dfd_watch .bi-arrow-right::before{
    content: "\f135";
    font-size: 38px;
    color: #000;
}


.dfd_watch .d-item.item-indigo {
  /* border-bottom: 3px solid #6610f2; */
}

.dfd_watch .d-item.item-indigo .icon {
  color: #6610f2;
  background: rgba(102, 16, 242, 0.1);
}

.dfd_watch .d-item.item-indigo .read-more {
  color: #6610f2;
}

.dfd_watch .d-item.item-indigo:hover {
  /* background: #6610f2; */
  /* background: rgb(102 16 242 / 20%); */
}



.dfd_watch .d-item:hover h3,
.dfd_watch .d-item:hover p,
.dfd_watch .d-item:hover .read-more {
  /* color: #fff; */
  /* color:  #8F42A9; */

}

.dfd_watch .d-item:hover .icon {
  /* background: #fff; */
}


@media (min-width: 1200px) {
    .dfd_container{
        max-width: 1356px;
        margin: 0 auto;
      }
  }


/*--------------------------------------------------------------
# Defendant Watch Section end
--------------------------------------------------------------*/