:root {
  --bodyBgColor: #eddec8;
  --primaryColor: #331922;
  --whiteColor: #ffffff;
  --secondaryColor: #8B8B8B;
  --lightColor: #F3F4F3;
  --darkTileColor: #666666;
  --productCardBg: #E2E2E1;
  --contactButtonBg: #FF6C3A;
  --footerTop: #303132;
  --footerBottom: #242525;
  --Roboto: "Roboto", sans-serif;
  --Lato: "Lato", sans-serif;
  --Catamaran: "Catamaran", sans-serif;
  --swiper-navigation-size: 35px;
}

.navbar-toggler-icon {
  background-image: url('../img/menu.svg');
}

.services-section {
  background-image: url('../img/service/service-bg-brown.svg');
}

/* .services-section::before {
  background-image: url('../img/service/service-top.svg');
}

.services-section::after {
  background-image: url('../img/service/service-bottom.svg');
} */

.gallery-section {
  background-image: url('../img/gallery/gallery-bg-brown.svg');
}

/* .gallery-section::before {
  background-image: url('../img/gallery/gallery-top.svg');
}

.gallery-section::after {
  background-image: url('../img/gallery/gallery-bottom.svg');
} */