@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;700&display=swap');



body.thanks-body {
  background: #1f1f20
}

.gallery-pagination {
  cursor: pointer;
}

.brnd-wplp-input-wrap input, .brnd-wplp-textarea-wrap textarea {
  width: 100%;
  padding: 0.35vw 0.7vw;
  box-sizing: border-box;
}

.brnd-wplp-btn {
  width: 100%;
  padding: 0.15vw;
  font-size: 1.1vw;
  font-weight: bold;
  box-sizing: border-box;
}

.wrap {
  font-family: 'Assistant', sans-serif;
  width: 100%;
  direction: rtl;
  position: relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

.wrap.thanks-wrap {
  background: black;
}

.top-bar {
  position: relative;
  background: black;
  padding: 1.5vw;
}

.top-bar .header-logo  {
  width: 11.6vw;
}

.top-bar .contact-phone {
  color: white;
  text-decoration: none;
  position: absolute;
  left: 1vw;
  top: 1.6vw;
  font-size: 1vw;
}

.top-bar .contact-phone img {
  width: 1.2vw;
}

.top-bar .contact-phone img, .top-bar .contact-phone span {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em;
}

.main-header {
  z-index: 0;
  height: 29.7vw;
  padding-top: 13.4vw;
  position: relative;
}

.main-header-bgs {
  background-color: #100703;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.main-header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: right 500ms linear;
}

.gallery-pagination-bullets {
  position: absolute;
  bottom: 0;
  height: 2.5vw;
  width: 100%;
  text-align: center;
}

.gallery-pagination.bullet {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0 0.4vw;
  border-radius: 1vw;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}

.gallery-pagination.bullet.active {
  opacity: 1
}

.main-header-bg.left {
  right: 120%;
  z-index: -1000;
}

.main-header-bg.active {
  z-index: 1;
  right: 0;
}

.main-header-texts {
  width: 45vw;
  height: 16.3vw;
  margin: 0 auto;
  background: rgba(43, 46, 52, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-header-texts h3 {
  margin: 0;
  font-size: 2.5vw;
  font-weight: 300;
}

.main-header-texts .header-separator {
  background: white;
  width: 15vw;
  height: 1px;
  margin: 1vw auto 1.5vw;
}

.main-header-texts p {
  font-size: 1.1vw;
  margin: 0;
  padding: 0 8vw;
}

.header-form {
  position: absolute;
  background: rgba(43, 46, 52, 0.55);
  left: 3.5vw;
  top: 32.5vw;
  width: 18.6vw;
  border: solid 3px white;
  border-radius: 0.8vw;
  transition: top 300ms ease-in-out, left 300ms ease-in-out, right 300ms ease-in-out;
}

.header-form-cta {
  cursor: pointer;
  display: none;
  position: absolute;
  text-align: center;
  line-height: 1.75vw;
  height: 1.75vw;
  width: 5vw;
  padding: 0;
  font-weight: bold;
  bottom: -1vw;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  outline: none;
  border-radius: 0.5vw;
  transition: opacity 300ms ease-in-out;
}

.header-form-cta:focus {
  outline: none;
}

.header-form-header {
  cursor: pointer
}

.header-form-header h3 {
  font-size: 1.4vw;
  margin: 1vw 0 0 0;
}

.header-form-header p {
  font-size: 1.1vw;
  margin: 0
}

.header-form-header::after {
  height: 1px;
  margin: 1vw auto;
  content: '';
  display: block;
  width: 12.5vw;
  background: white;
  opacity: 0;
  transition: margin 300ms ease-in-out, opacity 300ms ease-in-out;
  will-change: margin, height, opacity;
}

.header-form.active .header-form-header::after {
  width: 12.5vw;
  opacity: 1;
  height: 1px;
  margin: 1vw auto;
}

.header-form.active .header-form-header {
  cursor: default;
}

.header-form-wrap {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease-in-out;
  will-change: height;
}

.header-form.active .header-form-wrap {
  height: 9vw;
}

.header-form-wrap .brnd-wplp-input-wrap {
  margin: auto;
  width: 88%;
}

.header-form-wrap .brnd-wplp-input-wrap input {
  margin-bottom: 1vw;
}

.header-form-wrap .brnd-wplp-submit-wrap {
  margin: auto;
  width: 65%;
}

.surfaces {
  padding: 8.5vw 2vw 3.5vw 2vw;
  background-color: #100703;
  display: flex;
  justify-content: space-around;
}

.surface {
  width: 29vw;
}

.surface-header {
  position: relative;
}
.surface-bgs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 20.5vw;
}
.surface-header-img {
  position: absolute;
  right: -120%;
  z-index: -10;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: right 300ms ease-in-out;
  will-change: right;
}
.surface-header-img.active {
  right: 0;
  z-index: 1;
}
.surface-header-img.left {
  right: 120%;
  z-index: 0;
}
.surface-title {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  font-size: 2.3vw;
  z-index: 10;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.55);
}

.surface-description {
  margin: 2.6vw 0;
  font-size: 1.45vw;
  line-height: 1.25;
  text-align: justify;
  text-align-last: center;
}

.chevron {
  z-index: 1000;
  height: 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.chevron.prev {
  transform: rotateY(180deg);
  left: 0;
}
.chevron.next {
  right: 0;
}

.main-footer {
  background: #1f1f20;
  border-top: solid 3px white;
  padding-bottom: 2vw;
}

.footer-form {
  margin: auto;
  width: 34.5vw;
}

.footer-form h6 {
  margin: auto;
  padding: 3.5vw 0 1.45vw;
  font-size: 1.3vw;
}

.footer-form .brnd-wplp-input-wrap {
  width: 49.5%;
  float: right;
  margin-left: 1%;
  margin-bottom: 1%;
}

.footer-form .brnd-wplp-input-wrap:nth-of-type(2n-1) {
  margin-left: 0;
}

.footer-form .brnd-wplp-textarea-wrap {
  width: 100%;
  height: 3.2vw;
  float: right;
}

.footer-form .brnd-wplp-textarea-wrap textarea {
  width: 100%;
  height: 100%;
}

.footer-form .brnd-wplp-submit-wrap {
  width: 37.5%;
  margin: auto;
}

.footer-form .brnd-wplp-submit-wrap input {
  margin-top: 0.6vw;
}

.footer-logo-wrap::before {
  content: '';
  height: 2px;
  background: rgba(255,255,255,0.55);
  width: 34.5vw;
  display: block;
  margin: 1vw auto;
}

.main-footer.thanks-footer .footer-logo-wrap::before {
  background: transparent;
}

.footer-logo {
  width: 7.3vw;
  margin-top: 1.1vw;
}

@media screen and (max-width: 1279px) {
  .brnd-wplp-input-wrap input, .brnd-wplp-textarea-wrap textarea {
    padding: 0.7vw 1.4vw;
  }

  .brnd-wplp-btn {
    padding: 0.3vw;
    font-size: 2.2vw;
  }

  .top-bar .header-logo  {
    width: 28vw;
  }

  .top-bar .contact-phone {
    top: 1.8vw;
    font-size: 2.5vw;
  }

  .top-bar .contact-phone img {
    width: 2.5vw;
  }

  .main-header {
    height: 40vw;
    padding-top: 7vw
  }

  .main-header-texts {
    width: 60vw;
    height: auto;
    padding: 2.5vw 0;
  }

  .main-header-texts h3 {
    font-size: 3vw
  }

  .main-header-texts .header-separator {
    margin: 1vw auto;
  }

  .main-header-texts p {
    font-size: 1.8vw;
  }

  .header-form {
    top: 30.5vw;
    width: 32vw;
    left: 2.5vw;
  }

  .header-form-header h3 {
    font-size: 2.2vw;
    margin-top: 1vw;
  }

  .header-form-header p {
    font-size: 1.95vw;
    margin-top: 0.25vw;
  }

  .header-form-header::after {
    opacity: 1 !important;
    height: 2px !important;
    margin: 2vw auto !important;
  }

  .header-form-wrap {
    height: 14.5vw !important;
  }

  .surfaces {
    flex-direction: column;
  }

  .surface {
    width: auto;
    margin-bottom: 3.5vw;
  }

  .surface-header {
    display: inline-block;
    vertical-align: middle;
    width: 40vw;
  }

  .surface-bgs {
    height: 29vw;
  }

  .surface-title {
    font-size: 4vw;
    padding: 0.25vw 0 0.5vw;
  }

  .surface-description {
    display: inline-block;
    vertical-align: middle;
    width: 50vw;
    text-align-last: right;
    padding-right: 3.5vw;
    font-size: 2.5vw
  }

  .footer-form {
    width: 70vw;
  }

  .footer-form h6 {
    font-size: 2.5vw;
  }

  .footer-form .brnd-wplp-textarea-wrap {
    height: 7vw;
  }

  .footer-logo-wrap::before {
    width: 70vw;
    margin: 2vw auto;
  }

  .footer-logo {
    width: 15vw;
    margin-top: 2.2vw;
  }
}


@media screen and (max-width: 767px) {
  .brnd-wplp-input-wrap input, .brnd-wplp-textarea-wrap textarea {
    padding: 0.7vw 1.4vw;
  }

  .brnd-wplp-btn {
    padding: 1.5vw;
    font-size: 5vw;
  }

  .top-bar .header-logo  {
    width: 50vw;
  }

  .top-bar .contact-phone {
    top: 2.6vw;
  }

  .top-bar .contact-phone img {
    width: 6vw;
  }

  .top-bar .contact-phone span {
    display: none;
  }

  .main-header {
    height: 70vw;
    padding-top: 10vw;
  }

  .main-header-texts {
    width: 80vw;
    padding: 3vw 0;
  }

  .main-header-texts h3 {
    font-size: 7vw
  }

  .main-header-texts .header-separator {
    width: 40vw;
    margin: 4.5vw auto;
  }

  .main-header-texts p {
    font-size: 4.5vw;
    padding: 0 4vw
  }

  .header-form {
    display: none;
  }

  .surfaces {
    flex-direction: column;
  }

  .surface {
    width: 100%;
    margin-bottom: 3.5vw;
  }

  .surface-header {
    width: 100%;
  }

  .surface-bgs {
    height: 60vw;
  }

  .surface-title {
    font-size: 7.8vw;
    padding: 2vw 0;
  }

  .surface-description {
    width: 100%;
    text-align-last: center;
    font-size: 4vw;
    padding: 0;
    margin: 3.5vw auto 6vw auto;
  }

  .footer-form {
    width: 90vw;
  }

  .footer-form h6 {
    font-size: 5.5vw;
    padding: 7vw 0 3.5vw 0;
  }

  .footer-form .brnd-wplp-input-wrap, .footer-form .brnd-wplp-textarea-wrap, .footer-form .brnd-wplp-submit-wrap {
    width: 100%;
    float: none;
    clear: both;
  }

  .footer-form .brnd-wplp-textarea-wrap {
    height: 16vw;
  }

  .footer-logo-wrap::before {
    width: 70vw;
    margin: 2vw auto;
  }

  .footer-logo {
    width: 30vw;
    margin-top: 3vw;
  }
}


@media screen and (min-width: 1280px) {
  .main-header-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 300ms ease-in-out;
    will-change: opacity;
  }

  .main-header.darken .main-header-overlay {
    z-index: 1;
    opacity: 1;
  }

  .header-form-cta {
    display: block;
  }

  .header-form.active {
    z-index: 10;
    left: 40.5vw;
    top: 14vw;
    margin: auto;
  }

  .header-form.active .header-form-cta {
    opacity: 0;
  }
}
