@font-face {
  font-display: swap;
  font-family: "Lato";
  font-display: auto;
  src: url("/public/fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "LatoThin";
  font-display: auto;
  src: url("/public/fonts/Lato/Lato-Thin.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "LatoBold";
  font-display: auto;
  src: url("/public/fonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "LatoItalic";
  font-display: auto;
  src: url("/public/fonts/Lato/Lato-Italic.ttf") format("truetype");
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #4bc9b7;
  --bs-secondary: #b568b1;
  --bs-primary-rgb: 75, 201, 183;
  --bs-secondary-rgb: 181, 104, 177;
  --bs-font-sans-serif: "Lato", MD, system-ui, -apple-system, "Segoe UI", Roboto,
    Lato, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-line-height: var(--bs-body-line-height);
  --bs-body-line-height: 1.8;
  --bs-body-color: #1c1c1c;
  --bs-body-bg: #fff;
  --bs-body-bg-rgba-0: rgba(255, 255, 255, 0);
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3e%3c/svg%3e");

  --bs-gray-100: #f1f5f9;
  --bs-gray-200: #e2e8f0;
  --bs-gray-300: #cbd5e1;
  --bs-gray-400: #94a3b8;
  --bs-gray-500: #64748b;
  --bs-gray-600: #475569;
  --bs-gray-700: #334155;
  --bs-gray-800: #1e293b;
  --bs-gray-900: #0f172a;
  --bs-gray-1000: #0b1324;

  /* custom MD */

  --md-primary-100: rgba(var(--bs-primary-rgb), 0.1);
  --md-primary-200: rgba(var(--bs-primary-rgb), 0.2);
  --md-primary-300: rgba(var(--bs-primary-rgb), 0.3);
  --md-primary-400: rgba(var(--bs-primary-rgb), 0.4);
  --md-primary-500: rgba(var(--bs-primary-rgb), 0.5);
  --md-primary-600: rgba(var(--bs-primary-rgb), 0.6);
  --md-primary-700: rgba(var(--bs-primary-rgb), 0.7);
  --md-primary-800: rgba(var(--bs-primary-rgb), 0.8);
  --md-primary-900: rgba(var(--bs-primary-rgb), 0.9);

  --md-secondary-100: rgba(var(--bs-secondary-rgb), 0.1);
  --md-secondary-200: rgba(var(--bs-secondary-rgb), 0.2);
  --md-secondary-300: rgba(var(--bs-secondary-rgb), 0.3);
  --md-secondary-400: rgba(var(--bs-secondary-rgb), 0.4);
  --md-secondary-500: rgba(var(--bs-secondary-rgb), 0.5);
  --md-secondary-600: rgba(var(--bs-secondary-rgb), 0.6);
  --md-secondary-700: rgba(var(--bs-secondary-rgb), 0.7);
  --md-secondary-800: rgba(var(--bs-secondary-rgb), 0.8);
  --md-secondary-900: rgba(var(--bs-secondary-rgb), 0.9);

  --md-font-weight-light: 300;
  --md-font-weight-regular: 400;
  --md-font-weight-bold: 600;
}

.bold {
  font-family: "LatoBold", sans-serif;
}

.italic {
  font-family: "LatoItalic", sans-serif;
}

.thin {
  font-family: "LatoThin", sans-serif;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  color: #636b75;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  font-display: swap;
}

p,
ul {
  font-family: "Lato", sans-serif;
  color: #636b75;
  font-size: 16px;
  font-display: swap;
}

b,
strong {
  font-weight: 600;
}

a {
  color: var(--bs-primary);
  transition: all 0.6s ease-in-out;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 37px;
  line-height: 46px;
  color: #fff;
  font-family: "LatoBold", sans-serif;
  font-display: swap;
}

h2,
.h2 {
  font-size: 20px;
  color: #fff;
  font-family: "LatoBold", sans-serif;
  line-height: 35px;
  font-display: swap;
}

h3,
.h3 {
  font-size: 21px;
  color: var(--bs-secondary);
  font-family: "LatoBold", sans-serif;
  font-display: swap;
}

h4,
.h4 {
  font-size: 20px;
  color: var(--bs-secondary);
  font-family: "LatoBold", sans-serif;
  font-display: swap;
  line-height: 30px;
}

h5,
.h5 {
  font-family: "LatoBold", sans-serif;
  color: #fff;
  font-size: 17px;
}
.white-outline {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.inside-pages h2 {
  color: var(--bs-secondary);
}

.white {
  color: #fff;
}

.pink {
  color: var(--bs-primary) !important;
}

.grey {
  color: #606060;
}

.black {
  color: #777;
}

.blackish {
  color: #494949;
}

.bgr-grey {
  background-color: #f9f9f9;
}

.bgr-pink {
  background-color: var(--bs-primary);
}

.green {
  color: var(--bs-secondary);
}

.bgr-green {
  background-color: var(--bs-secondary);
}

.height {
  height: inherit;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}


/* ---------------------------------------------------- snippet-banner ---------------------------------------------------- */

.banner-inside {
  height: 300px;
  overflow: hidden;
  background: #f9f9f9 var(--url) no-repeat center center / cover;
}

#bannerHome {
  background: url("/public/images/loading.svg") no-repeat center center;
  background-size: auto;
  background-size: 50px;
  overflow: hidden;
}

#bannerHome .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.carousel-item img {
  animation: infinite 15s scale ease-in-out;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}

.btn-book {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
}

.btn-book svg {
  position: absolute;
  font-size: 21px;
  top: 1px;
  right: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.btn-book:hover span {
  transform: translateX(-0.75rem);
}

.btn-book:hover svg {
  right: -1.5rem;
  opacity: 1;
}

.btn-pink {
  background: var(--bs-primary);
}

.btn-green {
  background: var(--bs-secondary);
}

.btn-pink:hover {
  background: var(--bs-secondary);
  color: #fff;
}

.btn-green:hover {
  background: var(--bs-primary);
  color: #fff;
}

.btn-hover-white:hover {
  background: #fff;
  color: var(--bs-primary);
}

/* ---------------------------------------------------- snippet-rows ---------------------------------------------------- */

.row1 {
  padding-top: 1px;
}

.row1 a {
  color: #fff;
}

.row1 .bgr-pink .hoverable:hover svg {
  animation: infinite 3000ms wiggle-pink ease-in-out;
}

.row1 .bgr-green .hoverable:hover svg {
  animation: infinite 3000ms wiggle-green ease-in-out;
}

@keyframes wiggle-pink {
  0% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
  2.5% {
    transform: rotate(5deg) scaleY(-1);
    color: var(--bs-secondary);
  }
  5% {
    transform: rotate(-5deg) scaleY(-1);
  }
  7.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  10% {
    transform: rotate(-5deg) scaleY(-1);
  }
  12.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  15% {
    transform: rotate(-5deg) scaleY(-1);
  }
  17.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  20% {
    transform: rotate(-5deg) scaleY(-1);
    color: var(--bs-secondary);
  }
  22.5% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
  100% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
}

@keyframes wiggle-green {
  0% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
  2.5% {
    transform: rotate(5deg) scaleY(-1);
    color: var(--bs-primary);
  }
  5% {
    transform: rotate(-5deg) scaleY(-1);
  }
  7.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  10% {
    transform: rotate(-5deg) scaleY(-1);
  }
  12.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  15% {
    transform: rotate(-5deg) scaleY(-1);
  }
  17.5% {
    transform: rotate(5deg) scaleY(-1);
  }
  20% {
    transform: rotate(-5deg) scaleY(-1);
    color: var(--bs-primary);
  }
  22.5% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
  100% {
    transform: rotate(0deg) scaleY(-1);
    color: #fff;
  }
}

.inf-up {
  animation: infinite 5s inf-up ease-out;
  position: relative;
}

@keyframes inf-up {
  0% {
    top: 0;
    color: #fff;
  }
  15% {
    top: -15px;
    color: var(--bs-secondary);
  }
  30% {
    top: 0;
    color: #fff;
  }
  100% {
    top: 0;
    color: #fff;
  }
}

.item2 {
  animation-delay: 1.3s;
}

.item3 {
  animation-delay: 2.6s;
}

.item4 {
  animation-delay: 3.9s;
}

.row4 section.gallery a img {
  opacity: 0;
  transform: scale(0.7);
}

.row4 section.gallery a img.in-view {
  opacity: 0.7;
  transform: scale(1);
}

.row5 .card {
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out,
    bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  bottom: -150px;
}

.row5 .card.in-view {
  opacity: 1;
  bottom: 0;
}

.row5 .card .scaleY {
  color: var(--bs-primary);
}

.row5 .card:hover {
  cursor: pointer;
  box-shadow: none;
  transform: translate(-2px, 2px);
}

.row5 .btn-book {
  opacity: 0;
  animation: opacity 0.5s ease-in-out;
}

.row5 .card:hover .btn-book {
  opacity: 1;
}

.test-p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.test-small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.test-small svg {
  font-size: 10px;
}

#testimonials .carousel-item {
  left: 5%;
  width: 90%;
}

#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
  width: 25px;
}

.row6 {
  background: #f9f9f9
    url("/public/images/Harmony-Smiles-Orthodontics-office-small.jpg") no-repeat
    center bottom / cover;
}

.inf-zoom svg {
  animation: infinite 6.5s inf-zoom ease-out;
  position: relative;
}

.inf-zoom-normal svg {
  animation: infinite 6.5s inf-zoom-normal ease-out;
  position: relative;
}

@keyframes inf-zoom {
  0% {
    transform: scale(1, -1);
  }
  15% {
    transform: scale(1.2, -1.2);
  }
  30% {
    transform: scale(1, -1);
  }
  100% {
    transform: scale(1, -1);
  }
}

@keyframes inf-zoom-normal {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.item5 svg {
  animation-delay: 1.3s;
}

.item6 svg {
  animation-delay: 2.6s;
}

.item7 svg {
  animation-delay: 3.9s;
}

.item8 svg {
  animation-delay: 5.2s;
}

.row10 {
  background: #f9f9f9 url("/public/images/young_woman_smiling_white_teeth.jpg")
    fixed no-repeat center center;
}

.row10a {
  background: #f9f9f9 url("/public/images/young_woman_smiling_white_teeth2.jpg")
    fixed no-repeat center center;
}

.grey-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.row11 {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 35px 0;
}

.sliding-background {
  background: url("/public/images/orthodontic_partners_logos.jpg") repeat-x;
  height: 75px;
  width: 4005px;
  animation: slider 20s linear infinite;
}

@keyframes slider {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1335px, 0, 0);
  }
}

