﻿.quiz-container-desc {
  width: 702px;
  height: 460px;
  border: 1px solid black;
  padding: 40px 37.5px;
  -webkit-box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: center;
}

.kitchen-quiz-page {
  min-height: 75Vh;
}

.quiz-desc-content h3 {
  font-weight: 300;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.quiz-desc-content a {
  color: black;
}

.quiz-desc-content p {
  opacity: 0.8;
  margin-bottom: 62px;
}

.quiz-container-thank p {
  margin-bottom: 32px;
}

.get-consultaion p {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  margin-top: 28px;
}

.quiz-content h5 {
  text-align: start;
  margin: 40px 0 48px 0;
}

.quiz-body {
  padding: 200px;
  position: relative;
}

.indicator-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.quiz-indicator {
  cursor: pointer;
}

.indicator-cont-top {
  display: flex;
  justify-content: space-between;
}

.indicator-cont div {
  width: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 4px;
  margin-right: 12px;
}

.indicator-cont div.active {
  background: black;
}

.quiz-content {
  display: none;
}

.quiz-container {
  display: none;
  padding: 100px 0;
}

.choose-item {
  cursor: pointer;
}

.quiz-text {
  font-weight: 300;
  width: 273px;
  margin: 0 !important;
  color: white;
  text-align: center !important;
}

.btn-quiz-6 {
  margin-top: 55px !important;
  margin-right: 27px !important;
}

.quiz-item-cont {
  width: 704px;
  height: 589px;
  border: 1px solid black;
  padding: 20px 2px 27px 32px;
  -webkit-box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.quiz-item-cont .btn-next {
  margin-top: 49px;
}

.quiz1-cont {
  display: flex;
  flex-wrap: wrap;
}

.quiz1-cont div {
  margin-right: 30px;
  margin-bottom: 32px;
  width: 304px;
  position: relative;
}

.quiz1-cont div img {
  width: 100%;
}

/*oiwnload*/
.download-cont {
  display: flex;
}

.download-item img {
  width: 50%;
}

.download-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: black;
  padding: 32px 30px 40px 30px;
  width: 50%;
}

.download-item {
  display: flex;
  width: 50%;
}

.first-ktn {
  margin-right: 30px;
}

.download-desc h5 {
  color: white;
  padding-bottom: 20px;
  text-align: start;
}

.download-desc h5::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  margin: 20px 0;
  background: white;
}

.download h2 {
  color: black;
  text-align: center;
  margin: 70px auto 69px;
  line-height: 38px;
}

/*modal*/
/* Page wrapper */
/* Icons */
.modal-img {
  position: relative;
  width: 488px;
}

.modal-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/**
 * Modals ($modals)
 */
/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
  display: block;
}

