@import "fonts.css";

.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 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-Bold;
  text-align: center;
}

.div-video #vid1 {
  min-height: 200px;
  width: 90%;
}

.div-share {
  position: absolute;
  background-color: rgb(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;
}

@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: 600px) {
  .div-video-buttons .btn {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .div-video-buttons .btn {
    width: 40px;
    height: 40px;
  }
}