.row12 ul {
  list-style-type: none;
  padding: 0;
}

.row12 ul li {
  margin-bottom: 10px;
}

.row12 .grey:hover {
  color: var(--bs-primary);
}

.pink-arrow {
  color: var(--bs-primary);
  margin-right: 7px;
  vertical-align: -1px;
}

/* ---------------------------------------------------- snippet-footer ---------------------------------------------------- */

.back-top {
  position: fixed;
  bottom: 0;
  left: 10px;
  visibility: hidden;
  opacity: 0;
  line-height: 1px;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-out;
  padding: 0 3px;
  z-index: 10000;
}

.back-top.back-top--show {
  visibility: visible;
  opacity: 1;
  bottom: 8px;
}

.back-top:hover {
  color: var(--bs-primary);
  background: #fff;
}

.copyright,
.copyright a {
  color: #fff;
  font-size: 14px;
}

.copyright a:hover {
  color: var(--bs-secondary);
}

/* ---------------------------------------------------- others ---------------------------------------------------- */

#sitemap ul {
  list-style-position: inside;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.scaleY {
  transform: scaleY(-1);
}

.size05 {
  font-size: 0.75em;
  letter-spacing: 1px;
}

.size12 {
  font-size: 1.2em;
}

.size15 {
  font-size: 1.5em;
}

