html, body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', Arial, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background: #ebebeb;
  transition: opacity 0.4s ease-out;
}

.material-icons-outlined { font-size: inherit; vertical-align: middle; }

a, a:hover, a:active {
  text-decoration: none;
}

header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 20;
}


header > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  padding: 10px 25px;
  transition: all 0.4s ease-out;
}

header.hbg > div {
  background: rgba(0, 0, 0, 0.8);
}

body header.hbg img.logo {
  height: 25px;
}


header > div:nth-child(3) > div {

}

header > div > div {
  display: flex;
  width: 33.3%;
  justify-content: flex-start;
}

header > div > div:nth-child(2) {
  justify-content: center;
}

header > div > div:nth-child(3) {
  justify-content: flex-end;
}

header > div > div > div {
  padding: 0 25px;
  padding-left: 0;
  white-space: nowrap;

}

header > div > div:nth-child(3) > div, header > div > div:nth-child(2) > div {
  padding: 0;
}

header > div > div > div > a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.video-block {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
}

.video-block-fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video-block video {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

img.logo {
  display: inline-block;
  object-fit: contain;
  object-position: left;
  width: 40px;
  height: 40px;
  vertical-align:middle;
}

.site-title {
  display: inline-block;
  vertical-align: middle;
}

.video-block-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.video-block-inner-hdr {
  font-size: 3vw;
  font-weight: bold;
  width: 60%;
  text-align: center;
}
.video-block-inner-subhdr {
  width: 60%;
  text-align: center;
  padding-top: 15px;
  font-size: 1.3vw;
  color: #faf9c2;
}

div.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 7px;
  background-color: #d6ffe1;
  user-select: none;
  padding: 12px 20px;
  color:#2b2b2b;
  margin: 0px 5px;
  cursor: pointer;
  box-sizing: border-box;
}

div.btn.color-2 {
  background-color: #f7f6ff;
}

body .video-block-btns > div.btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.7s ease;
}

body .video-block-btns > div.btn.color-2 {
  color: #e2e2e2;
  border-color: #9e9e9e;
}

body .video-block-btns > div.btn:hover {
  border-color: #bebebe;
}

.video-block-btns {
  margin: 30px 0;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.badge {
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;
  margin-top: 2em;
  box-sizing: border-box;
}

footer {
  background: #bebebe;
  margin-top: 4em;
  padding: 25px 0px;

}

footer > div > div {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer div > a, footer div > a:hover, footer div > a:visited {
  color: #30333f;
}

img.vm {
  margin-top: 5px;
}

.shop .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.shop .items > div {
  width: 32%;
  background: #f8f8ff;
  height: 510px;
  margin-bottom: 2%;
  overflow: hidden;
  border-radius: 10px;
}

.shop .items > div > div {
  position: relative;
}

.shop .items > div > div > .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  left: calc(50% - 20px);
  cursor: pointer;
}

.shop .items > div > div > img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.items-inner {
  padding: 20px;
  padding-top: 0;
}

.btn.item-btn {
  margin: 0;
  display: block;
  text-align: center;
  background-color: #b8c9ff;
}



.video-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);

}

.video-popup-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.video-popup-inner > div > span {
  color: #fff;
  display: block;
  position: absolute;
  top: -6%;
  right: 0;
  z-index: 99;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.video-popup-inner > div {
  width: 60%;
  height: 480px;
  background: #000;
  position: relative;
}

.video-popup-inner > div > video {
  display: block;
  width: 100%;
  height: 100%;

}

.order-btn .btn {
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
}

.mt-1-5em {
  margin-top: 1.5em;
}

.mt-1em {
  margin-top: 1em;
}

.selectize-control.single .selectize-input {
  background-image: unset;
  background-color: #fff;
}

.order-btn .btn.active {
  border: 1px solid #333333;
}

.order-heading {
  font-weight: bold;
  padding-bottom: 5px;
}


.selectize-input {

}

.preview {
  cursor: pointer;
  color:#673ab7;
}

body .btn.btn-pay {
  background-color: #ffeb3b;
  margin: 0;
  width: 100%;
  text-align: center;
}

.price-main {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #607d8b;
}

.pre-selector {
  text-align: center;
  padding: 20px 0;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single, .selectize-input {
  border-color: #000;

}

.btn-sub-pay {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
}

.main-select > div > input {
  color: #000;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

header > div > div:nth-child(3) > div:nth-child(1) {
  padding-right: 25px;
}

#tmr {
  font-size: 19px;
  text-align: center;
  color: #ff3737;
  font-weight: 600;
}


.div-button-2, .div-button-4 {
    color: #262323;
    font-weight: 600;
    padding: 12px 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 7px;
    background: #e1c4f3;
    user-select: none;
}

.div-button-3 {
    background: #efefef !important;
    border: 2px solid #fff !important;
}

.div-button-3.pm-active {
    border: 2px solid #000 !important;
}

.play-btn {
  width: 40px;
  height: 40px;
  background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -22%;
  left: -22%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