.modal1 {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal1.is-visible {
  visibility: visible;
  display: block;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-get-assistent.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-get-assistent {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal1.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

/*.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}*/
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content {
  width: 458px;
  padding: 20px;
  border-radius: 0px;
  height: 100%;
}

.modal-img h5 {
  color: white;
  text-align: center;
  width: 300px;
  line-height: 38px;
}

.modal-content h6 {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 31.5px;
  margin-bottom: 20px;
  text-align: center;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  width: 314px;
  margin: 0 auto;
}

.modal-content form span {
  font-size: 16px;
  font-weight: normal;
}

.modal-content form span sup {
  color: red;
}

.modal-content form input {
  height: 51px;
  margin-bottom: 7px;
}

/*input animation*/
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: black;
  position: relative;
  display: inline-block;
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-radius: 0px;
  padding: 16px;
  width: 314px;
  height: 51px;
  color: black;
  background-color: transparent;
  box-shadow: none;
  caret-color: black;
  transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 20px;
  left: 16px;
  /*display: flex;
          border-color: black;
          width: 100%;*/
  color: black;
  /*font-size: 100%;*/
  /*line-height: 15px;*/
  cursor: text;
  transition: color 0.2s, font-size 0.2s, top 0.2s;
}

.pure-material-textfield-outlined > input.input-validation-error {
  border-color: #DF6868;
}

.pure-material-textfield-outlined > input.input-validation-error + span {
  color: #DF6868;
  top: -5px;
  background-color: white;
  padding: 0 5px;
  left: 11px;
}

.pure-material-textfield-outlined > input:focus + span, .pure-material-textfield-outlined > textarea:focus + span {
  top: -5px;
  background-color: white;
  padding: 0 5px;
  left: 11px;
}

.pure-material-textfield-outlined > input:not(:placeholder-shown) + span, .pure-material-textfield-outlined > textarea:not(:placeholder-shown) + span {
  top: -5px;
  background-color: white;
  padding: 0 5px;
  left: 11px;
}

/*input animation end*/
.download-btn {
  margin: 20px 0 20px 0;
  display: flex;
  align-self: center;
  text-align: center;
  justify-content: center;
  background: black;
  color: white;
}

.download-btn:hover {
  border: 1px solid black;
  color: black;
}

.download-btn:hover:before {
  background: white;
}

.modal-content p {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  color: black;
}

.indicator-cont-top {
  margin-right: 30px;
}

.indicator-cont-top span {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 16px;
}

.activeBefore {
  position: relative;
}

.activeBefore:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.activeBefore-img {
  position: relative;
}

.activeBefore-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.quiz-img-text {
  font-size: 24px;
  font-weight: 300;
  display: none;
  width: 218px;
  line-height: 29px;
  color: white;
  font-family: Lato, Helvetica, sans-serif;
  opacity: 1;
}

.quiz-content h4 {
  text-align: start;
  margin: 40px 0 48px 0;
  line-height: 29px;
}

.quiz-cont-item div {
  background: black;
  height: 106px;
  width: 304px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}

.quiz-cont-item {
  display: flex;
  flex-wrap: wrap;
}

/*cheackbox*/
.quiz-checkbox {
  --background: #fff;
  --border: #D1D6EE;
  --border-hover: #BBC1E1;
  --border-active: #1E2235;
  --tick: #fff;
  position: absolute;
  left: 16px;
  top: 16px;
}

.quiz-checkbox input,
.quiz-checkboxsvg {
  width: 16px;
  height: 16px;
  display: block;
}

.quiz-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.3s;
  background: var(--background);
}

.quiz-checkbox input:checked {
  --b: var(--border-active);
}

.quiz-checkbox.bounce {
  --stroke: var(--tick);
}

.quiz-checkbox.bounce input:checked {
  background: black;
  border: 4px solid white;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.get-consultaion {
  margin: 0 33px 0 4px;
}

.get-consultaion h3 {
  font-size: 20px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 28px;
  margin-bottom: 32px;
}

.fileContainer {
  border: 1px solid;
  font-size: 16px;
  margin: 10px 0;
  width: 314px;
  height: 51px;
}

.note-form .fileContainer {
  height: 51px;
}

.fileContainer span {
  position: relative;
  top: -14px;
  left: -27px;
}

.note-form .fileContainer span {
  top: -45px;
  left: 14px;
}

.note-form .pure-material-textfield-outlined {
  margin-bottom: 16px;
}

.note-frm-cheackbox span {
  margin-left: 32px !important;
  margin-top: -4px !important;
}

.note-frm-cheackbox label {
  left: 0 !important;
}

.note-frm-cheackbox input {
  width: 16px;
  height: 16px !important;
  margin-bottom: 0 !important;
}

.fileContainer [type=file] {
  opacity: 0;
}

.quiz-close-btn {
  background: transparent;
  border: navajowhite;
  position: absolute;
  right: 20px;
}

.quiz-cheackbox-cont {
  position: relative;
  width: 355px;
  margin: 0px auto 12px;
  display: flex;
  justify-content: flex-start;
}

.quiz-cheackbox-cont .quiz-checkbox {
  border: 1px solid;
}

.quiz-cheackbox-cont label {
  left: 20px;
  top: 0;
}

.quiz-cheackbox-cont span {
  margin-left: 52px;
  text-align: start;
  font-size: 14px;
}

.quiz-cheackbox-cont a {
  color: black;
  border-bottom: 1px solid black;
}

.quiz-container-last {
  opacity: 0;
  display: none;
}

.quiz-send-btn {
  margin: 32px auto 20px;
  display: flex;
  align-self: center;
  text-align: center;
  justify-content: center;
  background: black;
  color: white;
}

.quiz-send-btn:hover {
  color: black;
}

.quiz-send-btn:hover:before {
  background: white;
  color: black;
  border: 1px solid black;
}

.btn-quiz-4 {
  margin-top: 194px !important;
  margin-right: 27px !important;
}

.quiz-container-thank h6 {
  color: black;
}

.quiz-container-thank {
  display: none;
  width: 458px;
  height: 176px;
  padding: 40px;
  box-shadow: 5px 5px 8px -1px rgba(0, 0, 0, 0.2);
}

.white-btnbg {
  background: white;
  width: 162px !important;
  display: flex;
}

.quiz-body .kitchen-btn-black {
  background-color: transparent !important;
}

.quiz-form {
  padding: 20px 2px 0px 35px;
}
