@import "nav-app.css";
@import "header-home.css";
@import "about-section.css";
@import "servives-section.css";
@import "mine_swiper.css";
@import "contact.css";
@import "footer-section.css";

body {
  background: #00000007;
  color: #757575;
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}

* {
  font-family: sans-serif;
  margin: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  /* width: unset ; */
}

html {
  scroll-behavior: smooth;
}
/* Custom Scroll Bar CSS */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #00bad2;
  border-radius: 12px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #1ed761;
}

a {
  color: #000;
  color: unset !important;
  text-decoration: none !important;
}

/** title SECTIONS  */

.section-title {
  /* background: turquoise; */
  /* margin-top: 20px; */

  padding: 35px 0;
  text-align: center;
}

.section-title h1 {
}
