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

@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: #405983;
}

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

.top-bar {
  background-color: #405983;
}
.top-bar .phone a {
  color: #eee;
}
.top-bar .hours {
  color: #eee;
}
.top-bar svg {
  color: #31BCCC;
}

.navbar {
  background-color: #eee;
  color: #405983;
  border-bottom: 0.3rem solid #31BCCC;
}
.navbar .navbar-toggler {
  color: #405983;
  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] {
  color: #31BCCC;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #405983;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  overflow: hidden;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.2rem;
  position: relative;
  left: -120%;
  background-color: #31BCCC;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #31BCCC;
}
.navbar .navbar-nav .nav-item .nav-link:hover::after {
  left: 0;
}

.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;
}
.hero-section .container .holder {
  /*start typing Effect*/
  /*End typing Effect*/
}
.hero-section .container .holder .typewriter span {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #31BCCC; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 4.5s steps(40, end), blink-caret 0.75s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #31BCCC;
  }
}
@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: #fff;
  text-shadow: 3px -1px #405983;
  font-size: 4rem !important;
  transition: all 0.3s ease-in-out;
}
.hero-section .container .holder .hero-title span {
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-title {
    font-size: 2.5rem !important;
  }
}
.hero-section .container .holder a {
  background-color: #31BCCC;
  color: #fff;
  border: none;
}
.hero-section .container .holder .hero-desc {
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    width: 100% !important;
    font-size: 1rem !important;
  }
}

.section-1 .content .bg-text {
  color: #31BCCC;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section-1 .content .bg-text {
    font-size: 1rem;
  }
}
.section-1 .content .section-title {
  color: #405983;
}
.section-1 .content .section-title span {
  color: #31BCCC;
}
.section-1 .content .btn {
  background-color: #405983;
  color: #fff;
  border: none;
}

.section-2 {
  position: relative;
}
.section-2 .content .bg-text {
  color: #31BCCC;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section-2 .content .bg-text {
    font-size: 1rem;
  }
}
.section-2 .content .section-2-title {
  color: #405983;
}
.section-2 .content .btn {
  background-color: #405983;
  color: #fff;
  border: none;
}
.section-2 .custom-shape-divider-bottom-1677670170 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.section-2 .custom-shape-divider-bottom-1677670170 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 58px;
}
.section-2 .custom-shape-divider-bottom-1677670170 .shape-fill {
  fill: #405983;
}

.section-discount {
  background-color: #405983;
}
.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: #405983;
}
.section-contact form ::-moz-placeholder {
  color: #293A80;
}
.section-contact form ::placeholder {
  color: #293A80;
}
.section-contact form .form-control {
  background-color: rgba(0, 0, 0, 0);
  border: 0.1rem solid #405983;
}
.section-contact form .form-control:focus {
  border-color: #405983;
  box-shadow: none;
}
.section-contact form .btn-contact {
  background-color: #405983;
  color: #fff;
}
.section-contact .map {
  width: 100%;
  height: 100%;
}

.about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.about .title {
  color: #fff;
}
.about .details .mail {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about .details .mail a {
  text-decoration: none;
  color: inherit;
}
.about .about-contact-title {
  color: #31BCCC;
}
.about .service-locations a {
  background-color: #405983;
  color: #fff;
  border: none;
  margin: 0.3rem;
}

footer {
  background-color: #405983;
  border-top: 0.1rem solid #fff;
}
footer .social svg {
  color: rgb(150, 150, 150);
  margin: 0.25rem;
}
footer .social svg:hover {
  color: #31BCCC;
}

.float {
  background-color: #405983;
  position: fixed;
  transform: rotate(-90deg);
  top: 50%;
  left: -4.5rem;
  transition: all 0.3s ease-in-out;
  border: 0.3rem solid #31BCCC;
}
@media (max-width: 768px) {
  .float {
    display: none;
  }
}
.float:hover {
  left: -3.5rem;
}
.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;
  stroke: #405983;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
}

.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: #405983 !important;
  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 !important;
}

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