* {
  scroll-padding-top: 5rem;
  font-family: "Poppins Regular" !important;
}

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

@font-face {
  font-family: "Poppins Regular";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"),
    url("../webfonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins Bold";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Bold"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
}
::-webkit-scrollbar {
  width: 5px;
}

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

::-webkit-scrollbar-thumb {
  background: #28abb9;
}

.navbar {
  background-color: #2d6187;
}
.navbar .navbar-toggler {
  color: #28abb9;
}
.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: #28abb9;
}

.hero-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-section {
    background-position: 50%;
  }
}
.hero-section .container {
  height: 100vh;
}
.hero-section .container .holder {
  border-radius: 0.3rem;
}
@media (max-width: 768px) {
  .hero-section .container .holder {
    width: 100% !important;
    border-radius: 0.3rem;
  }
}
.hero-section .container .holder span {
  color: #fff !important;
}
.hero-section .container .holder .hero-title {
  color: #28abb9;
}
.hero-section .container .holder .hero-desc {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    color: rgb(255, 255, 255);
  }
}
.hero-section .container .holder a {
  background-color: #fff;
  border: 0.15rem solid #000;
  color: #2d6187;
  transition: all 0.3s ease-in-out;
  box-shadow: 0.7rem 0.7rem 0rem #000;
}
.hero-section .container .holder a:hover {
  box-shadow: 0.3rem 0.3rem 0rem #000;
}

.feat .row svg {
  color: #2d6187;
}
.feat .row span {
  color: #28abb9;
}

.section-1 .content .section-title {
  color: #fff;
  background-color: #2d6187;
}

.section-2 {
  position: relative;
}
.section-2 .content .section-2-title {
  color: #fff;
  background-color: #2d6187;
}

.section-3 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-3 .holder .title {
  color: #fff;
  background-color: #2d6187;
}

.section-discount {
  background-color: #2d6187;
}
.section-discount .content .section-title {
  color: #fff;
}
.section-discount .content .section-title .same-day {
  color: #28abb9;
}
.section-discount .content .offer {
  border: 0.1em solid #000;
  background-color: #fff;
  color: #2d6187;
  transition: all 0.3s ease-in-out;
  box-shadow: 0.7rem 0.7rem 0rem #000;
}
.section-discount .content .offer:hover {
  box-shadow: 0.3rem 0.3rem 0rem #000;
}
.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: #28abb9;
}
form.CUS input.subject {
  display: none;
}
legend {
  color: #28abb9;
  font-weight: 600;
  background-color: rgba(#fff, 1);
  border: 1px solid #2d6187;
  padding: 0.5rem;
  width: fit-content;
  float: none !important;
  margin: auto !important;
}
.service-date {
  border: 1px solid rgba(#2d6187, 0.5);
}
.service-time {
  border: 1px solid rgba(#2d6187, 0.5);
  padding: 0.3rem !important;
}
.section-contact form .form-control:focus {
  border-color: #28abb9;
  box-shadow: none;
}
.section-contact form .btn {
  background-color: #2d6187;
  color: #28abb9;
}
.section-contact form .btn:hover {
  background-color: #28abb9;
  color: #2d6187;
}

.about {
  background-color: #2d6187;
}
.about .title {
  color: #28abb9;
}
.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: #28abb9;
}
.about .service-locations a {
  background-color: #28abb9;
  color: #2d6187;
  margin: 0.3rem;
}
.about .service-locations a:hover {
  background-color: #fff;
  color: #2d6187;
}

footer {
  background-color: #000;
}
footer .social svg {
  color: rgb(150, 150, 150);
  margin: 0.25rem;
}
footer .social svg:hover {
  color: #28abb9;
}

.btn-top {
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  font-size: 2em;
  cursor: pointer;
  display: none;
  color: #28abb9;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
}

/* Animaion */
.hover-2 {
  --c: #2d6187; /* the color */
  --b: 0.1em; /* border length*/
  --d: 20px; /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  color: var(--c);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background: conic-gradient(
        at left var(--d) bottom var(--d),
        rgba(0, 0, 0, 0) 90deg,
        rgba(255, 255, 255, 0.3) 0 225deg,
        rgba(255, 255, 255, 0.6) 0
      )
      border-box,
    conic-gradient(
        at left var(--_s) bottom var(--_s),
        rgba(0, 0, 0, 0) 90deg,
        var(--c) 0
      )
      0 100% / calc(100% - var(--b)) calc(100% - var(--b)) border-box;
  transform: translate(calc(var(--d) / -1), var(--d));
  -webkit-clip-path: polygon(
    var(--d) 0%,
    var(--d) 0%,
    100% 0%,
    100% calc(100% - var(--d)),
    100% calc(100% - var(--d)),
    var(--d) calc(100% - var(--d))
  );
  clip-path: polygon(
    var(--d) 0%,
    var(--d) 0%,
    100% 0%,
    100% calc(100% - var(--d)),
    100% calc(100% - var(--d)),
    var(--d) calc(100% - var(--d))
  );
  transition: 0.5s;
}

.hover-2:hover {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(
    0% var(--d),
    var(--d) 0%,
    100% 0%,
    100% calc(100% - var(--d)),
    calc(100% - var(--d)) 100%,
    0% 100%
  );
  clip-path: polygon(
    0% var(--d),
    var(--d) 0%,
    100% 0%,
    100% calc(100% - var(--d)),
    calc(100% - var(--d)) 100%,
    0% 100%
  );
} /*# sourceMappingURL=main.css.map */
