* {
  scroll-padding-top: 5rem;
}

body {
  overflow-x: hidden;
}
body h2 {
  text-transform: uppercase;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #9e9e9e;
}

::-webkit-scrollbar-thumb {
  background: #00abb3;
}

.navbar {
  background-color: #00abb3;
}
.navbar .navbar-toggler {
  color: #ffcdcd;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00abb3;
  background-color: #fff;
}

.hero-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-section {
    background-position: 60%;
  }
}
.hero-section .container {
  height: 100vh;
}
.hero-section .container .holder {
  border-left: 0.5rem solid #00abb3;
}
@media (max-width: 768px) {
  .hero-section .container .holder {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.664);
  }
}
.hero-section .container .holder .hero-title {
  color: #00abb3;
}
.hero-section .container .holder .hero-desc {
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    color: rgb(0, 0, 0);
  }
}
.hero-section .container .holder a {
  background-color: #00abb3;
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}
.hero-section .container .holder a:hover {
  border-radius: 2rem !important;
}

.feat {
  position: relative;
  transform: translateY(-2rem);
}
.feat .row .left {
  background-color: #00abb3;
}
.feat .row .right {
  background-color: rgb(29, 29, 29);
}
.feat .row svg {
  color: #eee;
}
.feat .row span {
  color: #fff;
}
.feat .row p {
  color: #fff;
}

.section-1 .content .section-title {
  color: #00abb3;
}

.section-2 {
  background-color: rgb(29, 29, 29);
  position: relative;
}
.section-2 .content {
  color: #fff;
}
.section-2 .content .section-2-title {
  color: #00abb3;
}

.section-3 .holder .title {
  color: #00abb3;
}

.section-discount {
  background-color: #232931;
}
.section-discount .content .section-title {
  color: #fff;
}
.section-discount .content .offer {
  border: 0.1em dashed #00abb3;
  border-radius: 1em;
}
.section-discount .coupon-img-holder {
  cursor: pointer;
}
.section-discount .coupon {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(29, 29, 29, 0.596);
  cursor: pointer;
}
.section-discount .coupon img {
  border-radius: 5px;
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .section-discount .coupon img {
    width: 90%;
  }
}

.section-contact {
  background-color: #eee;
}
.section-contact .title {
  color: #00abb3;
}
form.CUS input.subject {
  display: none;
}
legend {
  color: #00abb3;
  font-weight: 600;
  background-color: rgba(#fff, 1);
  border: 1px solid #b1b1b1;
  padding: 0.5rem;
  width: fit-content;
  float: none !important;
  margin: auto !important;
}
.service-date {
  border: 1px solid rgba(#b1b1b1, 1);
}
.service-time {
  border: 1px solid rgba(#b1b1b1, 1);
  padding: 0.3rem !important;
}
.section-contact form .form-control:focus {
  border-color: #00abb3;
  box-shadow: none;
}
.section-contact form .btn {
  background-color: #00abb3;
  color: #fff;
}
.section-contact form .btn:hover {
  background-color: #000;
}

.about {
  background-color: #000;
}
.about .title {
  color: #00abb3;
}
.about .details .mail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about .details .mail a {
  text-decoration: none;
  color: inherit;
}
.about .about-contact-title {
  color: #00abb3;
}
.about .service-locations a {
  background-color: #00abb3;
  color: #eee;
  margin: 0.3rem;
}
.about .service-locations a:hover {
  background-color: #fff;
  color: #00abb3;
}

footer {
  background-color: rgb(19, 19, 19);
}
footer .social svg {
  color: rgb(150, 150, 150);
  margin: 0.25rem;
}
footer .social svg:hover {
  color: #00abb3;
}

.btn-top {
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  font-size: 2em;
  cursor: pointer;
  display: none;
  color: #0d7e83;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
} /*# sourceMappingURL=main.css.map */
