/*! Place your custom styles here */

.contact-form {
  background-color: #f7f7f7;
  min-height: calc(100vh - 82px);
  position: relative;
  overflow: hidden;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    inset rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    inset rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.contact-form > div {
  display: flex;
  width: 90%;
  margin: auto;
  padding: 16px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  background: #fdfdfd;
  position: relative;
  z-index: 1;
}
.contact-form > div > div {
  flex: 1;
}
.contact-fields > div {
  margin: 16px 0;
}
.contact-fields {
  padding-right: 32px;
}
.contact-fields > div > label {
  font-size: 1rem;
}
#gMap {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: aliceblue;
  border: 1px solid #eee;
}
.contact-form > div > div:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: aliceblue;
  border: 1px solid #eee;
}
.shape-1 {
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: #eee;
  top: 3vw;
  left: 0;
  border-radius: 30px;
}
.shape-2 {
  width: 40vw;
  height: 40vw;
  position: absolute;
  position: absolute;
  background: #f1f1f1;
  top: 15vw;
  right: -13vw;
  border-radius: 30px;
}
.contact-fields > div:last-child {
  margin-bottom: 0;
}
.submit-contact {
  width: 100%;
  color: #fdfdfd;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  background: linear-gradient(to right, #ff9966, #ff5e62);
  font-weight: 700;
  letter-spacing: 10px;
  font-size: 1.1rem;
  transform: scale(1);
  transition: 1s all ease;
  cursor: pointer;
}
.submit-contact:hover {
  transform: scale(1.02);
}
.submit-contact:active {
  transform: scale(1);
}
.height-75 {
  height: 75vh;
}

.scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 0 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-custom img {
  height: 350px;
  width: 80%;
  object-fit: cover;
}
.background-image-holder {
  top: 0 !important;
}
.home-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin: auto;
  width: 90%;
  position: relative;
  padding: 2rem 0 4rem;
}
.home-tiles > div > span {
}
.home-tiles > div {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  transition: 0.5s all ease;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
}
.home-tiles > div:hover > div > i {
  left: 70px;
  font-size: 1.5rem;
}
.home-tiles > div:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
.home-tiles > div:nth-child(1) {
  background-image: url("../img/home-1.jpg");
}
.home-tiles > div:nth-child(2) {
  background-image: url("../img/home-2.jpg");
}
.home-tiles > div:nth-child(3) {
  background-image: url("../img/home-3.jpg");
}
.home-tiles > div:nth-child(4) {
  background-image: url("../img/home-4.jpg");
  background-position: 0 50%;
}
.home-tiles > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  position: absolute;
  transition: 0.5s all ease;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-tiles > div:hover > div {
  height: 250px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.home-tiles > div > div > i {
  font-size: 2.5rem;
  position: relative;
  top: 4px;
  left: 0;
  transition: 1s all ease;
}
.home-tiles > div > div > span {
  font-size: 1.2rem;
  font-weight: 600;
}
.take-quiz-container {
  margin: 2rem 0 0;
  display: flex;
  background-image: url(../img/quiz-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.take-quiz-container > div {
  flex: 1;
}
.take-quiz-container > div:last-child {
  height: 550px;
}
.quiz-wrap {
  margin: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(
    to right,
    rgb(0 0 70 / 0.5),
    rgb(28 181 224 / 0.5)
  );
}
.quiz-wrap > h2 {
  color: #fdfdfd;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.quiz-wrap > div {
  width: 75%;
  color: #fdfdfd;
  text-align: center;
  font-size: 1.5rem;
}
.quiz-wrap > div > button a {
  text-decoration: none;
  color: red !important;
}
.quiz-wrap > div > button {
  font-size: 1.5rem;
  padding: 20px 32px;
  border-radius: 40px;
  background: #e7e7e78f;
  color: #d1c7c7 !important;
  border: 0;
  transition: 1s all ease;
  transform: scale(1);
  cursor: pointer;
  text-decoration: none;
}
.quiz-wrap > div > button:hover {
  transform: scale(1.05);
}
.zero-section {
  background: #f7f7f7;
  padding: 2rem 0;
}
.zero-section > div {
  display: flex;
  width: 90%;
  padding: 2rem;
  margin: auto;
}
.zero-section > div > div {
  flex: 1;
}
.zero-section > div > div:last-child {
  height: 500px;
  background-image: url(../img/home-blog.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.zero-inner {
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  flex-direction: column;
  border-right: 0;
}
.zero-inner > h3 {
  color: #444;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 12px;
  width: 80%;
  border-bottom: 1px solid #eee;
  line-height: 1.2;
}
.zero-inner > p {
  width: 80%;
  font-size: 1.2rem;
  text-align: center;
  color: #555;
}
.zero-inner > a {
  text-decoration: none !important;
  padding: 6px 40px;
  border-radius: 8px;
  background: linear-gradient(to right, #add100, #7b920a);
  color: #fdfdfd !important;
  font-size: 1rem !important;
  cursor: pointer;
  transform: scale(1);
  transition: 0.5s all ease;
}

.zero-inner > a:hover {
  transform: scale(1.04);
}

.zero-inner > a:hover > i {
  transform: translate(8px, 0);
}

.zero-inner > a > i {
  padding-left: 4px;
  transition: 0.5s all ease;
  transform: translate(0, 0);
}

.product-wrap {
  display: flex;
  padding: 0 16px;
}
.product-wrap > div:first-child {
  width: 25%;
  padding-right: 16px;
}
.product-wrap > div:last-child {
  width: 75%;
  padding-left: 16px;
}
.product-head > h2 {
  font-size: 38px;
  margin-bottom: 6px;
}
.product-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.product-head > label {
  font-size: 15px;
  color: #666;
}
.product-body {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.product-container {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(3, 1fr);
}
.product-item,
.product-item * {
  transition: 1s all ease;
  transform: scale(1);
  word-break: break-all;
}
.product-item:hover {
  transform: scale(1.04);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.product-item {
  cursor: pointer;
  box-shadow: none;
}
.product-item > div:first-child {
  text-align: center;
}
.product-item > div:first-child > img {
  max-height: 200px;
  object-fit: contain;
}
.product-item > div:last-child {
  padding: 8px 24px;
}
.product-item > div:last-child > p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 0px solid #eee;
}
.product-list {
}
.product-list > li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555;
}
.product-list > li > i {
  color: #19b719;
  padding-right: 8px;
}
.product-filters {
}
.product-filters > h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 51px;
  padding: 0 8px;
}
.product-filters > div {
}
.product-filters > div > div {
}
.filter-item {
  cursor: pointer;
}
.filter-item > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  font-size: 16px;
  background: #fdfdfd;
  border: 1px solid #eee;
}
.filter-item > ul > li {
  padding: 8px;
  display: flex;
  align-items: center;
}
.filter-item > ul {
  transition: 0.35s all linear;
  /*max-height: 165px;*/
  overflow: hidden;
  background: #fff;
  padding: 8px 16px;
}
.filter-item.drop > ul {
  /*background: #fcfcfc;*/
  /*overflow-y: scroll;*/
}
.filter-item > span > i {
  transform: rotate(0);
  transition: 0.35s all linear;
}
.filter-item.drop > span > i {
  transform: rotate(180deg);
}
.filter-item > ul > span {
}
.filter-item:not(.drop) > ul {
  max-height: 0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="radio"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    padding: 0;
  }
  input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type="radio"]:disabled + label {
    cursor: not-allowed;
  }

  input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  input[type="radio"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type="radio"]:not(.switch) {
    width: 18px;
  }

  input[type="radio"]:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type="radio"]:not(.switch):checked {
    --o: 1;
  }

  input[type="radio"] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 12px;
  }

  input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  input[type="radio"] {
    border-radius: 50%;
  }
  input[type="radio"]:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
  }
  input[type="radio"]:checked {
    --s: 0.5;
  }
}
.info-header {
  margin-top: 82px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.info-header > div:last-child {
  width: 35%;
  margin-left: auto;
  padding: 16px 32px;
  text-align: center;
}
.info-header > div > div:first-child {
  background: #ffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.info-header > div > div:last-child {
  border-radius: 8px;
  background: #fdfdfd;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.info-header > div > div:first-child > img {
  max-height: 300px;
}
.info-header > div > div:last-child > h1 {
  color: #666;
  font-size: 35px;
}
.info-body {
  padding: 32px;
  width: 90%;
  margin: auto;
}
.info-body > div:first-child {
  display: flex;
}
.info-body > div:first-child > div {
  flex: 1;
}
.info-body > div:first-child > div:last-child > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.info-body h5 {
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
  font-size: 28px;
  font-weight: 500;
  color: #555;
}
.info-body > div {
  margin-bottom: 32px;
}
.key-information {
  margin-top: 12px !important;
}
.key-information > li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.key-information > li > i {
  width: 45px;
  font-size: 22px;
  color: #768289;
}
.key-information > li > span {
  font-size: 15px;
  color: #666;
}
.key-information > li > label {
  font-size: 16px;
  font-weight: 600;
  padding-right: 8px;
  color: #444;
}
.info-body > div > p {
  font-size: 18px;
  margin-top: 8px;
  color: #666;
}
.our-innovations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.our-innovations > div {
  padding: 20px;
  position: relative;
  height: 400px;
}
.our-innovations > div > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-innovations > div > h3 {
  font-size: 25px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  color: #444;
}
.our-innovations > div > p {
  font-size: 15px;
  color: #666;
}
.product-body > a,
.product-container > a {
  font-weight: 400 !important;
  text-decoration: none !important;
}
.container.customContainer {
  padding: 12px 3%;
}
.tabs-container {
  display: flex;
  max-height: 600px;
  overflow: hidden;
  justify-content: center;
}

.tabs-container > a {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tabs-container > a > img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: 0;
  transition: 1s all ease;
}
.tabs-container > a:hover > img {
  animation: kenburns-top 5s ease-out both;
}
.tabs-container > a > span {
  position: absolute;
  z-index: 1;
  display: flex;
  min-height: 78px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 0px 28px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  backdrop-filter: blur(4px);
  max-width: 85%;
  margin: auto;
}
.info-tab-container > div:not(.show),
.gallery-tab-container > div:not(.show) {
  display: none;
}
.info-tab {
  padding: 16px 32px;
  width: 65%;
  text-align: center;
}
.info-tab > div {
}
.info-tab > div:first-child {
  display: flex;
  overflow: hidden;
}
.info-tab > div:first-child > label {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s all ease;
  background: #fff;
}
.info-tab > div:first-child > label:not(.selected):hover {
  background: #f9f9f9;
}
.info-tab > div:first-child > label.selected {
  background: #799ad4;
  color: #fdfdfd;
}
.info-tab-container > div {
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  min-height: 100px;
}
.awards-container {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.awards-container > div:nth-child(1),
.awards-container > div:nth-child(4),
.awards-container > div:nth-child(5),
.awards-container > div:nth-child(8) {
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.awards-container > div {
  text-align: center;
  padding: 32px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  justify-content: center;
}
.awards-container > div > img {
  height: 250px;
  width: auto;
  max-width: 100%;
}
.color-palette {
  padding: 5rem 20%;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  background: #f5f5f5;
  line-height: 1.3;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    inset rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    inset rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.color-block {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin: auto;
}

.color-block > span {
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

.carousel-cell > h4 {
  margin: 0;
  font-size: 28px;
  text-transform: capitalize;
  color: #aaa;
  font-weight: 700;
}

.carousel-cell {
  width: 100%; /* full width */
  height: 400px; /* height of carousel */
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /*padding: 32px;*/
  background: #fdfdfd;
}
.gallery-tab {
  padding: 4rem 0 2rem;
  text-align: center;
  width: 90%;
  margin: auto;
}
.gallery-tab > div:first-child {
  width: max-content;
  margin: auto;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 3px;
}

.gallery-tab > div:last-child {
  margin-top: 2rem;
}
.gallery-tab > div:first-child > label {
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  min-width: 200px;
}
.gallery-tab * {
  transition: 0.5s all ease;
}
.gallery-tab > div:first-child > label:hover {
  background: #fafafa;
}
.gallery-tab > div:first-child > label.selected {
  background: #343639;
  color: #fdfdfd;
  font-weight: 600;
}
.gallery-tab-container > div {
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.kids-room > img {
  margin: 8px;
}
.kids-room > img:nth-child(1) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.kids-room > img:nth-child(2) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.kids-room > img:nth-child(3) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}
.kids-room > img:nth-child(4) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}
.kids-room > img:nth-child(5) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.kids-room > img:nth-child(6) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.kitchen-room > img {
  margin: 8px;
}
.kitchen-room > img:nth-child(1) {
  width: calc(20% - 16px);
  height: 300px;
  object-fit: cover;
}
.kitchen-room > img:nth-child(2) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.kitchen-room > img:nth-child(3) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.kitchen-room > img:nth-child(4) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}
.kitchen-room > img:nth-child(5) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}

.bed-room,
.kitchen-room,
.bath-room,
.kids-room {
  display: flex;
  flex-wrap: wrap;
}
.bed-room > img {
  margin: 8px;
}
.bed-room > img:nth-child(1) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.bed-room > img:nth-child(2) {
  width: calc(20% - 16px);
  object-fit: cover;
  height: 300px;
}
.bed-room > img:nth-child(3) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.bed-room > img:nth-child(4) {
  width: calc(20% - 16px);
  object-fit: cover;
  height: 300px;
}
.bed-room > img:nth-child(5) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.bed-room > img:nth-child(6) {
  width: calc(40% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img {
  margin: 8px;
}
.bath-room > img:nth-child(1) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img:nth-child(2) {
  width: calc(50% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img:nth-child(3) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img:nth-child(4) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img:nth-child(5) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.bath-room > img:nth-child(6) {
  width: calc(25% - 16px);
  height: 300px;
  object-fit: cover;
}
.tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  width: 90%;
  margin: 4rem auto;
}
.tips > div {
  position: relative;
}
.tips > div:nth-child(4) {
  grid-column: 1/2 span;
}
.tips > div:nth-child(5) {
}
.tips > div > img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.tips > div > p {
  position: absolute;
  bottom: 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fdfdfd;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  backdrop-filter: blur(4px);
}
.store-address {
  padding-right: 16px;
}
.store-address > h2 {
  margin-bottom: 8px;
}
.store-address > h4 {
  margin-bottom: 12px;
}
.store-address > div {
  margin-bottom: 12px;
}
.store-address > div > div {
  display: flex;
  justify-content: space-between;
}
.store-address > div > div > label {
  font-size: 14px;
  text-align: left;
}
.store-address > div > div > span {
  font-size: 14px;
  text-align: right;
}
.store-address > div > h5 {
  margin-bottom: 8px;
}
.bot-container {
}

.bot-container > div {
  margin: 24px 0px;
}
.chat-bot {
  display: flex;
  align-items: flex-end;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.chat-bot > span {
  width: 50px;
  height: 50px;
  background: #6060ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  font-size: 24px;
  font-weight: 600;
}
.chat-bot > div {
  max-width: 500px;
  background: #fff;
  margin-left: 16px;
  padding: 8px 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 8px;
  border-top-left-radius: 0;
  line-height: 1.5;
  color: #777;
  font-size: 14px;
}
.quiz-container {
  margin-top: 82px;
  display: flex;
  padding: 4rem 0;
  background: #f7f9fb;
  flex-direction: column;
}
.quiz-container > div:last-child {
  padding-left: 0;
}
.quiz-container > div {
  flex: 1;
  padding: 32px;
}

.quiz-container > div:not(.show) {
  display: none;
}
.quiz-sections > ul {
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.quiz-sections > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
.quiz-sections.decor > ul > li {
  color: #222;
  font-weight: 600;
}
.quiz-sections > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1rem;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: none;
  transition: 1s all ease;
  cursor: pointer;
}
.quiz-sections > ul > li > span {
  font-size: 12px;
  font-weight: 400;
  color: #777;
  line-height: initial;
}
.quiz-sections > ul > li:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.quiz-sections > ul > li > i {
  font-size: 32px;
  margin-bottom: 4px;
}

.paint-studio-wrap {
  width: 90%;
  margin: 82px auto 0;
  padding: 2rem 0;
}

.paint-studio-wrap > h1 {
  font-size: 34px;
  margin: 12px 0 60px;
  text-align: center;
}

.studio-head {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 36px;
}
.studio-head > div {
  text-align: center;
  opacity: 0.85;
  transition: 0.5s all ease;
}

.studio-head > div > i {
  transition: 0.5s all ease;
}

.studio-head > div:hover {
  opacity: 1;
}
.studio-head > div:first-child:hover > i {
  color: #9a9ae8;
}
.studio-head > div:nth-child(2):hover > i {
  color: #ffd881;
}
.studio-head > div:nth-child(3):hover > i {
  color: #e89a9a;
}
.studio-head > div:nth-child(4):hover > i {
  color: #9ae8b6;
}
.studio-head > div:nth-child(5):hover > i {
  color: #e09ae8;
}
.studio-head > div > i {
  font-size: 80px;
  margin-bottom: 24px;
}
.studio-head > div > label {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.studio-head > div > button {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  letter-spacing: 1.5px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.studio-head > div > button:hover {
  border: 1px solid #777;
}
.paint-cal-wrap {
  padding: 0 0 4rem;
  display: flex;
}
.paint-cal-wrap > div:first-child {
  flex: 1;
}
.paint-cal-wrap > div:last-child {
  width: 25%;
  padding-left: 24px;
}
.paint-cal-wrap > div:first-child > div {
  margin: 12px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}
.paint-cal > div:first-child {
  padding: 10px 15px;
  background: #eee;
  color: #777;
  font-size: 20px;
}
.paint-cal > div:nth-child(2) {
  display: flex;
}
.paint-cal > div:nth-child(2):not(.paint-calculate) > div {
  flex: 1;
  /*display: flex;*/
  align-items: center;
  padding: 10px 15px;
}
.paint-cal > div:nth-child(2) > div > label {
  width: 30%;
  font-size: 15px;
}
.paint-calculate {
  padding: 10px 15px;
  justify-content: flex-end;
}
.paint-calculate > div {
  width: 25%;
}
.paint-calculate > div:last-child {
  padding-left: 12px;
}
.paint-calculate > div > button {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.5s all ease;
  background-color: #eee;
}
.paint-calculate > div > button:hover {
  border: 1px solid #777;
}
.paint-cal > div:nth-child(3) {
  color: #555;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  cursor: pointer;
  transition: 0.5s all ease;
}
.paint-cal > div:nth-child(3) > i {
  padding-right: 8px;
}
.paint-cal > div:nth-child(3):hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.paint-cal-wrap > h2 {
  font-size: 30px;
}
.handy-man {
  background-image: url(../img/handy-man.jpg);
  min-height: 100vh;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 32px;
}
.handy-man form > div {
  left: 3%;
  padding: 32px;
  background: rgba(253, 253, 253, 0.3);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}
.handy-man form > div > h3 {
  color: #da3f3f;
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 2px 4px 5px rgba(29, 29, 29, 0.5);
  text-align: center;
}
.handy-man form > div p {
  text-align: center;
  color: #222;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 16px;
}
#selectYourWork {
  -webkit-appearance: none;
  background: #fcfcfc;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #ececec;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  min-height: 42px;
}
.handy-man form > div > button {
  width: 100%;
  font-size: 18px;
  border: 3px solid #da3f3f;
  background: rgba(253, 253, 253, 0.4);
  color: #da3f3f;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 8px;
  cursor: pointer;
  backdrop-filter: blur(4px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  transition: 1s all ease;
  transform: scale(1);
}
.handy-man form > div > button:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  transform: scale(1.03);
}
.handy-man form > div > input {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.handy-painter {
  background-image: url(../img/handy-painter.jpg);
  min-height: 600px;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
  display: flex;
  align-items: center;
}
.handy-painter > div {
  width: 43%;
  margin-left: auto;
  padding: 32px;
}
.handy-painter > div > h3 {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #9ca4b1;
  font-weight: 600;
  font-size: 36px;
  color: #444;
}
.handy-painter > div > p {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}
.handy-services {
  background: #d40029;
  color: #fdfdfd;
  padding: 3rem 2rem;
}
.handy-services > h2 {
  text-align: center;
  color: #fdfdfd;
  font-size: 36px;
  margin-bottom: 4rem;
  font-weight: 400;
}
.handy-services > div {
  display: flex;
}
.handy-services > div > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 25px;
  font-weight: 200;
}
.handy-services > div > span > i {
  font-size: 70px;
  padding-bottom: 24px;
}

.corporate-main {
  margin-top: 81px;
  background: #1c1c1c;
}

.corporate-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem;
  justify-content: space-between;
}
.corporate-wrap > div {
  margin: 20px 0 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: calc(50% - 16px);
  max-height: 400px;
  overflow: hidden;
}
.corporate-wrap > div > img {
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 5s all ease;
}
.corporate-wrap > div:hover > img {
  transform: scale(1.04);
}
.corporate-wrap > div:hover > i {
  background: rgba(0, 0, 0, 0.5);
}
.corporate-wrap > div > i {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: 0.7s all ease;
}
.corporate-wrap > div > a {
  position: absolute;
  color: #fff !important;
  font-weight: 600;
  font-size: 24px;
  z-index: 1;
  display: block;
  max-width: 70%;
  text-align: center;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  text-decoration: none;
  letter-spacing: 4px;
}
.corporate-wrap > div > p {
  color: #fdfdfd;
  font-size: 26px;
  line-height: 1.4;
  text-align: right;
}
.corporate-wrap > div:not(:hover) > a {
  display: none;
}
.corporate-info-wrapper {
  background: #eceff1;
  margin-top: 81px;
}
.corporate-info {
  width: 80%;
  margin: auto;
  padding: 4rem 0;
}
.corporate-info > div {
  display: flex;
  margin: 4rem 0;
  max-height: 600px;
}
.corporate-info > div > div {
  flex: 1;
}
.corporate-info > div > div.min-block {
  flex: none;
  width: 30%;
}
.corporate-info > div > div:first-child.min-block {
  margin-right: 4rem;
}
.corporate-info > div > div:last-child.min-block {
  margin-left: 4rem;
}
.corporate-info > div > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-info > div > div > h1 {
  color: #444;
  font-weight: 600;
}
.corporate-info > div > div > p {
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
.product-colors > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin-top: 12px;
}
.product-colors > div > div {
  text-align: center;
  padding: 6px 0;
}

.product-colors > div > div > span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  margin: auto;
  border: 3px solid #eee;
}
.product-colors > div > div > label {
  margin-top: 12px;
  font-size: 17px;
  color: #666;
  font-weight: 600;
}
.blog-nav {
  position: fixed;
  top: 81px;
  width: 100%;
  z-index: 1;
  padding: 10px;
  background: #fdfdfd;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.blog-nav > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.blog-nav > div > div {
  padding: 0;
  display: flex;
  position: relative;
}
.blog-nav > div > div > input {
  background: #ffffff;
  padding: 12px 28px 12px 12px;
}
.blog-nav > div > div > i {
  position: absolute;
  right: 8px;
  top: 15px;
}
.blog-nav > div > div > a:first-child {
  margin-left: 0;
}
.blog-nav > div > div > a {
  padding: 4px 14px;
  transition: 0.5s all ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  margin: 0 8px;
  border-radius: 14px;
}
.blog-nav > div > div > a.selected {
  background: #777;
  color: #fdfdfd;
}
.blog-nav > div > div > a:not(.selected):hover {
  color: #444 !important;
  background: #f7f7f7;
}
.blog-nav > div > div > a:not(.selected):not(:hover) {
  color: #777 !important;
}
.blog-wrap {
  margin-top: 135px;
}
.blog-wrap > div {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-wrap > div > div {
  max-width: calc(53% - 64px);
  padding: 32px;
  cursor: pointer;
}
.blog-wrap > div > div > div > img {
  transform: scale(1);
  transition: 0.5s all ease;
}
.blog-wrap > div > div:hover > div > img {
  transform: scale(0.94);
}
.blog-wrap > div > div > p {
  margin-top: 18px;
  font-size: 22px;
  color: #444;
  font-weight: 500;
}
.blog-info {
  margin-top: 81px;
}
.blog-info > div {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.blog-info > div > h3 {
  margin: 2rem 0;
  font-size: 30px;
}
.blog-info > div > h1 {
  margin: 2rem 0;
}
.blog-info > div > img {
  height: 350px;
  object-fit: contain;
  object-position: center;
}
.blog-info > div > label {
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 16px;
  text-align: center;
}
.blog-info > div > p {
  font-size: 18px;
  color: #777;
}
.blog-info-img {
  display: flex;
  justify-content: center;
}
.blog-info-img > div {
  margin: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-info-img > div > img {
  width: 250px;
  height: 300px;
  object-fit: cover;
  margin: 0;
}
.blog-info-img > div > label {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 6px;
}
.work-type {
  background: #242222;
}
.work-type > p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  font-size: 17px;
}
.work-type > p > select {
  max-width: 200px;
  margin: 0 16px;
}
.work-type > p > button {
  padding: 8px 16px;
  height: max-content;
  background: #d21a35;
  color: #fdfdfd;
  border-radius: 12px;
  border: 0;
  height: 2.78571429em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s all ease;
  transform: scale(1);
}
.work-type > p > button:hover {
  transform: scale(1.04);
}
.career-wrap {
  background-color: #f7f7f7;
  padding: 4rem 0;
}
.career-wrap > div {
  width: 90%;
  margin: auto;
  text-align: center;
}
.career-wrap > div > label {
  color: #f08080;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 5px;
}
.career-wrap > div > h1 {
}
.career-wrap > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.career-wrap > div > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 32px 16px;
  width: calc(25% - 32px);
  cursor: pointer;
}
.career-wrap > div > div > div > i {
  font-size: 55px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #eee;
  transition: 0.5s all ease;
  transform: scale(1);
}
.career-wrap > div > div > div:hover > i {
  border: 2px solid #f08080;
  color: #f08080;
}
.career-wrap > div > div > div > label {
  margin-top: 12px;
  font-size: 20px;
}
.career-wrap > div > div > div > span {
  font-size: 14px;
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}
.career-mission-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.career-mission > div:first-child {
  width: 90%;
  margin: auto;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.career-mission > div:first-child > div {
  width: calc(50% - 32px);
  font-size: 18px;
}
.career-mission > div > div > h5,
.career-culture > h5,
.career-goals > div > label,
.position-mission > div > h5 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #f08080;
  letter-spacing: 3px;
  font-weight: 600;
}
.career-mission > div > div > p,
.career-culture > p {
  font-size: 18px;
}
.career-culture {
  width: 90%;
  margin: auto;
  padding: 4rem 0;
}
.career-mission-img > div {
  width: calc(50% - 4px);
}
/*.career-mission-img > div:first-child {*/
/*  margin-top: 80px;*/
/*}*/
.career-mission-img > div > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 8px;
}
.career-goals {
  background: #333;
  padding: 4rem 0;
}
.career-goals > div {
  width: 90%;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.career-goals > div > h5 {
  font-size: 30px;
  text-align: center;
  color: #fdfdfd;
}

.career-goals > div > label {
  text-align: center;
}
.inner-goals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px 90px;
}
.inner-goals > div {
  color: #fdfdfd;
  position: relative;
}
.inner-goals > div > i {
  top: 0px;
  position: absolute;
  left: -40px;
  font-size: 24px;
}
.inner-goals > div > label {
  font-size: 20px;
}
.inner-goals > div > p {
  color: #ccc;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}
.corp-tab-container > div:not(.show) {
  display: none;
}
.corp-tab-container > div {
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#corp-tab-wrap {
  display: flex;
  justify-content: space-between;
  padding: 2rem 4rem;
  align-items: flex-end;
  min-height: 115px;
}
#corp-tab-wrap > div:first-child,
#corp-tab-wrap > div:last-child {
  border: 1px solid #666;
  border-radius: 8px;
  color: #666;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s all ease;
}
#corp-tab-wrap > div:first-child:hover,
#corp-tab-wrap > div:last-child:hover {
  border: 1px solid #fdfdfd;
  color: #fff;
}
#corp-tab-wrap > div:first-child:hover > a,
#corp-tab-wrap > div:last-child:hover > a {
  color: #fff;
}
#corp-tab-wrap > div > i {
  position: absolute;
  left: 12px;
}
#corp-tab-wrap > div > a {
  text-decoration: none;
  padding: 6px 12px 6px 40px;
  display: flex;
  transition: 0.5s all ease;
  color: #666;
}
#corp-tab-wrap > div > span {
  padding: 14px;
  font-size: 34px;
  font-weight: 600;
  transition: 0.5s all ease;
  line-height: 0.7;
  cursor: pointer;
}
#corp-tab-wrap > div > span.selected {
  font-size: 40px;
  color: #fdfdfd;
}
.home-banner {
  height: 600px;
}
.home-banner img {
  height: 600px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
}
.home-banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 10em;
  font-weight: 900;
  color: beige;
  transform: translate(-50%, -50%);
}
.position-search {
  background: #242222;
  padding: 4rem 0;
}
.position-search > div {
  width: 80%;
  margin: auto;
}
.position-search > div > div {
  display: flex;
  margin: 16px 0;
}
.position-search > div > div > div {
  flex: 1;
  position: relative;
}
.position-search > div > div > div > i {
  position: absolute;
  top: 14px;
  font-size: 28px;
  left: 14px;
  color: #242222;
}
.position-search > div > div > div > input {
  padding-left: 70px;
}
.position-search > div > div > div > input,
.position-search > div > div > div > select {
  min-height: 55px;
}
.position-search > div > div:last-child > div:first-child {
  margin-right: 12px;
}
.position-search > div > div:last-child > div:last-child {
  margin-left: 12px;
}
.position-search > div > div > div > label {
  font-size: 18px;
  color: #fdfdfd;
  margin-bottom: 8px;
}
.position-wrap {
  padding: 4rem 0;
}
.position-wrap > div {
  width: 80%;
  margin: auto;
}
.position-table {
  margin: 2rem 0;
}
.position-table > table th {
  background: transparent;
  color: #777;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ddd;
}
.position-table > table td {
  border-bottom: 1px solid #ddd;
  padding: 24px 12px;
}
.position-table > table > tbody > tr > td:first-child {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.position-table > table > tbody > tr > td:first-child > a {
  transition: 0.25s all ease;
}
.position-table > table > tbody > tr > td:first-child:hover > a {
  color: #f08080;
}
.position-mission {
  display: grid;
  padding: 4rem 0;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
.position-mission > div {
  flex: 1;
}

.position-mission > div > p {
  font-size: 16px;
  color: #666;
}
.position-img {
  height: 600px;
  padding: 2rem 0;
}
.position-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-header {
  margin-top: 81px;
  background: #fafafa;
  padding: 8rem 0;
  text-align: center;
}
.job-header > i {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  font-size: 40px;
  color: #f08080;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.job-header > h1 {
  margin-top: 12px;
  font-size: 38px;
  font-weight: 400;
  color: #555;
}
.job-header > div {
  display: flex;
  justify-content: center;
}
.job-header > div > label {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #444;
}
.job-header > div > label > i {
  padding-right: 12px;
}
.job-header > div > label:first-child {
  margin-right: 24px;
}
.job-body {
  padding: 4rem 0;
}
.job-body > div {
  width: 80%;
  margin: auto;
  display: flex;
}
.job-body > div > div {
}
.job-body > div > div:first-child {
  width: 75%;
  padding-right: 32px;
}
.job-body > div > div > p {
  font-size: 16px;
  color: #444;
}
.job-apply {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  position: sticky;
  top: 82px;
  height: max-content;
}
.job-apply > button {
  background: #333;
  color: #fdfdfd;
  border-radius: 4px;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.8s all ease;
  transform: scale(1);
  cursor: pointer;
}
.job-apply > button:hover {
  transform: scale(1.04);
}
.job-apply > button:active {
  transform: scale(1);
}
.job-apply > label {
  font-size: 15px;
  color: #666;
  margin-top: 12px;
}
.job-apply > div {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.job-apply > div > i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  cursor: pointer;
  transition: 0.5s all ease;
}
.job-apply > div > i:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

img.map,
map area {
  outline: none;
  cursor: pointer;
}
#banner map > span:not(#imgHoverText) {
  font-weight: 600;
  position: absolute;
  font-size: 1.7em;
  color: #6f4c2e;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  border-bottom: 1px solid #a3a49f;
  cursor: pointer;
}
.img-hover {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  display: none;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  color: #fdfdfd;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 8px;
}
.quiz-sections {
  min-width: 50%;
  max-width: 60%;
  margin-left: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.paint-color {
  width: 100%;
}
.paint-color > img {
  height: auto;
  width: 100%;
  object-fit: contain;
  margin: auto;
}
.paint-color-wrap {
}
.paint-color-wrap > h4 {
  width: 95%;
  margin: auto;
  font-weight: 600;
  font-size: 1.9em;
  color: #2c2f36;
  margin-bottom: 16px;
}
.paint-color-inner {
  display: flex;
}
.paint-color-inner > div {
  width: 20%;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.paint-color-inner > div > svg {
  display: flex;
  height: 260px;
  align-items: center;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.25));
}
.paint-color-inner > div > svg > path {
  transform: scale(0.45);
}
.paint-color-inner > div > label {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  color: #032534;
}
.paint-color-inner > div > span {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #afa69f;
  font-style: italic;
}
footer {
  background-color: white;
}
.container-gride-line {
  padding: 0 !important;
}
.room-box-area .text-info h6 {
  margin: 0;
}
.text-btn {
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
}
.t-btn-primary:hover,
.t-btn-outline:hover,
.bar-1 .menu-horizontal > li > a:not(:hover),
footer:not(.bg--primary):not(.bg--dark) a {
  text-decoration: none;
}
.menu-horizontal > li > a > span {
  color: black;
}
.sec-big-title h2 {
  font-weight: 600;
}
.painting-root {
  margin-top: 80px;
}
.bar.pos-fixed {
  z-index: 1040;
}
.our-brands {
  padding: 3rem 0;
}
.modal-header .close {
  position: absolute;
  right: 16px;
  top: 8px;
}
.custom-btn.add {
  border: 0;
  line-height: 1;
  margin: 0;
  height: auto;
  padding: 12px 16px;
  background: linear-gradient(90deg, #6868ef, #3f97b1);
  border-radius: 6px;
  transition: 0.5s all ease;
  transform: scale(1);
  color: #fdfdfd;
  display: flex;
  align-items: center;
}
.custom-btn.add:hover {
  transform: scale(1.04);
}
.custom-btn.add:active {
  transform: scale(0.97);
}
.custom-btn.add > i {
  padding-right: 12px;
}

#calcProductList .filter-item > ul > li {
  transition: 0.2s all ease;
  border-radius: 4px;
}

#calcProductList .filter-item > ul > li:hover {
  background: #f7f7f7;
}

