/* home */
.parallax {
  background-image: url("/assets/images/homepage/5.jpg");
  min-height: 630px;
  background-attachment: fixed;
  background-position: 0px 69.6107px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* about */
.aboutParallax {
  background-image: url("/assets/images/homepage/parallax.jpg");
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-position: 0px -175.87900000000002px;
  background-repeat: no-repeat;
  background-size: cover;
}
/*product  */
.btnAnimate {
  animation-name: animate-btn;
  animation-duration: 0.2s;
  top: 85%;
}

@keyframes animate-btn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* event */
.news-bg {
  background-image: url(" /assets/images/homepage/events-bg.jpeg");
  height: 710px;
  background-position: center;
  background-size: cover;
}

.bg-overlay-events {
  background-color: #000000b3;
  height: 710px;
  background-position: center;
  background-size: cover;
}

/* news */
.newsParallax {
  background-position: center bottom;
  background-image: url("/assets/images/homepage/parallaxbgnews.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  animation-duration: 90s;
  animation-name: parallax;
}

.bg-overlay {
  background-color: rgb(0 0 0 / 25%);
  height: 710px;
  background-position: center;
  background-size: cover;
}

.text-animate {
  animation-name: animate-text;
  animation-duration: 2s;
}

@keyframes parallax {
  from {
    background-size: 100%;
  }

  to {
    background-size: 120%;
  }
}

@keyframes animate-text {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*-----------------------------------------  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.card-wrapper {
  margin-left: 40px;
}

.card .image-box {
  height: 200px;
  width: 260px;
  height: 145.65px;
}

.card .image-box img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hidden {
    display: none;
  }
}

.yottie-widget-video {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.yottie-widget-video-preview {
  display: block !important;
  position: relative;
  z-index: 1;
  min-height: 1px;
}

.yottie-widget-video-preview-thumbnail {
  display: block;
  overflow: hidden;
  width: 260px;
  height: 145.65px;
}

.yottie-widget-video-preview-thumbnail img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  top: 50% !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yottie-widget-video-overlay {
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0.95);
}

.yottie-widget-video-preview-play {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 68px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: rgba(255, 0, 0, 0.8);
}

:hover.yottie-widget-video-preview-play {
  fill: rgba(255, 0, 0, 1);
}

.yottie-widget-video-info {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yottie-widget-video-info-title {
  display: inline-block;
  color: rgb(17, 17, 17);
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  text-overflow: ellipsis;
}

.yottie-widget-video-classic .yottie-widget-video-info {
  padding: 16px 0 14px;
}

.yottie-widget-video-info-properties-inner {
  font-size: 12px;
}

.yottie-widget-video-info-passed-time {
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
}

.yottie-widget-video-preview-marker {
  display: block;
  position: absolute;
  padding: 5px 7px 6px;
  border-radius: 2px;
  background: #fff;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.yottie-widget-video-preview-marker-duration {
  right: 4px;
  bottom: 4px;
  background: rgba(34, 34, 34, 0.81);
  color: rgb(255, 255, 255);
}

.yottie-widget-video-info-properties {
  height: 14px;
  margin-top: 8px;
  overflow: hidden;
}

.yottie-widget-video-info-caption {
  display: -webkit-box !important;
  overflow: hidden;
  margin-top: 8px;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36.4px;
}
