@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_reg.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_bld.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Brandon Grotesque Medium";
  src: url("../fonts/Brandon Grotesque/Brandon_med.otf") format("opentype");
  font-weight: normal;
}
#header {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-height: 43.3333333333px;
  transition: opacity 0.3s ease-in-out;
}
#header.scrolled {
  opacity: 0.2;
}
#header.scrolled:hover {
  opacity: 0.6;
}
#header .logo {
  position: absolute;
  left: 20px;
  display: inline-block;
}
#header .logo img {
  height: 36px;
  width: auto;
}
#header nav.container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 43px;
}
#header .navigation {
  display: inline-block;
  float: right;
  margin: 0;
}
#header .navigation li {
  display: inline-block;
  margin-left: 20px;
}
#header .navigation li a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
#header .navigation li a:hover {
  color: #007AFF;
}

#title {
  position: fixed;
  top: 30px;
  left: 72px;
  width: 111px;
  display: inline-block;
  color: black;
  z-index: 1000;
}
#title img {
  color: black;
}

#header + section {
  margin-top: 83px;
}

#contact.pre-footer {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  height: 91px;
  transition: height 0.5s ease;
}
#contact.pre-footer .pre-footer-header {
  background-color: #FF2D55;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
#contact.pre-footer .pre-footer-header h2 {
  margin: 0 20px;
  padding: 12px 0;
}
#contact.pre-footer .pre-footer-header h2:hover {
  color: #333333;
}
#contact.pre-footer .pre-footer-header h2.second {
  margin-right: -22px;
}
#contact.pre-footer .pre-footer-content {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  background-color: white;
}
#contact.pre-footer .contact-form, #contact.pre-footer .pre-order-form {
  flex: 1;
  padding: 20px;
}
#contact.pre-footer .contact-form h3, #contact.pre-footer .pre-order-form h3 {
  margin-bottom: 10px;
}
#contact.pre-footer .contact-form form, #contact.pre-footer .pre-order-form form {
  display: flex;
  flex-direction: column;
}
#contact.pre-footer .contact-form input, #contact.pre-footer .contact-form textarea, #contact.pre-footer .contact-form select, #contact.pre-footer .pre-order-form input, #contact.pre-footer .pre-order-form textarea, #contact.pre-footer .pre-order-form select {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  padding: 5px;
}
#contact.pre-footer .contact-form button, #contact.pre-footer .pre-order-form button {
  align-self: flex-start;
  background-color: #b20838;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}
#contact.pre-footer .contact-form button:hover, #contact.pre-footer .pre-order-form button:hover {
  cursor: pointer;
  background-color: #810629;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer p {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: #333333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.slick-track, .slick-list, .slick-slider {
  background: white;
}
.slick-track:nth-child(3), .slick-list:nth-child(3), .slick-slider:nth-child(3) {
  margin-bottom: 30px;
}

.feature-slider.slick-slider {
  background-color: transparent;
  justify-content: center;
  margin: 0;
  padding: 60px 0;
}
.feature-slider.slick-slider:nth-of-type(3) {
  margin-bottom: 60px;
}
.feature-slider.slick-slider .slide {
  background-color: transparent;
}
.feature-slider.slick-slider .slide:nth-child(1) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide:nth-child(2) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide.selected {
  text-shadow: 1px 1px 3px dimgrey;
}
.feature-slider.slick-slider .slide h4, .feature-slider.slick-slider .slide p {
  text-align: center;
}
.feature-slider.slick-slider .slide h4 {
  color: #595959;
  font-size: 36px;
  margin: 24px 0 20px 0;
}
.feature-slider.slick-slider .slide h4:nth-child(2) {
  margin-top: 0;
}
.feature-slider.slick-slider .slide p {
  margin: 0 auto;
  padding: 0 30px;
  font-size: 24px;
}

button.slick-arrow {
  width: 20%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
}
button.slick-arrow::before {
  font-size: 32px;
}
button.slick-arrow:hover:before {
  color: black;
  font-weight: bold;
}
button.slick-arrow:before {
  color: grey;
}
button.slick-arrow.slick-prev {
  margin-left: 60px;
}
button.slick-arrow.slick-prev:before {
  content: "<";
}
button.slick-arrow.slick-next {
  margin-right: 30px;
}
button.slick-arrow.slick-next:before {
  content: ">";
}

#feature-slider-dentist {
  color: #06baf5;
}

#feature-slider-patient {
  color: #ad7eee;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_reg.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon Grotesque/Brandon_bld.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Brandon Grotesque Medium";
  src: url("../fonts/Brandon Grotesque/Brandon_med.otf") format("opentype");
  font-weight: normal;
}
#intro {
  margin-bottom: -8px;
}

