@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
@font-face {
  font-family: font-main;
  src: url(../font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: font-secondary;
  src: url(../font/FuzzyBubbles-Bold.ttf);
}
.hamburger-menu {
  font-family: font-main;
  font-size: 40px;
}

.head {
  background-color: rgb(19, 26, 37);
}

.sosial-media {
  width: 30px;
  height: 30px;
}

.facebook {
  background-color: rgb(59, 89, 152);
}

.envelope {
  background-color: rgb(0, 172, 237);
}

.whatsapp {
  background-color: rgb(203, 32, 39);
}

.instagram {
  background-color: rgb(81, 127, 164);
}

.logo {
  width: 100px;
  height: 100px;
}

a {
  text-decoration: none;
}

.menu-item:hover .hover-menu {
  color: #56BD97;
}

.color-green {
  color: #56BD97;
}

.color-blue {
  color: #32AAD6;
}

.color-dark {
  color: rgb(19, 26, 37);
}

.color-white {
  color: white;
}

.color-yellow {
  color: #FDB714;
}

.offcanvas-body {
  color: rgb(19, 26, 37) !important;
}

.dropdown-menu {
  transition: 0.3s;
  transform: translatex(-50px);
}/*# sourceMappingURL=menu-style.css.map */