
.icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid; 
  border-color: white;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
font-size: 94px;
}
.icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
font-size: 54px;
}
.icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.icon-box h3:hover {
  color: #d91717;
  transition: ease-in-out 0.3s;
}
.icon-box:hover {
  border-color: #d91717;
  color: #d91717;
}
.icon-box:hover h3 {
  color: #d91717;
}
.icon-box:hover {
    cursor: pointer;
}

.icon-box:hover .icon2 {
  color: #d91717;
}
        
        .hover-div {
            padding: 10px 10px;
            text-align: center;

        }
        
        .hover-div {
           
            background: black
            
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin: 10px 0px;
        }
        
        .hover-div:hover {
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
            cursor: pointer;
            border-radius: 5px;
        }
.button100 {
color: white;
background-color: black;
Border-color: white;
Border-radius: 0px;



color : white; 
margin-bottom: 18%;
        }
.button100:hover
{
border-color: #d91717;
  color: #d91717;
}

.icon2 {
color: white;

font-size: 120px;

}

.icon2:hover {
color: #d91717;
}
