.spam {
  display: none;
}
* {
  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: #ff5004;
}
.navbar {
  background-color: #002347;
}
.navbar .navbar-toggler {
  color: #ff5004;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff5004;
}
.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: #ff5004 !important;
}
.hero-section .container .holder .hero-title {
  color: #fff;
}
.hero-section .container .holder .hero-desc {
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    color: #fff;
  }
}
.hero-section .container .holder a {
  background-color: #ff5004;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-section .container .holder a:hover {
  background-color: #002347;
  color: #ff5004;
}
.feat .row div {
  background-color: #002347;
}
.feat .row .line {
  width: 40%;
  height: 0.1rem;
  background-color: #eee;
}
.feat .row svg {
  color: #eee;
  font-size: 3.5rem !important;
}
.feat .row span {
  color: #ff5004;
}
.section-1 .content .section-title {
  color: #ff5004;
}
.section-2 {
  position: relative;
}
.section-2 .content .section-2-title {
  color: #ff5004;
}
.section-3 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.section-3 .holder .title {
  color: #ff5004;
}
.section-discount {
  background-color: #002347;
}
.section-discount .content .section-title {
  color: #fff;
}
.section-discount .content .section-title .same-day {
  color: #ff5004;
}
.section-discount .content .offer {
  background-color: #fff;
  color: #002347;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0.7rem 0.7rem 0rem #ff5004;
  box-shadow: 0.7rem 0.7rem 0rem #ff5004;
}
.section-discount .content .offer:hover {
  -webkit-box-shadow: 0rem 0rem 0rem #ff5004;
  box-shadow: 0rem 0rem 0rem #ff5004;
}
.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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .section-discount .coupon img {
    width: 90%;
  }
}
.section-contact {
  background-color: #eee;
}
.section-contact .title {
  color: #ff5004;
}
form.CUS input.subject {
  display: none;
}
legend {
  color: #ff5004;
  font-weight: 600;
  background-color: rgba(#fff, 1);
  border: 1px solid #002347;
  padding: 0.5rem;
  width: fit-content;
  float: none !important;
  margin: auto !important;
}
.service-date {
  border: 1px solid rgba(#002347, 0.5);
}
.service-time {
  border: 1px solid rgba(#002347, 0.5);
  padding: 0.3rem !important;
}
.section-contact form .form-control:focus {
  border-color: #ff5004;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-contact form .btn {
  background-color: #002347;
  color: #ff5004;
}
.section-contact form .btn:hover {
  background-color: #ff5004;
  color: #002347;
}
.about {
  background-color: #002347;
}
.about .title {
  color: #ff5004;
}
.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: #ff5004;
}
.about .service-locations a {
  background-color: rgba(255, 80, 4, 0);
  border: 0.1rem solid #ff5004;
  color: #fff;
  margin: 0.3rem;
}
.about .service-locations a:hover {
  background-color: #fff;
  color: #002347;
}
footer {
  background-color: #000;
}
footer .social svg {
  color: #969696;
  margin: 0.25rem;
}
footer .social svg:hover {
  color: #ff5004;
}
.btn-top {
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  font-size: 2em;
  cursor: pointer;
  display: none;
  color: #ff5004;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
} /*# sourceMappingURL=main.css.map */
