/*
	Theme Name: Bright Visuals
	Author: Miroslav Rajkovic
	Author URI: https://rajkovic.cc
*/
* {
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #EFEBE4;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif !important;
  font-size: 15px;
  background: #222;
}

#video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

#background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("https://evaluation.brightvisuals.com/wp-content/uploads/2025/02/Nested-Sequence-08.mp4") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateY(0%) skewY(0deg) scale(1.05);
          transform: translateY(0%) skewY(0deg) scale(1.05);
  -webkit-animation: fly-in 4000ms cubic-bezier(0.25, 1, 0.5, 1) 300ms forwards;
          animation: fly-in 4000ms cubic-bezier(0.25, 1, 0.5, 1) 300ms forwards;
}
#background.video {
  background: none;
}
#background video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
#background:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

@-webkit-keyframes fly-in {
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes fly-in {
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
#content {
  z-index: 10;
}

#form {
  max-width: 1100px;
  width: 100%;
  padding: 64px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 40px 40px 120px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(255, 255, 255, 0.16);
          box-shadow: 40px 40px 120px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 64px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(15%) skewY(1deg) scale(1);
          transform: translateY(15%) skewY(1deg) scale(1);
  -webkit-animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
          animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
}
#form.thank-you .left, #form.thank-you .right {
  width: 100%;
}
#form.thank-you h1 {
  font-size: 40px;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(30%) skewY(1deg) scale(1);
          transform: translateY(30%) skewY(1deg) scale(1);
  -webkit-animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
          animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
}
#form .logo {
  margin-bottom: 64px;
  width: 250px;
  opacity: 0;
  -webkit-transform: translateY(100%) skewY(3deg) scale(1);
          transform: translateY(100%) skewY(3deg) scale(1);
  -webkit-animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
          animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 150ms forwards;
}
#form h1 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  opacity: 0;
  -webkit-transform: translateY(30%) skewY(2deg) scale(1);
          transform: translateY(30%) skewY(2deg) scale(1);
  -webkit-animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 300ms forwards;
          animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 300ms forwards;
}
#form .left, #form .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#form .left {
  width: 45%;
}
#form .right {
  width: 55%;
  opacity: 0;
  -webkit-transform: translateY(10%) skewY(2deg) scale(1);
          transform: translateY(10%) skewY(2deg) scale(1);
  -webkit-animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 450ms forwards;
          animation: fly-in 2000ms cubic-bezier(0.25, 1, 0.5, 1) 450ms forwards;
}
#form .wpcf7 {
  width: 100%;
}
#form .wpcf7 form p {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
#form .wpcf7 form p .wpcf7-not-valid-tip {
  display: none !important;
}
#form .wpcf7 form p:nth-child(6) {
  margin-bottom: 0;
}
#form .wpcf7 form span.label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
#form .wpcf7 form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
#form .wpcf7 form .wpcf7-radio span {
  margin: 0;
  width: 100%;
}
#form .wpcf7 form input, #form .wpcf7 form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
  resize: none;
  outline: none;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
#form .wpcf7 form input::-webkit-input-placeholder, #form .wpcf7 form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#form .wpcf7 form input::-moz-placeholder, #form .wpcf7 form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#form .wpcf7 form input:-ms-input-placeholder, #form .wpcf7 form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#form .wpcf7 form input::-ms-input-placeholder, #form .wpcf7 form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#form .wpcf7 form input::placeholder, #form .wpcf7 form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#form .wpcf7 form input:hover, #form .wpcf7 form textarea:hover {
  background: rgba(0, 0, 0, 0.1);
}
#form .wpcf7 form input:focus, #form .wpcf7 form textarea:focus {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.24);
          box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.24);
  background: rgba(0, 0, 0, 0.1);
}
#form .wpcf7 form input[type=radio], #form .wpcf7 form textarea[type=radio] {
  display: none;
}
#form .wpcf7 form input[type=radio] + span, #form .wpcf7 form textarea[type=radio] + span {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-size: 0.8em;
}
#form .wpcf7 form input[type=radio] + span:hover, #form .wpcf7 form textarea[type=radio] + span:hover {
  background: rgba(0, 19, 186, 0.5);
}
#form .wpcf7 form input[type=radio]:checked + span, #form .wpcf7 form textarea[type=radio]:checked + span {
  background: rgb(0, 19, 186);
}
#form .wpcf7 form input[type=submit], #form .wpcf7 form textarea[type=submit] {
  background: rgb(0, 19, 186);
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px;
}
#form .wpcf7 form input[type=submit]:hover, #form .wpcf7 form textarea[type=submit]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#form .wpcf7 form .wpcf7-spinner {
  display: none;
}
#form .wpcf7 form .wpcf7-response-output {
  background: rgba(230, 126, 34, 0.32);
  border: 0;
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  margin: 0;
  margin-top: 16px;
  text-align: center;
  text-transform: none;
}

body.form-success .wpcf7-response-output {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  #form {
    max-width: 960px;
    padding: 48px;
    gap: 48px;
  }
  #form .left, #form .right {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #form {
    max-width: 704px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form .left, #form .right {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px;
  }
  body.page-template-template-thankyou {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content {
    padding-bottom: 8px;
  }
  #form {
    padding: 16px;
    gap: 32px;
    border-radius: 32px;
  }
  #form.thank-you h1 {
    padding-bottom: 24px;
  }
  #form .logo {
    margin: 32px 0 32px 0;
    width: 200px;
  }
  #form h1 {
    font-size: 32px !important;
  }
  #form span.label {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
  }
  #form .wpcf7 form .wpcf7-radio {
    gap: 4px;
  }
  #form .wpcf7 form p {
    margin-bottom: 24px;
  }
}