/*car*/
.carousel-container {
  margin: 8rem auto 0;
  width: 250px;
  height: 320px;
  position: relative;
  perspective: 1000px;
}

.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.carousel div {
  transform-style: preserve-3d;
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #fff;
  opacity: 0.95;
  border-radius: 10px;
  transition: transform 1s;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
}
.a .item {
  background: #ed1c24;
}
.b {
  transform: rotateY(90deg) translateZ(250px) rotateY(-90deg);
}
.b .item {
  background: #0072bc;
}
.c {
  transform: rotateY(180deg) translateZ(250px) rotateY(-180deg);
}
.c .item {
  background: #39b54a;
}
.d {
  transform: rotateY(270deg) translateZ(250px) rotateY(-270deg);
}
.d .item {
  background: #f26522;
}
.e {
  transform: rotateY(240deg) translateZ(250px) rotateY(-240deg);
}
.e .item {
  background: #630460;
}
.f {
  transform: rotateY(300deg) translateZ(250px) rotateY(-300deg);
}
.f .item {
  background: #8c6239;
}
.carousel > div {
  cursor: pointer;
}
.carousel > div > .item {
  height: 250px;
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
}
.carousel > div > .item > span {
  position: absolute;
  font-size: 0.9rem;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-weight: 600;

  width: 100%;
}
.carousel > div > .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-wrap {
  position: relative;
}

