@tailwind base;
@tailwind components;
@tailwind utilities;
@import "./icomoon/style.css";

.footer .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 220px; */
  /* width: 100%; */
  height: auto;
}

.footer .logo {
  text-align: center;
  /* width: 100%; */
}
.dermet-main ul li div:hover {
  color: #000 !important;
  font-weight: bold;
}
.text-button-uppercase {
  font-weight: 100 !important;
  text-transform: capitalize !important;
}

.menu-main > ul > li > a::before,
.menu-main > ul > li > .link::before {
  height: 1px !important;
}

.menu-main ul li a::before,
.menu-main ul li .link::before {
  background-color: #aeaeae !important;
}
body {
  background: #fffdfd !important;
}

.heading3 {
  color: #8f5e36 !important;
}
.heading4 {
  color: #c68855 !important;
}
.menu-main ul li a,
.menu-main ul li .link.active {
  color: #8f5e36 !important;
}
.scroll-to-top-btn {
  background-color: #8f5e36 !important;
}
.scroll-to-top-btn:hover {
  background-color: #c68855 !important;
}
.scroll-to-top-btn:hover i {
  color: #fffdfd !important;
}
