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

body {
  overflow-x: hidden;
}

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

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

::-webkit-scrollbar-thumb {
  background: #13293d;
}

.navbar {
  background-color: #13293d;
  color: #fff;
}
.navbar .navbar-toggler {
  color: #0d7e83;
}
.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: #0d7e83;
}

.hero-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}
@media (max-width: 768px) {
  .hero-section {
    background-position: 20%;
  }
}
.hero-section .container {
  height: 90vh;
}
.hero-section .container .hero-title {
  color: #0d7e83;
}
.hero-section .container a {
  background-color: #0d7e83;
  color: #fff;
  border: none;
}
.hero-section .container a:hover {
  background-color: #13293d;
}

.section-1 .content .section-title {
  color: #0d7e83;
}

.section-2 {
  background-color: #eee;
  position: relative;
}
.section-2 .content .section-2-title {
  color: #0d7e83;
}

.section-discount .content .section-title {
  color: #0d7e83;
}
.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: #13293d;
}
.section-contact form .form-control:focus {
  border-color: #0d7e83;
  box-shadow: none;
}
.section-contact form .btn-contact {
  background-color: #13293d;
  color: #fff;
}
.section-contact form .btn-contact:hover {
  background-color: #0d7e83;
  color: #13293d;
}

.about {
  background-color: #000;
}
.about .title {
  color: #0d7e83;
}
.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 .service-locations a {
  background-color: #0d7e83;
  margin: 0.3rem;
}
.about .service-locations a:hover {
  background-color: #fff;
  color: #13293d;
}

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

.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 */