@import "fonts.css";

#video-tabs.show {
  display: flex !important;
  width: 100%;
  height: 130px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  margin: 20px 0;
}

#video-tabs.show .cardScene {
  display: inline-flex;
  margin: auto;
  text-align: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}

#video-tabs.show .cardScene .imgScene {
  margin: auto;
  max-height: 100%;
  width: auto;
  filter: grayscale(100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#video-tabs.show .cardScene.active .imgScene {
  filter: inherit;
}

#video-tabs.show .cardScene .titleDivScene {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  padding: 10px;
}

#video-tabs.show .cardScene.active .titleDivScene {
  background-color: inherit;
}

#video-tabs.show .cardScene .titleDivScene .txtSceneScene {
  color: #7629d7;
  font-size: 36px;
  font-family: CheilRomanOTF-Bold;
  margin: 0 0 5px 0;
}
#video-tabs.show .cardScene:hover .titleDivScene .txtSceneScene {
  font-size: 22px;
  margin: 0 0 0 0;
}

#video-tabs.show .cardScene .titleDivScene .titleScene {
  color: #FFFFFF;
  font-size: 36px;
  font-family: CheilRomanOTF-Bold;
  margin: 0;
}
#video-tabs.show .cardScene:hover .titleDivScene .titleScene {
  font-size: 22px;
}

#video-tabs.show .cardScene .titleDivScene .txtScene {
  color: #FFFFFF;
  font-size: 14px;
  font-family: CheilRomanOTF-Light;
  margin: 0;
  width: 65%;
  display: none;
}
#video-tabs.show .cardScene:hover .titleDivScene .txtScene { display: block }

#scenes {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#scenes .scenes-title {
  width: 90%;
  height: auto;
  margin: 30px auto 20px;
  font-family: CheilRomanOTF-Light;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#scenes .scenes-txt {
  width: 90%;
  height: auto;
  margin: 20px auto 20px;
  font-family: CheilRomanOTF-Light;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#scenes .cardScene {
  display: flex;
  margin: 10px auto;
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

#scenes .cardScene .imgScene {
  margin: auto;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#scenes .cardScene.active .imgScene {
  filter: inherit;
  border: 1.5px solid #6c12dd;
}

#scenes .cardScene .titleDivScene {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  padding: 10px;
}

#scenes .cardScene.active .titleDivScene {
  background-color: inherit;
}

#scenes .cardScene .titleDivScene .txtSceneScene {
  color: #7629d7;
  font-size: 20px;
  font-family: CheilRomanOTF-Bold;
  margin: 0 0 0 0;
}
#scenes .cardScene.active .titleDivScene .txtSceneScene { margin: 0 0 5px 0; }

#scenes .cardScene .titleDivScene .titleScene {
  color: #FFFFFF;
  font-size: 20px;
  font-family: CheilRomanOTF-Bold;
  margin: 0;
}

#scenes .cardScene .titleDivScene .txtScene {
  color: #FFFFFF;
  font-size: 12px;
  font-family: CheilRomanOTF-Light;
  margin: 0 auto;
  width: 75%;
}
#scenes .cardScene.active .titleDivScene .txtScene { display: none; }

#video-container {
  width: 100%;
  height: 300px;
  position: relative;
}

.video-watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  max-width: 20%;
  height: auto;
  display: none;
}

.vjs-error-display {
  overflow: hidden;
  display: none !important;
}

.vjs-poster {
  overflow: hidden;
}

.video-content-div {
  width: 100% !important;
  height: 100% !important;
}

.div-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.div-video__top-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}

.div-video__medal-container {
  border-radius: 4px;
  background-color: rgba(35, 31, 32, 0.95);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 20px 8px 12px;
}

.div-video__medal-container:last-child {
  margin-left: 8px;
  justify-content: flex-start;
}

.medal-container__icon {
  height: 20px;
  margin-right: 12px;
}

.medal-container__text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-family: CheilRomanOTF-Regular;
  text-align: center;
  line-height: 14px;
  padding-top: 0;
}

.div-video #vid1 {
  min-height: 200px;
  width: 90%;
}

.div-share {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 270px;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  z-index: 9999999;
}

.social-button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
}

.social-icon {
  height: 100%;
  width: 100%;
}

.social-close {
  color: white;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  font-size: 13px;
  line-height: 10px;
}

.div-video-buttons {
  width: 100%;
  display: flex;
  text-align: center;
  max-width: 500px;
  justify-content: space-around;
  margin-top: 10px;
}

.div-video-buttons .icon-button {
  cursor: pointer;
}

.icon-svg {
  height: 100%;
  width: 100%;
  cursor: inherit;
}

#image-error-video {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  background: rgba(0,0,0, 1);
  width: 100%;
  height: 100%;
  min-height: 300px;
  flex-direction: column;
  padding: 20px;
}

#image-error-video img {
  width: auto;
  height: auto;
  max-width: 300px;
}

#image-error-video .image-error-video-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: CheilRomanOTF-Bold;
  margin: 20px auto;
  width: 100%;
  color: #FFFFFF;
}

#image-error-video .image-error-video-txt {
  text-align: center;
  font-size: 18px;
  font-family: CheilRomanOTF-Light;
  margin: 5px auto;
  color: #FFFFFF;
  width: 90%;
  max-width: 500px;
}

@media only screen and (max-width: 991px) {
  .div-video {
    text-align: center;
    display: table-header-group;
    position: relative;
  }
  #btn-offers,
  #btn-chat {
    display: none;
  }
  #lottie-buttons {
    position: relative;
    margin: 8px auto;
  }

  #lottie-buttons-a-store {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #video-tabs.show {
    display: flex !important;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
  }

  #video-tabs.show .cardScene {
    display: flex;
    margin: auto;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  #video-tabs.show .cardScene .imgScene {
    margin: auto;
    max-height: inherit;
    width: 100%;
    height: auto;
  }

  #video-tabs.show .cardScene .titleDivScene .titleScene {
    font-size: 28px;
  }

  #image-error-video img {
    max-width: 200px;
  }

  #image-error-video .image-error-video-title {
    font-size: 20px;
  }

  #image-error-video .image-error-video-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .div-video-buttons .btn {
    width: 50px;
    height: 50px;
  }

  #image-error-video img {
    max-width: 100px;
  }

  #image-error-video .image-error-video-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  #image-error-video .image-error-video-txt {
    font-size: 12px;
  }
  #lottie-buttons {
    max-width: 350px;
  }
}

@media only screen and (max-width: 400px) {
  .div-video-buttons .btn {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 300px) {
  #scenes .cardScene .titleDivScene .txtSceneScene {
    font-size: 18px;
  }
  #scenes .cardScene .titleDivScene .titleScene {
    font-size: 18px;
  }
  #scenes .cardScene .titleDivScene .txtScene {
    font-size: 10px;
  }
  #lottie-buttons {
    max-width: 100%;
  }
}