.size2 {
  font-size: 2em;
}

.size3 {
  font-size: 3em;
}

.fsize25 {
  font-size: 25px;
  margin-left: -35px;
}

.fsize55 {
  font-size: 55px;
  margin-bottom: 20px;
}

.line {
  background: #eaeaea;
  position: relative;
  height: 5px;
  width: 80px;
  margin: 20px auto 40px;
}

.line:before {
  content: "";
  background: var(--bs-primary);
  width: 50%;
  height: 5px;
  position: absolute;
  left: 0;
}

.line-green::before {
  background: var(--bs-secondary);
}

.line-grey {
  border-bottom: 2px solid rgba(109, 109, 109, 0.27);
  padding-bottom: 15px;
}

.overlay-map {
  background: transparent;
  position: relative;
  width: 100%;
  height: 480px;
  /* your iframe height */
  top: 480px;
  /* your iframe height */
  margin-top: -480px;
  /* your iframe height */
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.text-primary {
  color: var(--bs-primary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
svg:not(:root).svg-inline-icon {
  overflow: visible;
}
.svg-inline-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.pe-2 {
  padding-right: 0.5rem !important;
}

@charset "UTF-8";
/* snippet-banner-full-viewport-video START */
#snippet-banner-full-viewport-video {
  height: 60vh;
  background: #000;
  /*hide this if you want the video instead of the image; background: var(--bs-secondary) url('/public/images/banner-bgr.jpg') no-repeat center /cover;*/
  overflow: hidden;
  /* Keep the position of the video with the min/max-aspect-ratios below for full videos but empty spaces on the sides or remove aspect-ratios and change video positioning to focus something in the video */
  #banner-video-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .bg-overlay {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2)
    );
  }
  .fill-body {
    fill: var(--bs-body-bg);
  }
  .btn:hover {
    background: var(--bs-primary);
    color: #fff !important;
  }
  .typewrite-h,
  .buttons {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  #snippet-banner-full-viewport-video {
    height: auto;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 992px) {
  @media (max-aspect-ratio: 16/9) {
    #banner-video-vid {
      width: auto !important;
      height: 100% !important;
    }
  }
}
.z-2 {
  z-index: 2 !important;
}
.inherit {
  height: inherit;
}
.tagline {
  display: inline-block;
  position: relative;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.banner-title a {
  display: inline-block;
  line-height: 1;
}
.banner-title .subtitle {
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.buttons {
  position: relative;
  display: inline-block; /* Keeps it full width */
}
.buttons .note {
  position: absolute;
  right: 10px; /* Adjust for padding */
  bottom: 5px; /* Adjust for padding */
  font-size: 0.75rem;
  color: #fff;
}

/* snippet-banner-full-viewport-video END */

.bgr-black {
  background-color: #000 !important;
}

/* ---------------------------------------------------- media-queries & animations ---------------------------------------------------- */

.animate3out {
  transition: all 0.3s ease-out;
}

.animate5out {
  transition: all 0.5s ease-out;
}

.animate8out {
  transition: all 0.8s ease-out;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
    position: relative;
  }
  img {
    margin-left: auto;
    margin-right: auto;
  }
  .pre-navbar {
    height: auto;
    padding: 15px 0;
  }
  .size2 {
    font-size: 1.5em;
  }
  .col-alex-5 {
    width: 100%;
  }
  .navbar-btn {
    margin-top: 10px;
  }
  #bannerHome {
    background: var(--bs-primary)
      url("/public/images/Hometown_Orthodontics_banner1.jpg") no-repeat center
      center / cover;
  }
  #bannerHome h1 {
    font-size: 30px;
    line-height: 35px;
  }
  #bannerHome h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .logo-navbar {
    opacity: 0;
    position: relative;
    left: -200px;
    transition: 0.8s all ease-in-out 1s;
  }
  .logo-navbar.in-view {
    opacity: 1;
    left: 0;
  }
  .height700 {
    height: 700px;
  }
  .row2 .animation-element {
    opacity: 0;
    transform: scale(0.7);
  }
  .row2 .animation-element.in-view {
    opacity: 1;
    transform: scale(1);
  }
  .row3 svg {
    margin-left: 0;
  }
  .col-alex-5 {
    width: 20%;
  }
  .row5 .card.delay1 {
    transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out,
      bottom 0.5s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.2s;
  }
  .row5 .card.delay2 {
    transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out,
      bottom 0.5s ease-in-out 0.4s, opacity 0.5s ease-in-out 0.4s;
  }
  .row7-a img {
    opacity: 0.7;
  }
  .row7-a:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .footer,
  .copyright {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 17px;
    line-height: 25px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-family: "Lato";
  }
  .navbar-btn {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-btn {
    padding: 7px 20px;
  }
}

