:root {
  --color: white;
  --color-3: #02aeee;
  --color-2: #1a1a1a;
  --color-4: #2272b1;
  --color-5: #4e4e4e;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.3em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 25px;
  display: flex;
}

.hero-txt-div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000054;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.hero-title-div {
  color: var(--color);
  width: auto;
}

.hero-lg-line {
  color: var(--color);
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2em;
}

.hero-list-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 50px;
  display: flex;
}

.button {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button.outline {
  color: var(--color);
  background-color: #02aeee00;
}

.button.outline:hover {
  background-color: var(--color-4);
}

.button.outline.dark {
  color: var(--color-2);
}

.button.outline.dark:hover {
  color: var(--color);
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
}

.brand._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.nav-menu {
  align-items: center;
  height: 75px;
  display: flex;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.nav-link:hover {
  color: var(--color-4);
}

.section {
  margin: 10px 10px 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.st {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.intro {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section.flex {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

.section.gradient {
  color: var(--color);
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-bottom: 4%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.section.price {
  margin-bottom: 10px;
  padding-top: 3%;
  padding-bottom: 0%;
  position: relative;
}

.st-text-div {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.top-txt {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 8% 5% auto;
}

.service-block {
  width: 19.3%;
  min-height: 300px;
  position: relative;
}

.serv-pic {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.im-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.im-cover.zoom {
  width: 120%;
  height: 120%;
}

.im-cover.zoom._2 {
  width: 120%;
  max-width: none;
  height: 120%;
}

.serv-text {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #00000078;
  min-height: 120px;
  padding: 10px 15px;
  line-height: 1.2em;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-min {
  min-height: 40px;
  line-height: 1.1em;
}

.p-lg {
  font-size: 1.2em;
}

.intro-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-wrap.right {
  z-index: 5;
  position: relative;
}

.text-div-55 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-div-55._5 {
  text-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5%;
}

.bg-square {
  background-color: #2272b11c;
  width: auto;
  height: auto;
  padding-bottom: 5%;
  position: absolute;
  inset: 0%;
}

.white-section {
  padding-top: 5%;
  padding-bottom: 0%;
  display: none;
}

.testimonials {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.flex.top-marg {
  margin-top: 50px;
}

.flex.top-marg._2 {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  display: none;
}

.flex._90 {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.test-div-49 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  padding: 20px;
  display: flex;
  position: relative;
}

.quote-icon {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.evo-icl-section {
  background-image: url('../images/evo-lens.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 0;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45% 20px 30px;
  display: flex;
  position: relative;
}

.evo-logo {
  max-width: 200px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-div {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.photo-49 {
  object-fit: cover;
  border-radius: 10px;
  width: 49%;
  overflow: hidden;
}

.smile-txt {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  padding: 20px;
  display: flex;
  position: relative;
}

.smile-2 {
  background-image: url('../images/zeiss-smile.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 52%;
  display: flex;
  position: relative;
}

.rle {
  background-image: url('../images/rle.jpg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 55%;
  display: flex;
  position: relative;
}

.h2-lg {
  font-size: 3em;
}

.line {
  background-color: var(--color-5);
  height: 1px;
  margin-bottom: 50px;
}

._32 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
  position: relative;
}

._18 {
  background-color: #2272b10d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  padding: 20px;
  display: flex;
  position: relative;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.form-holder {
  color: var(--color);
  width: 60%;
}

.text-field {
  background-color: #ffffffad;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: #0a0a0a;
}

.footer {
  background-image: linear-gradient(#0009, #0009), url('../images/download-4.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.field-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

._10 {
  height: 10px;
}

.locations {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-marg {
  margin-right: 30px;
}

.vid-parallax {
  min-height: 0;
  margin: 10px;
  position: relative;
}

.button-no-ani {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button-no-ani:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button-no-ani.outline {
  color: var(--color);
  background-color: #02aeee00;
}

.button-no-ani.outline:hover {
  background-color: var(--color-4);
}

.button-no-ani.phon {
  margin-bottom: 0;
}

.list-fancy {
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.check {
  width: 20px;
  margin-right: 10px;
}

.mobile-btn-div {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    padding: 0;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section.intro {
    padding-bottom: 3%;
  }

  .section.flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .section.gradient {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-block {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .intro-wrap {
    flex-flow: column;
  }

  .intro-wrap.right {
    align-items: flex-end;
  }

  .text-div-55 {
    width: 100%;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .locations {
    flex-flow: column;
  }

  .list-fancy {
    align-items: flex-start;
    line-height: 1.2em;
  }

  .background-video {
    height: 40vh;
  }

  .mb.w--open {
    background-color: var(--color-4);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }

  .hero-txt-div {
    flex-flow: column;
    padding: 15px;
  }

  .hero-lg-line {
    font-size: 2em;
  }

  .hero-sub {
    font-size: 1.2em;
  }

  .hero-list-div {
    flex-flow: column;
    margin-left: 0;
    display: none;
  }

  .image {
    height: 50px;
  }

  .brand._2 {
    padding-left: 0;
  }

  .section.st {
    padding: 3%;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 90px;
  }

  .h2-slide {
    font-size: 2em;
  }

  .list-fancy {
    padding-left: 0;
  }

  .mobile-btn-div {
    z-index: 1000;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block {
    background-color: var(--color-2);
    color: var(--color);
    text-align: center;
    padding: 15px;
    line-height: 1em;
    text-decoration: none;
  }

  .link-block:hover, .link-block.blue {
    background-color: var(--color-4);
  }

  .link-block.blue:hover {
    background-color: var(--color-2);
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-position: 75% 100%;
    background-size: auto 120%;
    height: 600px;
  }

  .hero-txt-div {
    padding: 10px;
  }

  .hero-lg-line {
    font-size: 1.8em;
  }

  .brand {
    padding-left: 0;
  }

  .section.st {
    margin: 0;
    padding: 5%;
  }

  .section.gradient {
    margin-left: 0;
    margin-right: 0;
  }

  .section.price {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .serv-text, .h3-min {
    min-height: 0;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .form-holder {
    width: 100%;
  }

  .footer {
    padding-bottom: 100px;
  }

  .info-35 {
    width: 100%;
  }

  .h2-slide {
    font-size: 1.8em;
  }

  .background-video {
    height: 30vh;
  }
}


