@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 16px;
  background: #000;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal;
  overflow: hidden !important;
  line-height: 1.5;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100vh !important;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
}
progress,
video {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
img {
  border: 0px;
  max-width: 100%;
  vertical-align: middle;
}
::-moz-selection {
  background: #000;
  color: #ffffff;
}
::selection {
  background: #000;
  color: #ffffff;
}
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #f6725d;
}
* {
  text-rendering: optimizeLegibility;
}
html.touch * {
  text-rendering: optimizeSpeed;
}
p {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
canvas {
  height: 100% !important;
  width: 100% !important;
}

.container,
#one3d-spinner {
  left: 0;
  padding: 0 80px;
  margin: 65px 0;
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 180px) !important;
  background: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#one3d {
  width: 100% !important;
  /* -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.48); */
}
#one3d-spinner {
  z-index: 1 !important;
}

@supports (-webkit-touch-callout: none) {
  .container,
  #one3d-spinner {
    height: calc(100vh - 220px) !important;
  }
}

.one3d-video-heading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 140px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.one3d-video-heading-fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0.5s, opacity 1.5s linear;
  -moz-transition: visibility 0s 0.5s, opacity 1.5s linear;
  transition: visibility 0s 0.5s, opacity 1.5s linear;
}
.one3d-video-heading-fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 1.5s, opacity 1.5s linear;
  -moz-transition: visibility 0s 1.5s, opacity 1.5s linear;
  transition: visibility 0s 1.5s, opacity 1.5s linear;
}
.one3d-video-heading span {
  display: block;
  padding: 60px 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.one3d-video-heading span b {
  color: #fff;
  font-weight: normal;
}

.one3d-brand-name {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 144px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  height: 60px;
}
.one3d-brand-name span {
  display: inline-block;
  font-size: 70px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(#ffffff, #8d8d8d);
  background: -webkit-linear-gradient(#ffffff, #8d8d8d);
  background: -moz-linear-gradient(#ffffff, #8d8d8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6),
    1px 1px 0 rgba(0, 0, 0, 0.15), 3px 3px 3px rgba(0, 0, 0, 0.25),
    10px 10px 20px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6),
    1px 1px 0 rgba(0, 0, 0, 0.15), 3px 3px 3px rgba(0, 0, 0, 0.25),
    10px 10px 20px rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6),
    1px 1px 0 rgba(0, 0, 0, 0.15), 3px 3px 3px rgba(0, 0, 0, 0.25),
    10px 10px 20px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.one3d-brand-name-fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0.5s, opacity 1.5s linear;
  -moz-transition: visibility 0s 0.5s, opacity 1.5s linear;
  transition: visibility 0s 0.5s, opacity 1.5s linear;
}
.one3d-brand-name-fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 1.5s, opacity 1.5s linear;
  -moz-transition: visibility 0s 1.5s, opacity 1.5s linear;
  transition: visibility 0s 1.5s, opacity 1.5s linear;
}

.one3d-wrapper {
  width: 100%;
  float: left;
}

.one3d-canvas-area {
  width: 100%;
  padding: 65px 80px 70px 80px;
  float: left;
}
.one3d-canvas-row {
  width: 100%;
  float: left;
  height: calc(100vh - 180px);
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .one3d-canvas-row {
    height: calc(100vh - 220px);
  }
}

.one3d-canvas-row img {
  object-fit: contain;
  object-position: center center;
  max-width: none;
}
.one3d-canvas-row canvas {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: none;
}
.one3d-color-option {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 27px;
  z-index: 5;
  text-align: center;
  padding: 0 80px 0 12px;
}

.one3d-color-list {
  width: 100%;
  float: left;
}
.one3d-color-list ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.one3d-color-list li {
  padding: 0;
  width: 57px;
  height: 57px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  user-select: none;
  background: rgba(255, 255, 255, 0.08);
}
.one3d-color-list li button {
  margin: 0;
  padding: 0;
  width: 57px;
  height: 57px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 1px solid rgba(234, 234, 234, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s all ease;
}
.one3d-color-list li button span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.one3d-color-list li button span::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/blank-layer.svg);
  background-repeat: no-repeat;
  transition: 0.6s all ease;
  background-position: center;
}
.one3d-color-list li.selected button {
  border: 1px solid rgba(234, 234, 234, 1);
  position: relative;
}
.one3d-color-list li.selected button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/selected-tick.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.6s all ease;
}
.one3d-color-list li button span p {
  display: flex;
  justify-content: left;
  height: 57px;
  align-items: center;
  padding: 8px 40px 8px 8px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.86);
  -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.86);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.86);
}
.one3d-color-list::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-color-list::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-color-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.one3d-info-area {
  width: 100%;
  float: left;
}
.one3d-experience-button {
  width: 100%;
}
.one3d-experience-button button {
  display: inline-block;
  margin: 0;
  padding: 10px 27px;
  cursor: pointer;
  border: none;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.one3d-experience-button button:hover {
  background: #000;
  color: #fff;
}
.one3d-branding-icon {
  text-align: right;
  flex: 0 0 auto;
  width: 100px;
  position: fixed;
  bottom: 0px;
  right: 14px;
}
.one3d-branding-icon img {
  max-height: 9px;
  max-width: 100%;
}
.one3d-branding-icon-mob {
  position: fixed;
  bottom: 0px;
  right: 20px;
  text-align: right;
  display: none;
}
.one3d-branding-icon-mob img {
  max-height: 9px;
  object-fit: contain;
  object-position: top;
  height: auto;
  max-width: 100%;
}

.one3d-brand-logo {
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.one3d-brand-logo span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-left: 13px;
  border-left: 1px solid #fff;
}
.brand-logo {
  max-width: 146px;
  margin-right: 13px;
}

.one3d-right-bottom-row {
  position: fixed;
  bottom: 30px;
  right: 4px;
  z-index: 6;
}
.one3d-right-bottom-row button {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  border: 2px solid #fff;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  letter-spacing: 1px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.one3d-right-bottom-row button span:first-child {
  display: block;
}
.one3d-right-bottom-row button span:last-child {
  display: none;
}
.one3d-right-bottom-row button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.one3d-right-bottom-row button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  -webkit-transform: matrix(1, 0, -0.5, 1, 0, 0);
  -moz-transform: matrix(1, 0, -0.5, 1, 0, 0);
  transform: matrix(1, 0, -0.5, 1, 0, 0);
}
.one3d-right-bottom-row button:hover::before {
  color: #000;
  width: 140%;
}
.one3d-right-bottom-row button:hover span {
  color: #000;
}