@media screen and (min-width: 768px) {
  .landing-page {
    background: url("/public/images/hometown_orthodontics_aligners_banner.jpg")
      no-repeat center / cover;
    height: 400px;
  }
}

@media screen and (min-width: 575px) and (max-width: 992px) {
  .row5 .btn-book {
    padding: 8px;
    text-transform: capitalize;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/*   LANDING PAGE  START  */
.bg-primary-900 {
  background-color: var(--md-primary-900) !important;
}
.z-4 {
  z-index: 4 !important;
}
.ms-auto {
  margin-left: auto !important;
}
#landingPage h2 {
  color: var(--bs-secondary);
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
}
/*   LANDING PAGE  END  */


/* Prices & Financing Page START */

.financing-icons {
    font-size: 3rem;
    color: var(--bs-primary) !important;
}
.financing-icons svg {
    animation: iconFloat 4s ease-in-out infinite;
}
.row > div:nth-child(1) .financing-icons svg { animation-delay: 0s; }
.row > div:nth-child(2) .financing-icons svg { animation-delay: 0.6s; }
.row > div:nth-child(3) .financing-icons svg { animation-delay: 1.2s; }
.row > div:nth-child(4) .financing-icons svg { animation-delay: 1.8s; }
.row > div:nth-child(5) .financing-icons svg { animation-delay: 2.4s; }
.row > div:nth-child(6) .financing-icons svg { animation-delay: 3s; }

@keyframes iconFloat {
    0% {
        transform: translateY(0px) scale(1);
        color: var(--bs-primary);
    }
    50% {
        transform: translateY(-10px) scale(1.1);
        color: var(--bs-secondary);
    }
    100% {
        transform: translateY(0px) scale(1);
        color: var(--bs-primary);
    }
}
.lh-sm {
    line-height: 1.3;
}
.size25 {
    font-size: 2.5rem;
}
.early-card {
    border-radius: 12px;
    overflow: hidden;
}
.early-card .list-group-item {
    padding: 18px 20px;
    font-size: 0.95rem;
}
.early-checklist li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}
.early-card .btn-warning {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}


