/* Utility section */
.primary-btn {
  font-size: 1.2rem;
  text-align: center;
  display: none;
}
.Secondary-btn {
  padding: 10px;
  font-size: 1.5rem;
}
/* Navigation section */
.container {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.container__menu {
  margin-right: 1.5rem;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}
/* js toggler class */
.show {
  display: block !important;
}
/* Home section */
.home {
  height: 318px;
  padding-inline: 50px;
}
.home::before {
  height: 540px;
}
.home-para {
  font-size: 1.7rem;
}
/* services section */
.service-header {
  margin-top: 100px;
}
.services-para {
  font-size: 1.4rem;
}
