@font-face {
  font-family: "Athelas Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Athelas Regular"), url("Athelas-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("MYRIADPRO-REGULAR.woff") format("woff");
}
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
button:focus,
button:active {
  outline: none;
}
body {
  font-family: "Athelas Regular";
}
body {
  font-family: "Athelas Regular";
}
button,
a {
  font-family: "Athelas Regular";
}
img {
  max-width: 100%;
  display: block;
}
header {
  background-color: #efe9e1;
  position: relative;
}
.d-flex {
  display: flex;
  align-items: flex-start;
}
.leftCol {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.leftCol,
.rightCol {
  width: 50%;
}
.alignCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.headerIn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.logo {
  display: block;
}
.paegNav {
  font-size: 20px;
}
.paegNav ul {
  list-style: none;
  font-weight: bold;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #efe9e1;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 99;
}
.paegNav a,
.paegNav button {
  color: #030303;
  text-decoration: none;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
}
.paegNav a:hover,
.paegNav button:hover {
  color: #999;
}
.section1 {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding-top: 130px;
}
.section1 img {
  width: 100%;
}
.section1 .bannerText {
  position: absolute;
  color: #353535;
  display: block;
  max-width: 50%;
  z-index: 1;
  top: 5%;
  text-align: left;
  font-family: "Merriweather", serif;
  padding-left: 70px;
}
.mainTitle {
  font-size: 90px;
  line-height: 100px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
.mainText {
  font-size: 30px;
}
.bannerText h2 {
  font-weight: normal;
}
.section2 {
  text-align: center;
}
.hambergerMenu {
  padding: 10px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.hambergerMenu > span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.hambergerMenu > span:before,
.hambergerMenu > span:after {
  content: "";
  background-color: #030303;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 6px;
  transition: all 0.3s;
}
.hambergerMenu > span:before {
  top: 24px;
}
.hambergerMenu > span span {
  background-color: #030303;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 15px;
}

.active .hambergerMenu > span:before {
  transform: rotate(45deg);
  top: 15px;
}
.active .hambergerMenu > span:after {
  transform: rotate(-45deg);
  top: 15px;
}
.active .hambergerMenu > span span {
  display: none;
}
.active .paegNav ul {
  max-height: 500px;
}

.logos {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.logosAlign {
  display: flex;
  align-self: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.logosAlign span {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.section2 {
  background-color: #efeae2;
  padding-top: 70px;
  padding-bottom: 340px;
}
.sectionTitle {
  font-size: 70px;
  margin-bottom: 50px;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Playfair Display", serif;
  color: #040404;
}
.paraText {
  font-size: 26px;
  font-family: "Montserrat";
}
.paraBig {
  font-size: 26px;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.pullUp {
  margin-top: -40px;
}
.pullDown {
  position: relative;
  top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.section4 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.colSection {
  display: flex;
}
.colSection .col {
  width: 30%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.colSection img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.colTitle {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-weight: 100;
}
.colPara {
  font-size: 24px;
  font-family: Montserrat;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.zipCode input {
  background-color: #f1ede6;
  border: none;
  border-radius: 20px;
  box-shadow: 4px 1px 3px 0px #e2d4cb inset, -1px -3px 3px 0px #fff inset;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  outline: none;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 214px;
}
.zipCode .goBtn {
  background: linear-gradient(
    56deg,
    rgba(221, 221, 221, 1) 0%,
    rgba(221, 221, 221, 1) 5%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #757e95;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 3px 9px 13px 3px #d2d1d1;
}
.zipCode .goBtn:hover {
  background-color: #ddd;
}
.section5 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.section5 .sectionTitle {
  text-align: center;
  font-weight: 500;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-family: "Montserrat";
}
.section5 .imageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.testimonialText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.testimonialText p {
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat";
  color: #3b3a39;
}
.testimonialText .colTitle {
  margin-bottom: 40px;
  color: #040404;
}
.listStyle .dot span {
  height: 20px;
  width: 20px;
  background-color: #ecc1b7;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
.listStyle .d-flex {
  flex-direction: row;
}
.listTitle {
  font-size: 22px;
  margin-bottom: 5px;
}
.listStylePara {
  font-size: 18px;
  margin-bottom: 40px;
}
.section6 {
  background-color: #f2d6ad;
  position: relative;
}
.section6 .secImg {
  display: inline-block;
  margin-top: -30px;
  vertical-align: top;
}
.section6 .secCont {
  position: absolute;
  top: 20%;
}
.section6 .sectionTitle {
  margin-bottom: 50px;
  font-weight: normal;
}
.secImgWrap {
  text-align: right;
}
.qoutePara {
  font-size: 25px;
  max-width: 50vw;
  font-family: "Courier Prime", monospace;
  padding-bottom: 20px;
}

.zipWrap {
  text-align: center;
  position: absolute;
  top: 20%;
  z-index: 1;
  width: 100%;
}
.zipWrap .zipCode {
  display: inline-block;
  padding-top: 30px;
  margin-right: 24vw;
}
.section7 {
  background-color: #eae9c8;
  position: relative;
  padding-top: 0;
  background-image: url("https://dy0yr1vj9hk9d.cloudfront.net/images/Luna/person.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}
.section7 .btn-light-brown {
  width: 400px;
  height: 111px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  background: #fff;
  border-radius: 25px;
  border-color: #707070;
  color: #070606;
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section7 .btn-light-brown:hover {
  background-color: #efeae2;
}
.section7 .secImg {
  width: 100%;
}
.footer {
  background-color: #4e7850;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-family: "Myriad Pro Regular";
  font-size: 20px;
}
.footer h5 {
  font-size: 20px;
  font-family: "Athelas Regular";
}
.footer ul {
  list-style: none;
  margin-left: 0;
}
.footer a,
.footer button {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.copyText {
  text-align: right;
  font-size: 18px;
}
.foot1 {
  width: 30%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 30px;
}

.foot2 {
  width: 100%;
}
.foot2 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.foot2 ul li {
  width: 32%;
}
.btn-light-brown {
  background-color: #efeae2;
  color: #353535;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #a8a7a4;
  border-left: 1px solid #a8a7a4;
  border-right: 1px solid #a8a7a4;
  border-bottom: 1px solid #a8a7a4;
}
.btn-light-brown:hover {
  background-color: #fff;
}
.openRoad .colTitle {
  font-size: 70px;
  line-height: 82px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  margin-bottom: 60px;
}
.openRoad {
  padding: 40px;
  text-align: left;
  padding: 50px 30px;
  text-align: left;
}
.iphoneWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.openRoad li {
  list-style: none;
  padding-left: 35px;
  position: relative;
  margin-bottom: 55px;
}
.openRoad li:last-child {
  margin: 0;
}
.openRoad li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-size: 37px;
  line-height: 37px;
  top: 0;
  color: #ecc1b7;
}
.openRoad .listTitle {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}
.openRoad p {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 100;
}
.minusMargin {
  margin-top: -340px;
  margin-bottom: 80px;
}

.custom-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
}
.modal-header {
  background: #021142;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}
.modal-content {
  max-width: 992px;
  margin: 50px auto;
  background: url("https://dy0yr1vj9hk9d.cloudfront.net/images/Luna/contact-bg.jpg");
  background-size: cover;
  background-position: center top;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
}
.modal-body {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal-body h4 {
  color: #040404;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}
.w-50 {
  width: 50%;
}
.inline-50,
.inline-100 {
  padding-left: 15px;
  margin-bottom: 15px;
}
.inline-50 label,
.inline-100 label {
  font-size: 13px;
  line-height: 30px;
  display: block;
  color: #696969;
}
.inline-50 input[type="text"],
.inline-50 input[type="email"] {
  display: block;
  height: 35px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  width: calc(100%);
  border: 1px solid #dddfe1;
  background-color: #fafafa;
  color: #7e7e7e;
  border-radius: 5px;
  font-size: 14px;
}
.inline-50 input[type="text"].error,
.inline-50 input[type="email"].error,
textarea.error {
  border-color: red;
}
.custom-modal form {
  padding-top: 10px;
}
textarea {
  height: 80px;
  width: calc(100%);
  padding: 5px 10px;
  box-sizing: border-box;
  resize: none;
  border-radius: 5px;
  border: 1px solid #dddfe1;
  background-color: #fafafa;
  color: #7e7e7e;
  font-size: 14px;
}
.submitBtn {
  width: 190px;
  height: 54px;
  background: #674804;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}
.closeIcon {
  width: 25px;
  height: 25px;
  background: url(./images/close.png);
  background-position: center;
  background-size: 100%;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12%;
  top: 30px;
}
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}
.contactForm {
  padding-top: 30px;
  max-width: 590px;
  width: 80%;
  margin: 0 auto;
}
.contactForm form {
  max-width: 80%;
  margin: 0 auto 20px;
}
.contactForm h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contactForm h5 {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 15px;
  font-weight: 300;
}
.thankyouMsg {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.thankyouMsg p {
  color: #021142;
  font-size: 18px;
  line-height: 30px;
}
.otnotice-version {
  display: none;
}
body .otnotice-content {
  padding: 20px 10px;
}
@media (max-width: 575px) {
  .section1 > img {
    margin-top: -60px;
  }
  .section1 > .container {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .paegNav a.mobileBtn {
    display: none;
  }
  .paegNav ul {
    position: static;
    max-height: none;
    display: flex;
    flex-direction: row;
  }
  .paegNav a {
    padding-bottom: 0;
  }
  .bannerText {
    font-size: 70px;
  }
}
@media (max-width: 992px) {
  .logosAlign span {
    max-width: 18%;
  }
  .sectionTitle {
    font-size: 50px;
  }
  .openRoad .colTitle {
    font-size: 50px;
  }
  .openRoad {
    padding: 40px 30px;
  }
  .openRoad li {
    margin-bottom: 25px;
  }
  .openRoad .listTitle {
    font-size: 16px;
  }
  .openRoad p {
    font-size: 17px;
  }
  .colTitle {
    font-size: 38px;
  }
  .colPara {
    font-size: 17px;
    font-family: Montserrat;
    line-height: 24px;
  }
  .qoutePara {
    max-width: 38vw;
  }
  .zipWrap .zipCode {
    margin-right: 0;
    padding-top: 10px;
  }
  .section1 .bannerText {
    max-width: none;
  }
}
@media (max-width: 1199px) {
  .mainTitle {
    font-size: 80px;
  }
  .mainText {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .section2,
  .section4,
  .section5,
  .section1 {
    padding-top: 50px;
  }
  .section4,
  .section2 {
    padding-bottom: 50px;
  }
  .section1 .bannerText {
    position: static;
    padding-left: 0;
  }
  .secImgWrap {
    text-align: center;
    padding-top: 20px;
  }
  .section6 .secImg {
    max-width: 60%;
  }
  .mainTitle {
    font-size: 40px;
  }
  .mainText {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section6 .secCont {
    position: static;
    padding-top: 50px;
  }
  .qoutePara {
    max-width: none;
  }
  .d-flex {
    flex-direction: column;
  }
  .leftCol,
  .rightCol {
    width: auto;
  }
  .section3 .leftCol {
    order: 2;
  }
  .pullUp {
    margin-top: 0;
  }
  .pullDown {
    top: 0;
  }
  .footer {
    font-size: 18px;
  }
  .foot2 ul li,
  .foot1,
  .foot2 {
    width: auto;
  }
  .foot2 ul {
    display: block;
    padding-bottom: 20px;
  }

  .copyText {
    text-align: center;
  }
  .colSection {
    flex-direction: column;
  }
  .colSection .col {
    width: 100%;
    padding-bottom: 50px;
  }
  .logos {
    position: static;
    background: #070606;
  }
  .minusMargin {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .openRoad .colTitle {
    font-size: 30px;
    line-height: 42px;
    font-family: "Playfair Display", serif;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
  }
  .openRoad {
    padding: 50px 0px;
  }
  .section5 .sectionTitle {
    font-size: 20px;
  }
  .section5 .imageWrapper {
    margin-bottom: 40px;
  }
  .testimonialText .colTitle {
    font-size: 28px;
  }
  .section7 .btn-light-brown {
    height: 70px;
    font-size: 20px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .section7 {
    padding: 50px 0px;
  }
}
