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

/*   --bs-navbar-toggler-icon-bg   */
@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");
}
body {
  overflow-x: hidden;
  font-family: "Poppins Regular" !important;
}

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

::-webkit-scrollbar-track {
  background: #2d4059;
}

::-webkit-scrollbar-thumb {
  background: #31bccc;
}

.navbar {
  background-color: #2d4059;
  color: #fff;
  border-bottom: 0.3rem solid #31bccc;
}
.navbar .navbar-toggler {
  color: #31bccc;
  transition: all 0.3s ease-in-out;
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler:focus[aria-expanded="true"] {
  transform: rotate(90deg);
}
.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: #31bccc;
}
.navbar .navbar-nav .nav-item .btn {
  background-color: #31bccc;
  border: none;
  color: #2d4059;
}
.navbar .navbar-nav .nav-item .btn:hover {
  background-color: #fff;
}

.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: 90vh;
}
@media (max-width: 768px) {
  .hero-section .container .holder {
    width: 100% !important;
  }
}
.hero-section .container .holder span {
  color: #fff;
}
.hero-section .container .holder .hero-title {
  color: #31bccc;
  font-size: 3rem !important;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-title {
    font-size: 2rem !important;
  }
}
.hero-section .container .holder a {
  background-color: #31bccc;
  color: #2d4059;
  border: none;
}
.hero-section .container .holder a:hover {
  box-shadow: 0.2rem 0.2rem 1rem #000;
}
.hero-section .container .holder .hero-desc {
  color: #fff;
  font-size: 1.2rem !important;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    width: 100% !important;
    font-size: 1rem !important;
  }
}

.models {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.models .models-title {
  color: #31bccc;
}
.models li {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.models li:hover {
  color: #31bccc;
}
.models li:hover i {
  color: #31bccc;
}
.models i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.counter {
  background-color: #2d4059;
}
.counter p {
  color: #f8f8f8;
}
.counter #counter {
  max-width: 100%;
  list-style: none;
}
.counter #counter li {
  text-align: center;
}
.counter #counter span {
  color: #31bccc;
}
.counter #counter i {
  color: #31bccc;
}

.section-1 .content span {
  color: #31bccc;
}
.section-1 .content .section-title {
  color: #2d4059;
}
.section-1 .content .section-title span {
  color: #31bccc;
}
.section-1 .content .btn {
  background-color: #e1e1e1;
}

.section-2 .content {
  position: relative;
}
.section-2 .content span {
  color: #31bccc;
}
.section-2 .content .bg-text {
  position: absolute;
  color: #31bccc;
  font-size: 2.5rem;
  font-weight: 800;
  left: -1rem;
  top: 1.5rem;
}
@media (max-width: 768px) {
  .section-2 .content .bg-text {
    font-size: 1.5rem;
    font-weight: 800;
    left: -0.5rem;
    position: relative;
  }
}
.section-2 .content .section-2-title {
  color: #2d4059;
}
.section-2 .content .btn {
  background-color: #e1e1e1;
}

.section-discount {
  background-color: #2d4059;
}
.section-discount .content span {
  color: #fff;
}
.section-discount .content .section-title {
  color: #31bccc;
}
.section-discount .content .desc {
  color: #fff;
}
.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 .title {
  color: #2d4059;
}
form.CUS input.subject {
  display: none;
}
legend {
  color: #2d4059;
  font-weight: 600;
  background-color: rgba(#fff, 1);
  border: 1px solid #31bccc;
  padding: 0.5rem;
  width: fit-content;
  float: none !important;
  margin: auto !important;
}
.service-date {
  border: 1px solid rgba(#2d4059, 0.5);
}
.service-time {
  border: 1px solid rgba(#2d4059, 0.5);
  padding: 0.3rem !important;
}
.section-contact form .form-control:focus {
  border-color: #444444;
  box-shadow: none;
}
.section-contact form .btn {
  background-color: #e1e1e1;
  color: #2d4059;
}

.about {
  background-color: #2d4059;
  color: #fff;
}
.about .title {
  color: #fff;
}
.about .details .mail {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .about .details .mail {
    font-size: 0.9rem;
  }
}
.about .details .mail a {
  text-decoration: none;
  color: inherit;
}
.about .about-contact-title {
  color: #31bccc;
}
.about .service-locations a {
  background-color: #e1e1e1;
  color: #2d4059;
  margin: 0.3rem;
}

footer {
  background-color: #2d4059;
  border-top: 0.1rem solid #fff;
}
footer .social i {
  color: rgb(150, 150, 150);
  margin: 0.25rem;
}
footer .social i:hover {
  color: #31bccc;
}

.float {
  background-color: #2d4059;
  position: fixed;
  transform: rotate(-90deg);
  top: 50%;
  left: -8.5rem;
  border: 0.3rem solid #31bccc;
}
@media (max-width: 768px) {
  .float {
    display: none;
  }
}
.float:hover a {
  color: #31bccc !important;
}
.float a {
  color: #fff;
}

.btn-top {
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  font-size: 2em;
  cursor: pointer;
  display: none;
  color: #31bccc;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
}
.btn-top:hover {
  color: #1a6068;
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #31bccc;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
} /*# sourceMappingURL=main.css.map */