/* Prices & Financing Page END */

/* --------------------------------------------------  NEW Welcome Page Layout  START -------------------------------------------------- */

.snippet-banner-new {
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
    #banner-video-vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .bg-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    }
    .z-2 {
        z-index: 2!important;
    }
    .scroll-indicator {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .chevron {
        width: 12px;
        height: 12px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(45deg);
        animation: chevronMove 1.5s infinite;
        opacity: 0.3;
    }
    .chevron:nth-child(1) {
        animation-delay: 0s;
    }
    .chevron:nth-child(2) {
        animation-delay: 0.2s;
    }
    .chevron:nth-child(3) {
        animation-delay: 0.4s;
    }
}
@media screen and (max-width: 768px) {
    .snippet-banner-new {
        background: url(/public/images/harmony-banner.jpg) no-repeat center / cover;
    }
}
@keyframes chevronMove {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(6px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translateY(12px) rotate(45deg);
    opacity: 0;
  }
}



.navbar-pink {
    border-color: var(--bs-secondary) !important;
    color: var(--bs-secondary) !important;
}
.nav-4-locations:hover .navbar-pink {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar {
    padding: 2rem 1.5rem 2rem 0.5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.15s ease-in-out;
}
.relative,
.relative2 {
    position: relative;
}

.navbar-nav .nav-link {
    color: var(--bs-primary);
    padding: 1rem;
    font-size: 15px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #BE65A8;
}
.navbar-btn {
    color: #BE65A8;
    background: #fff;
    font-size: 13px;
    border-radius: 30px;
    padding: 7px 30px;
    text-align: center;
    font-family: 'LatoBold', sans-serif;
    border: 1px solid #BE65A8;
    margin: auto 0;
}
.navbar-btn:hover {
    animation-play-state: paused;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 4px solid #BE65A8;
}
.dropdown-item {
    color: var(--bs-primary);
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    background: rgba(0,0,0,0.4);
}
.dropdown-toggle::after {
    vertical-align: 3px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #BE65A8;
    background: #f9f9f9;
}
.navbar-toggler {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary) !important;
    padding: 7px 10px;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}
.cta-text a:hover {
    color: var(--bs-secondary) !important;
}
@media screen and (max-width: 1200px) {
    .navbar {
        padding: 2rem 1.5rem 2rem 0.5rem;
    }
    .navbar-toggler:hover,
    .navbar-toggler:active,
    .navbar-toggler:focus {
        color: #BE65A8;
        border-color: #BE65A8;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Lato';
        line-height: 15px;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav-link.dropdown-toggle::after {
        visibility: hidden;
    }
    .arrow-down {
        position: absolute;
        top: 2px;
        right: 0;
        color: #000;
        padding: 3px 20px;
        font-size: 25px;
    }
    .nav-item:hover .arrow-down,
    .nav-item:hover .nav-link {
        color: #BE65A8;
    }
    .dropdown-second,
    .dropdown-third {
        line-height: 16px;
        margin-left: 15px;
    }
    .dropdown-item {
        padding: 0.5rem 1.5rem;
    }
    .navbar-collapse.show ~ .call-container .cta-text {
        color: #636b75 !important;
    }
    .navbar-collapse.show ~ .locations-container .locations-dropdown {
        left: 0;
    }
    .navbar-collapse.show ~ .locations-container .locations-card {
        background: rgba(0,0,0,0.85);
    }
    .navbar-collapse.show .dropdown-item {
        background: rgba(0,0,0,0.85);
    }
    .navbar-collapse.show .locations-container-mobile .locations-card {
        background: rgba(0,0,0,0.85);
    }
}
@media screen and (min-width: 1200px) {
    /*navbar*/
    .navbar {
        background-color: transparent;
    }
    .navbar-nav .nav-link {
        font-size: 17px;
    }
    .dropdown-menu {
        display: block;
        z-index: -1;
        border: 1px solid var(--bs-primary);
        border-bottom: 4px solid #BE65A8;
        visibility: hidden;
        opacity: 0;
        top: 120%;
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .dropdown-item {
        border: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(235, 235, 235, .4);
        padding: 0.75rem 3rem 0.75rem 2rem;
    }
    .toggle-right::after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid #000;
        vertical-align: 0;
        margin-left: 0.5em;
    }
    .dropdown-item:hover::after,
    .dropdown-item:focus::after {
        border-left: .3em solid #fff;
    }
    .dropdown-second,
    .dropdown-third {
        position: absolute;
        left: 120%;
        top: 0;
        background: #E1AA11;
        opacity: 0;
        visibility: hidden;
        border-left: 1px solid #fff;
    }
    .dropdown-second::before,
    .dropdown-third::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: transparent;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 14px solid #007bff;
        position: absolute;
        left: -14px;
        top: 9px;
    }
    .relative:hover .dropdown-second,
    .relative2:hover .dropdown-third {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    .dropdown-second:hover::before,
    .dropdown-third:hover::before {
        border-right: 14px solid #007bff;
    }
    /* menu animation for IE */
    _:-ms-fullscreen,
    .dropdown-menu.show {
        z-index: 1020;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .cta-text {
        display: flex;
    }
}


/*main menu shrink options*/
.snippet-navbar-new.navbar-shrink {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    padding: 5px 0.5rem;
}
.snippet-navbar-new.navbar:has(.navbar-collapse.collapsing), .snippet-navbar-new.navbar:has(.navbar-collapse.show) {
    transition: background-color 0s !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    padding-bottom: 2rem;
}

/*locations dropdown*/
.locations-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    border-radius: 6px;
    display: none;
    z-index: 2000;
    padding-top: 40px;
    box-shadow: none;
}
.locations-wrapper {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 4px;
}
.locations-card {
    border: 1px solid #eee;
    padding: 12px;
    margin: 1px;
    color: #fff;
    position: relative;
    background: rgba(0,0,0,0.4);
    transition: 0.5s ease-in-out;
    cursor: auto;
}
.nav-4-locations:hover .locations-dropdown, .nav-4-locations:focus-within .locations-dropdown {
    display: block;
}
.locations-title {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 1.3rem;
}
a:has(.locations-title):hover {
    color: var(--bs-primary) !important;
}
.locations-directions {
    color: #fff;
    border: 1px solid var(--bs-primary);
    margin: 0.5rem 0;
    transition: 0.5s ease-in-out;
}
.locations-directions:hover {
    background: var(--bs-primary);
    color: #fff;
}
.locations-link:hover {
    color: var(--bs-primary);
}
.green {
    color: #8DC641 !important;
}
.btn-outline-pink {
    border: 1px solid var(--bs-primary);
    transition: 0.3s ease-in-out;
}
.btn-outline-pink:hover {
    border: 1px solid var(--bs-secondary);
    color: #fff;
}
.navbar-btn {
    background: transparent;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    transition: 0.3s ease-in-out;
}
.navbar-btn:hover {
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
}
.navbar-shrink .cta-text {
    color: #636b75 !important;
}
.navbar-shrink .dropdown-item {
    background: rgba(0,0,0,0.85);
}
.navbar-shrink .locations-card {
    background: rgba(0,0,0,0.85);
}


@media screen and (max-width: 768px) {
    .locations-dropdown {
        left: 0;
    }
    .locations-directions {
        margin: 0.5rem 0;
    }
    .locations-card {
        margin: 8px 0;
    }
    .locations-title {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .navbar:has(.navbar-collapse.show) {
        max-height: 100%;
        overflow-y: scroll;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .locations-dropdown {
        right: -265px;
    }
    .locations-card {
        margin: 3px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .locations-dropdown {
        right: -150px;
    }
}

/*   NEW Welcome Page Layout  END  */