.next-carousel,
.prev-carousel {
  color: #6f7b96;
  padding: 0.2em 0.5em;
  cursor: pointer;
  /* background: #6f7b96; */
  border-radius: 5px;
  /* border-top: 1px solid #fff; */
  /* box-shadow: 0 5px 0 #535d73; */
  transition: box-shadow 0.1s, top 0.1s;
  font-size: 3rem;
}
.next-carousel:hover,
.prev-carousel:hover {
  color: #3e4556;
}
.next-carousel:active,
.prev-carousel:active {
  box-shadow: 0 1px 0 #999;
}

.carousel-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 32%;
  transform: translate(0, -50%);
}
.carousel-btn > div {
  margin: 0 1rem;
}
/*car - end*/

.contact-select {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.contact-select > label {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}
/* .contact-select > label > input {
  -webkit-appearance: checkbox;
  width: 15px;
} */
#selectedProducts:not(.showProducts) {
  display: none;
}
.office-wrap {
  display: flex;
  column-gap: 2rem;
  background: #fdfdfd !important;
}
.office-wrap > div {
  width: 50%;
}
.color-palettes {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(78 84 87 / 8%);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 3rem;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.color-palettes > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  font-size: 13px;
  color: #333;
  transition: 0.2s all ease;
  cursor: pointer;
  opacity: 1;
}
.color-palettes > div:hover {
  opacity: 0.7;
}
.color-palettes > div > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}
.main-palette {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(78 84 87 / 8%);
  padding: 2rem;
  display: flex;
  width: max-content;
  margin-left: auto;
  justify-content: center;
  column-gap: 0.5rem;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.main-palette > div {
  width: 80px;
  height: 100px;
  transition: 0.2s all ease;
  opacity: 1;
}
.main-palette > div:hover {
  opacity: 0.7;
}
.vibe-selection {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(78 84 87 / 8%);
  padding: 2rem;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.vibe-selection > label {
  cursor: pointer;
}
.vibe-selection > label > input {
  display: none;
}
.vibe-selection > label > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border: 1px solid #ddd;
  padding: 0.5rem;
  font-size: 13px;
  color: #222;
  transition: 0.4s all ease;
}
.vibe-selection > label > input:checked ~ div {
  background: #f5be18;
}
.vibe-selection > label:hover > div {
  border: 1px solid #f5be18;
}
.email-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.room > li > input {
  display: none;
}

.room > li > input:checked ~ i {
  color: red;
}

.email-section:not(.show) {
  display: none;
}
.email-section > h2 {
  margin: 0 0 0.5rem;
}
.email-section > h5 {
  margin: 0;
  font-weight: 400;
}
.email-box {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(78 84 87 / 8%);
  padding: 2rem;
  margin: 3rem 0;
  width: 60%;
}
.email-head {
  position: relative;
}
.email-head > input {
  padding: 2rem;
}
.email-head > i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2rem;
  font-size: 1.4rem;
  color: #f5be18;
}
.email-body {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 13px;
  margin: 1rem 0;
}
.email-body > input {
  -webkit-appearance: checkbox;
  width: 15px;
}
.email-footer {
  text-align: center;
}
.email-footer > p {
  margin: 0;
}
.email-footer > a {
  border-bottom: 2px solid;
}
.email-bottom {
}
.email-bottom > a {
  display: flex;
  padding: 1rem;
  border: 1px solid #ddd;
  font-weight: 400;
}
#corp-tab-wrap > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.custom-tab-mob.tabs-container {
  flex-direction: column;
}
/*desk*/
@media (min-width: 768px) {
}

