.rowcontact{
    justify-content: center;
    align-items: center;
    background-image: url(../img/background/pexels-fauxels-3184418.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    height: 45vh;
    text-align: center;
    z-index: -2 !important;
    position: relative;
    
}
.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 5%, rgba(163,52,38,1) 52%, rgba(0,212,255,1) 100%);
    opacity: 0.6;
    z-index: -1 !important;
  }

  .contacth1{
    color:white;
    font-weight: 600;
    font-size:45 px;
    font-family: Arial, Helvetica, sans-serif;


}

.btn-getstarted{
    padding: 10px;
    cursor: pointer;
  
    font-size: 18px;
}
.spanc{
    font-size: 55px;
    color: red;
    text-shadow: 4px -2px 30px rgba(231,32,32,0.65);
    font-weight: 700;
}




.feature-box {
    height: 250px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.feature-box:hover {
    transform: translateY(-10px);
}

.icon {
    color: #007bff;
}

.cta {
    background: #007bff;
    padding: 50px 0;
}

/* Timeline Design */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 300px !important;
    cursor: pointer;
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    transition:transform .7s;
}

.timeline-content {
    align-items: center;
    display: grid;
    height: 250px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
}
.timeline-item:hover .timeline-icon{
    transform: rotate(360deg);

}
.joinh{
    color: white;
    font-weight: 600;

}




/* CSS */
.button-29 {
  align-items: center;
 
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;

  height: 48px;
  justify-content: center;

  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;

  font-size: 18px;

}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}