* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
   font-family: "Raleway", sans-serif;
}

/* navbar */
.custom-navbr {

}

.custom-logo {
  

}

.custom-active-link {
  color: rgba(124, 78, 228, 1);

}
.custom-icon{
    color: rgba(51, 51, 51, 1);

}
.btun {
  background: rgba(124, 78, 228, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.btun:hover {
 background: rgb(108, 75, 187);
  color: rgba(255, 255, 255, 1);
}
/* hero section */

.hero-section {
  background: rgba(124, 78, 228, 1);


}


h1{
 color: rgba(255, 255, 255, 1);

}

.hero-text p{
    color: rgba(255, 255, 255, 1);

}

.custom-btun {
  background: rgba(255, 255, 255, 1);
 color: rgba(55, 55, 55, 1);
border-radius: 10px;
}

.custom-btun:hover {
  
}

/* cards section  */
.btun3{
border: 1px solid rgba(124, 78, 228, 1);
color: rgba(124, 78, 228, 1);
}

.custom-card{
    border: none;

}
.custom-card a{
    color: rgba(124, 78, 228, 1);

}

/* form section */
.form-section {
  text-align: center;
background: rgba(124, 78, 228, 1);
color: rgba(255, 255, 255, 1);

}
.form-section p{
    color: rgba(255, 255, 255, 1);
}
.custom-color{
    color: rgba(90, 113, 132, 1);
}
.form-btun{
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);

}
.form-btun:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgb(103, 65, 190);
    color: rgba(255, 255, 255, 1);

}
.custom-border {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 84px 0px rgba(0, 0, 0, 0.07);

}

/* footer section */
.footer-links{
    color: rgba(21, 14, 6, 1);

}

.custom-icons {
 background: rgba(124, 78, 228, 1);

}

.line{
    border: 1px solid rgba(124, 78, 228, 1)
}