/*mob*/
@media screen and (max-width: 767px) {
  #corp-tab-wrap {
    display: grid;
    grid-gap: 1rem;
    align-items: center;
    justify-content: stretch;
  }
  .position-mission {
    grid-template-columns: repeat(1, 1fr);
  }
  .career-mission > div:first-child > div {
    width: calc(50% - 4px);
  }
  #corp-tab-wrap > div:nth-child(2) {
    flex-direction: column;
    align-items: center;
  }
  .blog-nav > div {
    flex-direction: column;
  }
  .blog-nav > div > div {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .blog-nav > div > div > a {
    text-align: center;
  }
  .carousel-btn {
    top: 50%;
  }
  .office-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .office-wrap > div {
    width: 100%;
  }
  .office-wrap > div:first-child {
    height: 200px;
  }
  .carousel > div > .item > span {
    font-size: 0.8rem;
  }
  .carousel-container {
    margin: 6rem auto 0;
    width: 100px;
    height: 150px;
  }
  .carousel > div > .item {
    height: 100px;
    width: 150px;
  }
  .carousel-wrap {
    overflow: hidden;
  }
  .paint-color-inner {
    overflow-x: scroll;
  }
  .paint-color-inner > div {
    width: 70%;
  }
  .quiz-wrap {
    margin: 0;
    border-radius: 0;
  }
  .tabs-container > a > span {
    font-size: 1rem;
  }
  section#decade2000 {
    min-height: auto !important;
  }
  .unpad-mob {
    padding: 0;
  }
  .tabs-container > a > img {
    height: 200px;
  }
  .sec {
    flex-wrap: wrap;
    max-height: none;
  }
  .sec > a {
    width: 50%;
    flex: none;
  }
  .tab-custom img {
    height: 150px;
  }
  .custom-tab-mob ul.tabs {
    display: flex;
  }
  .custom-tab-mob {
    max-height: none;
    min-height: 880px;
  }
  .custom-tab-mob p {
    font-size: 0.9rem;
  }
  .quiz-sections {
    width: 100%;
  }
  .contact-form {
    padding: 2.5rem 0;
  }
  .flickity-slider .color-block {
    width: 100%;
  }
  .home-tiles > div {
    width: 250px;
  }
  .home-tiles {
    overflow-x: scroll;
  }
  .contact-form > div,
  .home-tiles,
  .info-body,
  .gallery-tab,
  .tips,
  .paint-studio-wrap,
  .blog-wrap > div,
  .career-wrap > div,
  .career-mission > div:first-child .career-culture,
  .career-goals > div,
  .blog-info > div {
    width: 85%;
  }
  .take-quiz-container > div:last-child {
    height: 50vh;
  }
  .quiz-wrap > h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .quiz-wrap > div {
    font-size: 1rem;
    width: 85%;
  }
  .quiz-wrap > div > button {
    font-size: 1rem;
    padding: 8px 12px;
  }
  .zero-section > div {
    padding: 1rem;
    width: 100%;
  }
  .zero-section > div > div {
    padding: 12px 6px;
  }
  .zero-inner > h3 {
    font-size: 1.4rem;
  }
  .zero-inner > p {
    font-size: 1rem;
    width: 100%;
  }
  .zero-section > div > div:last-child {
    height: 55vh;
    background-position: 50% 0;
  }
  .studio-head {
    grid-template-columns: repeat(2, 1fr);
  }
  .handy-services > h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .handy-services > div {
    flex-wrap: wrap;
  }
  .handy-services > div > span {
    margin: 16px;
  }
  .handy-services > div > span > i {
    font-size: 55px;
    padding-bottom: 12px;
  }
  .handy-man form > div > h3 {
    font-size: 2rem;
  }
  .handy-painter > div > p,
  .studio-head > div > button,
  .studio-head > div > label,
  .career-mission > div > div > p,
  .career-culture > p,
  .career-mission > div:first-child > div,
  .position-table > table > tbody > tr > td:first-child,
  .position-table > table th,
  .product-list > li,
  .tips > div > p {
    font-size: 1rem;
  }
  .handy-painter > div > h3 {
    font-size: 1.9rem;
  }
  .handy-painter > div {
    width: 100%;
    background: #fdfdfd;
    border-radius: 12px;
  }
  .handy-painter {
    padding: 32px;
  }
  .paint-calculate > div {
    width: 50%;
  }
  .paint-cal > div:nth-child(2) > div > label {
    width: 100%;
  }
  .paint-cal > div:nth-child(2):not(.paint-calculate) > div {
    flex-direction: column;
  }
  #corp-tab-wrap > div > span.selected {
    font-size: 1.8rem;
  }
  #corp-tab-wrap > div > span {
    font-size: 1.5rem;
    display: block;
  }
  .blog-wrap > div > div {
    padding: 16px;
    margin-bottom: 24px;
    max-width: none;
  }
  .blog-wrap > div > div > p,
  .career-wrap > div > div > div > label {
    font-size: 1rem;
  }
  .blog-nav > div {
    justify-content: space-around;
  }
  .blog-nav > div > a {
    padding: 8px;
  }
  .blog-nav {
    position: sticky;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
      rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  }
  .work-type > p {
    font-size: 1rem;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .work-type > p > select {
    margin: 6px 16px;
  }
  .work-type > p > button {
    margin-top: 0;
    padding: 16px;
    height: auto;
  }
  .career-wrap > div > div > div {
    width: calc(50% - 32px);
    margin: 16px;
  }
  .career-wrap > div > div > div > span {
    font-size: 0.8rem;
  }
  .career-wrap > div > div > div > i {
    width: 80px;
    height: 80px;
  }
  .career-wrap > div > div > div > i {
    font-size: 2.5rem;
  }
  .career-mission > div > div > h5,
  .career-culture > h5,
  .career-goals > div > label,
  .position-mission > div > h5,
  .career-goals > div > h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .inner-goals {
    grid-gap: 24px 48px;
  }
  .inner-goals > div > label {
    font-size: 1.3rem;
  }
  .inner-goals > div > p {
    font-size: 1rem;
  }
  .inner-goals > div {
    text-align: center;
  }
  .inner-goals > div > i {
    position: static;
    font-size: 2rem;
  }
  .position-search > div > div > div > input,
  .position-search > div > div > div > select {
    font-size: 1rem;
  }
  .position-search > div > div > div > i {
    top: 18px;
    font-size: 1.5rem;
  }
  .position-search > div > div > div > input {
    padding-left: 45px;
  }
  .position-table > table td {
    padding: 24px 6px;
  }
  .job-header,
  .corporate-main,
  .corporate-info-wrapper,
  .blog-info,
  .job-header,
  .info-header,
  .quiz-container,
  .blog-wrap {
    margin-top: 0;
  }
  .job-header > h1 {
    font-size: 2rem;
  }
  .job-body > div {
    display: block;
    width: 85%;
  }
  .job-body > div > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  .job-apply {
    padding-left: 0;
  }
  #gMap,
  .contact-form > div > div:last-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    min-height: 300px;
  }
  .contact-form > div {
    flex-direction: column;
  }
  .contact-fields,
  .store-address {
    order: 2;
    padding-right: 0;
  }
  .corporate-info > div > div:first-child.min-block {
    margin-right: 2rem;
  }
  footer .social-list {
    text-align: center;
  }
  .blog-info > div > h1 {
    font-size: 2rem;
  }
  .blog-info > div > p {
    font-size: 1.2rem;
  }
  .blog-info > div > h3 {
    font-size: 1.5rem;
  }
  .blog-info > div > img {
    height: auto;
  }
  .blog-info-img > div {
    margin: 0 16px;
  }
  footer .social-list {
    margin: 8px 0;
  }
  .product-wrap {
    flex-direction: column;
  }
  .product-wrap > div:first-child {
    width: 100%;
    padding: 0;
  }
  .product-head > h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .product-body {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-item > div:last-child > p {
    font-size: 1.3rem;
  }
  .product-item > div:last-child {
    padding: 8px 16px;
  }
  .product-item > div:first-child > img {
    max-height: 100px;
  }
  .product-wrap > div:last-child {
    width: 100%;
  }
  .product-wrap > div:last-child,
  .product-wrap {
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .info-header > div > div:last-child > h1 {
    font-size: 2rem;
  }
  .info-tab {
    order: 2;
    width: 100%;
  }
  .info-header {
    flex-direction: column;
  }
  .info-tab > div:first-child > label {
    font-size: 1.2rem;
    margin: 0;
  }
  .info-header > div:last-child {
    width: 100%;
  }
  .info-header > div > div:first-child > img {
    max-height: 150px;
  }
  .info-body > div:first-child {
    flex-direction: column;
  }
  .info-body {
    padding: 0;
  }
  .key-information > li {
    align-items: flex-end;
  }
  .info-body h5 {
    font-size: 2rem;
  }
  .product-colors > div > div > span {
    width: 60px;
    height: 60px;
  }
  .info-body > div > p {
    font-size: 1.3rem;
  }
  .info-body > div:first-child > div {
    margin-top: 2rem;
  }
  .gallery-tab > div:first-child > label {
    min-width: auto;
    font-size: 1rem;
    padding: 4px 8px;
  }
  .color-palette {
    padding: 5rem 5%;
    font-size: 1.5rem;
  }
  .carousel-cell > h4 {
    font-size: 1.4rem;
  }
  .tips {
    grid-template-columns: repeat(2, 1fr);
  }
  .tips > div:nth-child(4) {
    grid-column: auto;
  }
  .filter-item > ul {
    max-height: 190px;
  }
  .quiz-container > div {
    padding: 16px !important;
  }
  .chat-bot > div {
    font-size: 12px;
    max-width: 300px;
    padding: 8px;
  }
  .chat-bot > span {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .quiz-sections > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .quiz-sections > ul > li {
    font-size: 12px;
    padding: 8px;
  }

  .quiz-sections > ul > li > i {
    font-size: 1rem;
  }
  .quiz-container {
    flex-direction: column;
  }
  .nav-mob {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
      rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    z-index: 1;
    position: relative;
  }
  .nav-mob > div,
  #menu1 > div {
    padding: 0;
  }
  .logo-light {
    display: block !important;
    position: absolute !important;
    top: 6px !important;
  }
  section.space--sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .paint-studio-wrap {
    margin: 0 auto;
  }
  .corporate-wrap {
    padding: 0 2rem;
  }
}

/*animations - start*/
.color-change-2x {
  -webkit-animation: color-change-2x 20s linear infinite alternate both;
  animation: color-change-2x 20s linear infinite alternate both;
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
@keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.scale-in-tl {
  -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.kenburns-top {
  -webkit-animation: kenburns-top 5s ease-out both;
  animation: kenburns-top 5s ease-out both;
}
.scale-in-hor-left {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/*animmations-end*/