.one3d-right-bottom-row-button {
  background: #ba0816;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #ba0816;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 10px 27px;
  letter-spacing: 1px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.one3d-right-bottom-row-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: shine 2s ease-in-out infinite;
  -moz-animation: shine 2s ease-in-out infinite;
  animation: shine 2s ease-in-out infinite;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.39) 50%,
    rgba(255, 255, 255, 0.4) 51%,
    rgba(255, 255, 255, 0.12) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skew(-27deg);
  -moz-transform: skew(-27deg);
  transform: skew(-27deg);
}
@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
@-moz-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}

.one3d-right-bottom-row-inner {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
}

.color-name-display {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding-left: 20px;
}
.name-wrapper {
  padding: 10px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
}

.pattern-row {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.pattern-row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: none;
}
img.pattern-for-screen {
  display: block;
}
img.pattern-for-mobile {
  display: none;
}

.one3d-disclaimer {
  position: fixed;
  left: 12px;
  bottom: 0px;
  right: 10px;
}
.one3d-disclaimer-inner {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  padding-right: 120px;
}
.one3d-disclaimer-nav {
  flex: 0 0 auto;
  font-size: 10px;
  color: #f4f4f4;
  padding: 3px 10px;
}
.one3d-disclaimer-nav ul {
  display: flex;
}
.one3d-disclaimer-nav li {
  padding: 0 2px;
  font-size: 10px;
  color: rgba(196, 196, 196, 0.5);
}
.one3d-disclaimer-nav li a,
.one3d-disclaimer-nav li button {
  color: rgba(196, 196, 196, 0.5);
  text-decoration: underline;
}
.one3d-disclaimer-nav li a:hover,
.one3d-disclaimer-nav li button:hover {
  color: #fff;
  text-decoration: underline;
}
.one3d-disclaimer-info {
  padding: 3px 10px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  color: rgba(196, 196, 196, 0.5);
  text-align: center;
}
.one3d-disclaimer-info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.one3d-brand-title {
  width: 100%;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  display: none;
}
.one3d-brand-title b {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.one3d-brand-title span {
  font-weight: 700;
  color: #c4c4c4;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.one3d-rotate-screen-block {
  width: 100%;
  display: none;
}
.one3d-rotate-screen {
  background: #0f0f0f;
  z-index: 51;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.one3d-rotate-icon {
  width: 100%;
}
.one3d-rotate-title {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.one3d-loading-screen {
  width: 100%;
}
.one3d-loading-screen-inner {
  /*background: #000;*/
  background: transparent;
  color: #fff;
  flex-direction: column;
  z-index: 50;
  height: calc(100vh - 180px);
  margin: 65px 80px 0px 80px;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports (-webkit-touch-callout: none) {
  .one3d-loading-screen-inner {
    height: calc(100vh - 220px);
  }
}
.one3d-loading-bg {
  width: 100%;
  text-align: center;
  height: 100%;
  position: relative;
}
.one3d-loading-bg span {
  position: fixed;
  left: 50%;
  bottom: 27px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.one3d-loading-count {
  position: absolute;
  left: 50%;
  top: 28%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.one3d-loading-count {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
.one3d-loading-count i {
  font-style: normal;
  position: relative;
  left: -3px;
}
.one3d-loading-bg img.loading-screen-for-d {
  display: inline-block;
}
.one3d-loading-bg img.loading-screen-for-m {
  display: none;
}

/*--popup--*/
.open-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.one3d-popup-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 60;
}
.one3d-popup-bg {
  background: #fff;
  width: 100%;
  max-width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 61;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.one3d-popup-row-top {
  width: 100%;
  padding: 15px 37px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.one3d-popup-close-button {
  margin: 10px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.one3d-popup-row-bottom {
  width: 100%;
  padding: 20px;
  max-height: calc(80vh - 80px);
  overflow: auto;
}
.one3d-popup-row-bottom::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-popup-row-bottom::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-popup-row-bottom::-webkit-scrollbar-thumb {
  background-color: #ba0816;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.one3d-popup-para-row {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.one3d-popup-para-row:last-child {
  width: 100%;
  margin-bottom: 0px;
}
.one3d-popup-para-row p {
  margin-bottom: 10px;
}
.one3d-popup-para-row p:last-child {
  margin-bottom: 0px;
}
.one3d-popup-para-row b {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.one3d-popup-para-row ul {
  margin: 10px 0;
  padding-left: 18px;
}
.one3d-popup-para-row li {
  margin: 8px 0;
  list-style-type: disc;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

/*--popup--*/

.one3d-rear-seat-button-option {
  text-align: left;
  position: relative;
  left: 96px;
  bottom: 24px;
  width: auto;
  margin-bottom: 3px;
}
/* .one3d-rear-seat-button {
  background: #c4c4c4;
  font-family: "Montserrat", sans-serif;
  border: none;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
  padding: 10px 15px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.one3d-rear-seat-button:hover span {
  color: #000;
} */

.one3d-guidelines-bg {
  left: 0;
  padding: 0 80px;
  margin: 65px 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: calc(100vh - 180px);
  background: none;
}
.one3d-guidelines-bg-inner {
  width: 100%;
  height: calc(100vh - 180px);
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
@supports (-webkit-touch-callout: none) {
  .one3d-guidelines-bg,
  .one3d-guidelines-bg-inner {
    height: calc(100vh - 220px);
  }
}
.one3d-guidelines-listing-bg {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 700px;
  padding: 20px;
  position: relative;
}
.one3d-experience-button-row {
  background: #ba0816;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: 2px solid #ba0816;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.one3d-experience-button-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: shine 2s ease-in-out infinite;
  -moz-animation: shine 2s ease-in-out infinite;
  animation: shine 2s ease-in-out infinite;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.39) 50%,
    rgba(255, 255, 255, 0.4) 51%,
    rgba(255, 255, 255, 0.12) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skew(-27deg);
  -moz-transform: skew(-27deg);
  transform: skew(-27deg);
}
@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
@-moz-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}

.one3d-guidelines-img {
  width: 100%;
}
.one3d-guidelines-button {
  width: 100%;
  margin-top: 15px;
}
.one3d-guidelines-listing {
  width: 100%;
  float: left;
  text-align: center;
}
.one3d-guidelines-listing ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  float: left;
  gap: 15px;
  margin: 10px 0;
}
.one3d-guidelines-listing li {
  width: 100%;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.one3d-guidelines-thumbnail ul {
  width: 100%;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #666;
  padding-top: 20px;
}
.one3d-guidelines-inner {
  width: 100%;
}
.one3d-guidelines-img {
  width: 100%;
}
.one3d-guidelines-copy {
  width: 100%;
  margin-top: 10px;
  color: #000;
}
.one3d-guidelines-thumb {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 8px;
}
.one3d-guidelines-title {
  margin-bottom: 10px;
  padding-right: 40px;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.one3d-guidelines-close {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px;
  z-index: 2;
}
.one3d-guidelines-close button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

img.pinch-to-zoom-s {
  display: inline-block;
}
img.pinch-to-zoom-m {
  display: none;
}

/*--mobile vie--*/
.one3d-tab-nav-row-inner {
  width: 100%;
  float: left;
  padding: 20px;
  display: none;
}
.one3d-tab-nav-row {
  width: 100%;
  float: left;
  background: #1f1f1f;
  border: 1px solid #4e4e4e;
}
.one3d-tab-nav {
  width: 100%;
  float: left;
  border-bottom: 1px solid #4e4e4e;
}
.one3d-tab-nav ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
}
.one3d-tab-nav li {
  width: 50%;
  float: left;
}
.one3d-tab-nav li button {
  background: #c4c4c4;
  color: #000;
  border: none;
  margin: 0;
  font-size: 11px;
  padding: 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.one3d-tab-nav li.active button {
  background: #1f1f1f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.one3d-brand-heading-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 12px;
  font-family: "Montserrat", sans-serif;
}
.one3d-brand-heading-left {
  font-size: 12px;
  color: #c4c4c4;
  text-align: left;
}
.one3d-brand-heading-right {
  font-size: 12px;
  color: #fff;
  text-align: right;
  padding-left: 16px;
}
.one3d-color-list-mob ul {
  padding: 0px 8px 18px 8px;
  flex-wrap: wrap;
}
.one3d-color-list-mob li {
  margin: 3px;
  width: 44px;
  height: 44px;
}
.one3d-color-list-mob li button {
  width: 44px;
  height: 44px;
}
.one3d-color-list-mob li button span {
  width: 34px;
  height: 34px;
}
.one3d-color-list-mob li button {
  width: 100%;
  border: none;
  height: 44px;
}
.one3d-color-list-mob li button span::after {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/blank-layer-mob.svg);
  background-repeat: repeat;
  background-size: cover;
}

.one3d-seating-list {
  width: 100%;
  float: left;
}
.one3d-seating-list ul {
  width: 100%;
  float: left;
  padding: 0px 18px 18px 18px;
}
.one3d-seating-list li {
  width: 100%;
  float: left;
  margin: 5px 0;
}

.one3d-radio-button-seat input[type="radio"] {
  display: none;
}
.one3d-radio-button-seat input[type="radio"]:checked + label {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.one3d-radio-button-seat input[type="radio"]:checked + label:before {
  content: "";
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  right: 0px;
  top: 0px;
  position: absolute;
}
.one3d-radio-button-seat input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  margin: 4px;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: #c3002f;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.one3d-radio-button-seat label {
  display: flex;
  align-items: center;
  min-height: 24px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.one3d-radio-button-seat label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0px;
  border: 1px solid #c4c4c4;
  background: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.one3d-radio-button-seat label span {
  display: block;
  line-height: 14px;
}
.one3d-tab-Exterior-show {
  width: 100%;
  float: left;
}
.one3d-media-button-row {
  position: absolute;
  right: 20px;
  top: -40px;
  z-index: 1;
  display: none;
}
.one3d-media-button-row button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}
.one3d-media-button-row button img:first-child {
  display: inline-block;
}
.one3d-media-button-row button img:last-child {
  display: none;
}
.one3d-expand-screen .one3d-media-button-row button img:first-child {
  display: none;
}
.one3d-expand-screen .one3d-media-button-row button img:last-child {
  display: inline-block;
}

.one3d-media-button-row span {
  text-align: center;
  width: 30px;
  height: 30px;
  background: #1f1f1f;
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one3d-media-button-row span img {
  max-height: 100%;
}
.one3d-color-option-mob {
  display: none;
}
.one3d-color-option-mob::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-color-option-mob::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.one3d-color-option-mob::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.wrapper-tab {
  width: 100%;
  float: left;
}
.tab {
  background: #c4c4c4;
  color: #000;
  border: none;
  margin: 0;
  font-size: 11px;
  padding: 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.panel {
  display: none;
  animation: fadein 0.8s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
  color: #fff;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  background: #1f1f1f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.one3d-tab-menu {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #4e4e4e;
}
.one3d-tab-menu label.tab {
  width: 50%;
  float: left;
}

@media screen and (max-width: 1400px) {
  .one3d-brand-name span {
    font-size: 50px;
  }
  .one3d-brand-name {
    bottom: 130px;
  }
  .one3d-video-heading {
    bottom: 130px;
  }
}

@media screen and (max-width: 1100px) {
  .one3d-right-bottom-row button span:first-child {
    display: none;
  }
  .one3d-right-bottom-row button span:last-child {
    display: block;
  }
  .one3d-right-bottom-row button {
    min-width: 62px;
    padding: 8px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
  }
  .one3d-right-bottom-row button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
  }
  .one3d-right-bottom-row {
    bottom: 34px;
    right: 50px;
  }
  .one3d-canvas-area {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container,
  #one3d-spinner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .one3d-loading-screen-inner {
    height: calc(100vh - 0px);
    margin: 0;
  }
  .one3d-color-option {
    padding: 0 50px;
  }
  .one3d-right-bottom-row-button {
    padding-left: 10px;
    padding-right: 10px;
  }
  .one3d-guidelines-bg {
    padding: 0 50px;
  }
  .one3d-guidelines-listing-bg {
    max-width: 520px;
  }
  .one3d-guidelines-listing ul {
    margin: 5px 0;
  }
  .one3d-experience-button-row {
    height: 40px;
  }

  img.pinch-to-zoom-s {
    display: none;
  }
  img.pinch-to-zoom-m {
    display: inline-block;
  }

  .one3d-rotate-icon img {
    max-width: 100px;
  }
  .one3d-rotate-title {
    font-size: 20px;
    line-height: 36px;
  }

  .one3d-brand-name span {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 0px;
    margin: 0px 0;
    height: calc(35vh - 0px) !important;
  }
  #one3d-spinner {
    padding: 0 0px;
    margin: 0px 0;
    height: calc(35vh - 0px) !important;
  }
  .one3d-canvas-area {
    padding: 0;
  }
  .one3d-canvas-row {
    height: calc(35vh - 0px);
  }
  .one3d-brand-name {
    top: 2px;
  }
  .one3d-color-option {
    width: 100%;
    position: static;
    float: left;
  }
  .one3d-info-area {
    padding: 0px;
    position: absolute;
    top: 40%;
  }
  .one3d-right-bottom-row {
    right: 20px;
    top: 20px;
    bottom: auto;
    position: absolute;
  }
  .one3d-brand-title {
    padding: 20px 90px 20px 20px;
    margin: 0;
    display: none;
  }
  .one3d-color-list li button span p {
    display: none;
  }
  #one3d-color-list {
    display: none !important;
  }
  @supports (-webkit-touch-callout: none) {
    .one3d-color-list {
      max-height: calc(67vh - 200px);
      overflow: auto;
    }
  }
  .one3d-color-option-mob {
    display: block;
  }
  .one3d-rear-seat-button-option {
    display: none;
  }
  .one3d-branding-icon {
    left: auto;
    top: auto;
    bottom: -2px;
    right: 15px;
    text-align: right;
    width: 70px;
    position: fixed;
  }
  .one3d-brand-logo {
    display: none;
  }
  img.pattern-for-screen {
    display: none;
  }
  img.pattern-for-mobile {
    display: block;
  }
  .one3d-video-heading {
    height: calc(66vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .one3d-disclaimer-inner {
    padding-left: 20px;
    padding-right: 30px;
    justify-content: space-evenly;
  }
  .one3d-disclaimer-nav {
    right: 120px;
    left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .one3d-branding-icon-mob {
    display: inline-block;
  }
  .one3d-disclaimer-nav li a {
    text-decoration: underline;
  }
  .one3d-disclaimer-info {
    max-width: 100%;
    padding-right: 5px;
    padding-left: 20px;
  }
  .one3d-loading-screen-inner {
    height: calc(100vh - 0px);
    margin: 0;
  }
  .one3d-popup-bg {
    max-width: 90%;
  }
  .one3d-popup-row-top {
    font-size: 16px;
  }
  .one3d-color-option {
    padding: 0;
  }
  .one3d-test-drive {
    position: fixed;
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
  .color-name-display {
    display: none;
  }
  .one3d-right-bottom-row-button {
    min-width: 100%;
  }
  .one3d-rear-seat-button-option {
    position: fixed;
    bottom: 85px;
    left: 0px;
    right: 0px;
    padding: 0 20px;
  }
  .one3d-rear-seat-button {
    min-width: 100%;
    border: none;
  }

  .one3d-guidelines-bg {
    margin: 0;
    padding: 0;
    height: calc(100vh - 0px);
    z-index: 6;
  }
  .one3d-guidelines-bg-inner {
    height: calc(100vh - 0px);
  }
  .one3d-loading-count {
    font-size: 80px;
  }

  .one3d-guidelines-thumbnail ul {
    flex-direction: column;
  }
  .one3d-guidelines-inner-mob {
    text-align: center;
  }
  .one3d-loading-bg span {
    bottom: 27px;
  }
  .one3d-loading-bg span,
  .one3d-loading-count {
    position: fixed;
  }

  /*--mobile view--*/
  /* .pattern-row{display: none;} */
  .one3d-right-bottom-row-inner button {
    display: none !important;
  }
  .one3d-rear-seat-button-option {
    display: none !important;
  }
  #one3d {
    -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0);
  }
  .one3d-tab-nav-row-inner {
    display: block;
  }
  .one3d-media-button-row {
    display: inline-block;
  }
  .one3d-expand-screen .container {
    height: calc(100vh - 0px) !important;
  }
  .one3d-expand-screen .one3d-media-button-row {
    position: fixed;
    bottom: 90px;
    right: 20px;
    top: auto;
  }
  .one3d-disclaimer {
    z-index: 1;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    padding: 0 10px;
  }
  .one3d-color-option-mob {
    height: calc(70vh - 80px);
    overflow: auto;
  }

  .one3d-expand-screen .one3d-tab-nav-row {
    border: none;
    background: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 30px;
    padding: 0 20px;
    z-index: 1;
  }
  .one3d-expand-screen .one3d-tab-nav-mob {
    display: none;
  }
  .one3d-expand-screen .panels {
    display: none;
  }
  .one3d-expand-screen .one3d-tab-menu {
    border: 1px solid #c4c4c4;
  }
  .one3d-expand-screen .one3d-test-drive {
    display: none;
  }
}

@media screen and (min-width: 280px) and (max-height: 450px) and (orientation: landscape) {
  .one3d-loading-screen-inner {
    height: calc(100vh - 0px);
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  .one3d-loading-bg img.loading-screen-for-d {
    display: none;
  }
  .one3d-loading-bg img.loading-screen-for-m {
    display: inline-block;
  }
  .one3d-rotate-icon img {
    max-width: 100px;
  }
  .one3d-rotate-title {
    font-size: 18px;
    line-height: 30px;
  }
  .pattern-row img {
    height: 140%;
  }
}

@media screen and (max-width: 480px) {
  .one3d-guidelines-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 330px) {
  .one3d-rotate-icon img {
    max-width: 85px;
  }
  .one3d-rotate-title {
    font-size: 14px;
    line-height: 26px;
  }
  .one3d-guidelines-listing li {
    font-size: 11px;
  }
}
/*** DUAL TONE COLOR INTEGRATION***/
.one3d-color-car-dual-tone {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
}
.one3d-color-car-roof {
  width: 36px;
  height: 18px;
  position: relative;
  border-radius: 100px 100px 0 0;
}
.one3d-color-car-body {
  width: 36px;
  height: 18px;
  position: relative;
  border-radius: 0 0 100px 100px;
}
/**MICRO INTERACTIONS STARTS HERE**/
.one3d-micro-interactions-wrapper {
  left: 12px;
  bottom: 80px;
  position: absolute;
}
.one3d-mi-list,
.one3d-mi-sub-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.one3d-mi-sub-list {
  margin-bottom: 6px;
}
.one3d-mi-li,
.one3d-mi-sub-li {
  margin: 0 0 10px;
  transition: 1s all ease;
}
.one3d-mi-li > .one3d-mi-icon-box > .one3d-mi-icon > img,
.one3d-mi-sub-li > .one3d-mi-icon-box > .one3d-mi-icon > img {
  transition: 1s all ease;
}
.one3d-mi-li:hover > .one3d-mi-icon-box > .one3d-mi-icon > img,
.one3d-mi-sub-li:hover > .one3d-mi-icon-box > .one3d-mi-icon > img {
  transform: rotate(360deg);
}
.one3d-mi-li:last-child,
.one3d-mi-sub-li:last-child {
  margin: 0;
}
.one3d-mi-icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  cursor: pointer;
  user-select: none;
  position: relative;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 0, 0, 0.6);
  border: 2px solid rgba(255, 0, 0, 0.6);
}
.in-active .one3d-mi-icon-box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.one3d-mi-tooltip {
  top: 50%;
  outline: 0;
  left: 64px;
  opacity: 0;
  border: none;
  color: #000;
  display: block;
  line-height: 1;
  font-size: 12px;
  border-radius: 0;
  font-weight: 500;
  padding: 7px 10px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  transition: 0.6s all ease;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(216, 216, 216, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.one3d-mi-tooltip::before {
  width: 0;
  height: 0;
  left: -5px;
  bottom: 6px;
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(216, 216, 216, 1);
}

.in-active:hover .one3d-mi-tooltip,
.one3d-mi-li:not(.in-active):hover .lights-off-tooltip,
.one3d-mi-li:not(.in-active):hover .doors-close-tooltip,
.one3d-mi-li:not(.in-active):hover .orvm-unfold-tooltip,
.one3d-mi-sub-li:not(.in-active):hover .day-mode-tooltip,
.one3d-mi-sub-li:not(.in-active):hover .night-mode-tooltip,
.one3d-mi-sub-li:not(.in-active):hover .studio-mode-tooltip,
.miWheel:hover .wheel-tooltip {
  opacity: 1;
  visibility: visible;
}
.in-active:hover .lights-off-tooltip,
.in-active:hover .doors-close-tooltip,
.in-active:hover .orvm-unfold-tooltip {
  opacity: 0;
  visibility: hidden;
}
.one3d-mi-sub-li {
  pointer-events: none;
}
.one3d-mi-sub-li.in-active {
  pointer-events: auto;
}

.button-box {
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  padding: 14px 36px;
  user-select: none;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: box-shadow 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.one3d-rear-seat-button-option .button-box {
  padding: 14px 20px;
}
.button-box:hover {
  background-color: rgb(134, 0, 0);
}

.button-box span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.8s all ease;
}
.button-box:hover span {
  color: #fff;
}
.button-box i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: inherit;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s linear, top 1s linear;
  overflow: hidden;
}

.button-box i:before,
.button-box i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.button-box i:before {
  border-radius: 46%;
  background-color: rgba(20, 20, 20, 0.2);
  animation: animate 5s linear infinite;
}
.button-box i:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

/**MICRO INTERACTIONS ENDS HERE**/
@media screen and (max-width: 767px) {
  .one3d-micro-interactions-for-mobile {
    width: 100%;
    float: left;
    padding: 0 12px 20px;
  }
  .one3d-mi-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .one3d-mi-sub-list {
    flex-direction: row;
    justify-content: flex-start;
  }
  .one3d-mi-icon-box {
    width: 36px;
    height: 36px;
  }
  .one3d-mi-li,
  .one3d-mi-sub-li,
  .one3d-mi-li:last-child,
  .one3d-mi-sub-li:last-child {
    margin: 4px 3px;
  }
  .one3d-mi-tooltip {
    left: 50%;
    top: -40px;
    padding: 6px;
    font-size: 10px;
    transform: translateX(-50%) translateY(0);
  }
  .one3d-mi-tooltip::before {
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) rotate(-90deg);
  }
  .one3d-mi-sub-list {
    margin: 0;
  }

  .one3d-right-bottom-row,
  .one3d-micro-interactions-wrapper {
    display: none !important;
  }
  .mi-mobile-heading {
    text-align: left;
    font-size: 14px;
  }
  .one3d-brand-heading-outer p {
    font-size: 12px;
  }
}
