.icon {
  font-size: 25px;
  color: #ece5e5;
  width: 40px;
  height: 40px;
  border: solid 1px rgba(256, 256, 256, 0.2);
  border-radius: 50%;
  padding: 30px;
}

.navbar-brand img {
  width: 70px;
}

header {
  background-image: url(../imges/bg.jpg);
  background-size: cover;
  background-position: center center;
}

:root {
  --main-color: #ff206e;
  
}
.text-color {
  color: var(--main-color);
}

.title h2 {
  font-size: 5rem;
  color: #f1f1f1;
}
.title h3 {
  font-size: 2.5rem;
}

#home {
  background-image: url(../imges/light_dot.jpg);
}

#services {
  background-image: url(../imges/dark_dot.jpg);
}

#services .title h2 {
  color: #222;
  letter-spacing: 5px;
}
#services .title h2 {
  color: #ffffff;
  letter-spacing: 5px;
}

#services .icon {
  border: 2px;
 
}
#services h4{
  position: relative;
}

#services h4:after{
  content: "";
  position: absolute;
  top: 100% ;
  left: 50%;
  transform: translatex(-50%);
  width: 25%;
  height: 1px;
  background-color: var(--main-color);
}

#services .item{
  margin-bottom: 50px;
}