:root {
  --project-main-color: #0f1820;
  --project-sub-color: #0252a4;
  --project-main-light-color: #d0cabc;
  --project-sub-light-color: #8e6c4f;
}

.vr-btns .vr-btn,
.modal .btn {
  display: inline-block;
  padding: 10px 18px;
  background: var(--project-main-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_primary', endColorstr='$color_secondary', GradientType=1);
  border-radius: 52px;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  vertical-align: middle;
  outline: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background: #f6f6f6;
  border-radius: 20px;
}

body,
button,
input,
select,
table,
textarea {
  color: #fff;
}

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

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

/* VR */
.vr-player {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: var(--project-main-light-color);
  overflow: hidden;
}

.vr-player .vr-iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.btn_wrap {
  display: block;
  margin-top: 30px;
  font-size: 0;
}

.btn_modal_close {
  display: inline-block;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}

.btn_modal_close span {
  font-size: 14px;
  letter-spacing: -0.7px;
  line-height: 1.42;
}

/* responsive css  */