#intro img, #splash img, #about img {
  width: 100%;
  height: auto;
}

#cta-img {
  width: 100%;
  height: 0;
  margin-top: -4px;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
}
#cta-img:hover a, #cta-img:hover p {
  opacity: 1;
  transition: opacity 1.2s ease-in-out;
}
#cta-img a, #cta-img p {
  text-shadow: 1px 1px 1px black;
}
#cta-img a {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  font-size: 3vw;
  color: white;
  cursor: pointer;
  position: absolute;
  padding-top: 4vh;
  padding-left: 4vw;
  text-decoration: none;
  font-weight: bold;
  z-index: 2;
}
#cta-img p {
  font-size: 1.2vw;
  line-height: 2.4vh;
  color: white;
  font-weight: bold;
  width: 14vw;
  opacity: 0;
  margin: 18vh 0 0 4vw;
  transition: opacity 1.2s ease-in-out;
}
#cta-img .img-wrapper {
  background-image: url("../img/home/3 Phones.jpeg");
  transition: background-size 2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
#cta-img .img-wrapper:hover {
  background-size: 105%;
}

#call-to-action {
  background-color: #007AFF;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
#call-to-action h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

#splash {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 0;
}
#splash h2 {
  font-family: "Brandon Grotesque Medium", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  margin-top: 22%;
  margin-bottom: 120px;
}
#splash p {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 24px;
  line-height: 3rem;
  max-width: 620px;
  margin: 0;
}
#splash .text, #splash img {
  width: 50%;
}
#splash .text {
  padding-left: 80px;
}
#splash img {
  min-width: 535px;
}
#splash .line1, #splash .line2 {
  position: absolute;
}
#splash .line1 {
  z-index: 1;
  top: 30%;
  width: 20%;
  border-bottom: 4px solid transparent;
  -webkit-border-image: linear-gradient(to right, #89D5ED, #5C75CA) 1 100%;
  -o-border-image: linear-gradient(to right, #89D5ED, #5C75CA) 1 100%;
  border-image: linear-gradient(to right, #89D5ED, #5C75CA) 1 100%;
}

#video.video {
  padding: 0;
}
#video.video .container {
  max-width: none;
  margin: 0;
  padding: 0;
}
#video.video .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#video.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper .logo-cover {
  background: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 99%;
  cursor: pointer;
}
.video-wrapper .logo-cover .logo {
  width: 20vw;
}

#promotional-video {
  width: 100%;
}

#call-to-action {
  margin-top: -20px;
  padding: 12px 0;
}

#floating-button {
  position: fixed;
  top: 140px;
  right: 20px;
  background-color: #FF2D55;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  line-height: 2rem;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), height 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-100%);
  text-decoration: none;
  text-align: center;
}
#floating-button.visible {
  opacity: 1;
  transform: translateY(0);
}
#floating-button.descending {
  transform: translateY(calc(100vh - 100px - 2rem));
}
#floating-button:hover {
  font-size: 24px;
  width: 180px;
  height: 30px;
}

@media screen and (max-width: 430px) {
  #title {
    display: none;
  }
  #contact.pre-footer .pre-footer-header h2 {
    font-size: 22px;
    margin: 0 8px 0 0;
  }
  #contact.pre-footer .pre-footer-header h2.second {
    margin-left: 20px;
    margin-right: 0;
  }
  #contact.pre-footer .pre-footer-content {
    height: auto;
    flex-wrap: wrap;
  }
  #contact.pre-footer .pre-footer-content > div {
    width: 100%;
    flex: unset;
  }
  #contact.pre-footer .pre-footer-content > div.pre-order-form {
    margin-top: -182px;
    margin-bottom: -48px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-slider button.slick-arrow {
    margin: 0 4px;
    width: 15%;
  }
  #features .flex2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #features .flex2 > div {
    width: calc(50% - 10px);
    max-width: 600px;
    margin: 0;
  }
  #features .features-list.dentist {
    padding-right: 20px;
  }
  #features .features-list.patient {
    padding-left: 20px;
  }
  #features .svg-wrapper {
    min-width: unset;
  }
}
@media screen and (min-width: 1201px) {
  #features img.treatment-planning {
    margin-top: -37px;
  }
  #features img.escripts {
    margin-top: -226px;
  }
  #features img.my-dental-records {
    margin-top: -42px;
  }
  #features img.my-treatment-planning {
    margin-top: -37px;
  }
  #features img.financial-and-insurance {
    margin-top: -9px;
  }
  #features img.manage-prescriptions {
    margin-top: -36px;
  }
  #features img.login-dentist, #features img.login-patient {
    margin-top: -60px;
  }
}

/*# sourceMappingURL=home.css.map */
