/* Sections */
.section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#video-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Containers */
.content-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  clip: rect(auto, auto, auto, auto);
  pointer-events: none;
}
.content-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index: 99;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  pointer-events: all;
}
.content-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* Aesthetics */
.top-section {
  width: 100%;
  background-image: url("../images/galaxy-home/animation-celeste/Second\ Banner_1896\ ×\ 1264\ px.jpeg");
  background-position: center;
  background-size: cover;
}
.bottom-section {
}
.section h1 {
  font-size: 200px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.section p,
.section a {
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: center;
}
.content-theme-dark h1 {
  color: #e33e39;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.content-theme-dark p,
.content-theme-dark a {
  color: #fea98d;
}
.content-theme-light h1 {
  color: #062930;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.content-theme-light p,
.content-theme-light a {
  color: #728e93;
}
.video-container .inner-box {
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
.pvideo-container .inner-box:hover .content-box {
  padding-bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.video-container .inner-box:hover .video-box .video:before {
  height: 50%;
  opacity: 1;
}
.video-container .inner-box:hover .video video {
}
.video-container .video-box {
  max-height: 100vh;
  overflow-y: hidden;
  /* position: relative;
  overflow: hidden; */
  transition: all 300ms ease;
}
.video-container .video-box .video {
  position: relative;
}
.video-container .video-box .video a {
  display: block;
  width: 100%;
}
.video-container .video-box .video::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  opacity: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #000000fd);
  pointer-events: none;
  z-index: 2;
  transition: all 500ms ease;
}
.video-container .content-box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  margin: 0px 50px -100px 0px;
  transition: all 300ms ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  text-align: end;
}
.video-container:hover .content-box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  margin: 0px 50px -100px 0px;
  transition: all 300ms ease;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  text-align: end;
}
.video-container .content-box .cat-list {
  position: relative;
  display: inline-flex;
  transition: all 300ms ease;
}
.video-container .content-box .cat-list li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.video-container .content-box .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 250px;
  transition: all 300ms ease;
}
.video-container .content-box .title a:hover,
.video-container .content-box .title a:focus {
  color: #ffffff;
}
.video-container .content-box .title a:hover:focus,
.video-container .content-box .title a:focus:focus {
  color: #fff;
}
.video-container .content-box .read-more {
  position: absolute;
  right: 15%;
  letter-spacing: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  transition: all 300ms ease;
  font-family: "BwGradual-Regular";
}
.video-container .content-box .read-more:hover {
}
.explore-more {
  background: url(../images/galaxy-button/Arrow_White_real.png) left 16px center
    no-repeat #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px 10px 120px;
  border-radius: 0;
  width: max-content;
  text-align: end;
  border: 1px solid #fff;
}
.explore-more:hover {
  color: #000;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 16px center
    no-repeat #fff;
  border: 1px solid #000;
  text-align: end;
}
.video-container {
  position: relative;
  width: 640px;
}
#animatedBox {
  position: absolute;
  bottom: 28%;
  right: -1%;
  display: none;
  transform: translate(-50%, 100%);
  transition: transform 0.5s ease;
}
#explore-scrolling.active {
  display: block;
  transform: translate(-50%, 0);
}
#explore-scrolling {
  position: absolute;
  bottom: 28%;
  right: -2%;
  display: none;
  transform: translate(-50%, 100%);
  transition: transform 0.5s ease;
}
#animatedBox.active {
  display: block;
  transform: translate(-50%, 0);
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
