/* Sections */
.section {
  position: relative;
    height: 100vh;
    overflow: hidden;
    background: transparent;
}
.video{
  z-index: -1;

  position: relative;
  width: 100%;
  height: 100%; 
  background-color: transparent;
}
.video video{
  background-color: transparent !important;
}
#video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* background-color: black; */
}

#video-section {
  /* position: relative; */
  width: 100%;
  background-color: transparent;
  /* 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;
  background: transparent;
}

.content-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index:999;
  transform: translateZ(0);
  /* backface-visibility: hidden;
  will-change: transform; */
  /* 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 {

  background-color: transparent;
}

.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 {
  background-color: transparent;
  /* 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 {
  background-color: transparent;
  max-height: 100vh;
  overflow-y: hidden;
  /* position: relative;
  overflow: hidden; */
  /* transition: all 300ms ease; */
}
.video-container .video-box {
  background-color: transparent;
  /* Other styles */
}

.video-container .video-box .video {
  background-color: transparent;
  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!important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 16px center no-repeat #fff;
  border: 1px solid #000!important;
  text-align: end;
}
.explore-more:active {
  color: #000!important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 16px center no-repeat #fff;
  border: 1px solid #000 !important;
  text-align: end;
}
.explore-more:visited {
  color: #000!important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 16px center no-repeat #fff;
  border: 1px solid #000!important;
  text-align: end;
}
.explore-more:focus {
  color: #000!important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 16px center no-repeat #fff;
  border: 1px solid #000!important;
  text-align: end;
}

.video-container {
  position: relative;
  width: 640px;
}

#animatedBox {
  position: absolute;
  bottom: 34%;
  z-index: 2;
  right: -2%;
  display: none;
  transform: translate(-50%, 100%);
  transition: transform 0.5s ease;
}

#explore-scrolling.active {
  display: block;
  transform: translate(-50%, 0);
}

#explore-scrolling {
  position: absolute;
  z-index: 2;
  bottom: 34%;
  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);
  }
}

/* @media only screen and (max-width: 260px) and (min-width: 0) { */
@media only screen and (max-width: 260px) and (min-width: 0) {
  #explore-scrolling {
    right: -22%;
    bottom: 35%;
  }

  #animatedBox {
    right: -22%;
    bottom: 35%;
  }

  .top-section {
    width: 100%;
    background-image: url("../images/galaxy-home/BO5.png");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 400px) and (min-width: 260px) {
  #explore-scrolling {
    right: -12%;
    bottom: 35%;
  }

  #animatedBox {
    right: -12%;
    bottom: 35%;
  }

  .top-section {
    width: 100%;
    background-image: url("../images/galaxy-home/BO3.png");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 576px) and (min-width:400px) {
  #explore-scrolling {
    right: -8%;
  }

  #animatedBox {
    right: -8%;
  }

  .top-section {
    width: 100%;
    background-image: url("../images/galaxy-home/BO2.png");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) and (min-width:576px) {
  #explore-scrolling {
    right: -6%;
  }

  #animatedBox {
    right: -6%;
  }

  .top-section {
    width: 100%;
    background-image: url("../images/galaxy-home/BO1.png");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 992px) and (min-width:769px) {

  #explore-scrolling {
    right: -8%;
  }

  #animatedBox {
    right: -8%;
  }
}

@media only screen and (max-width: 1200px) and (min-width:992px) {

  #explore-scrolling {
    right: -1%;
  }

  #animatedBox {
    right: -1%;
  }
}

@media only screen and (min-width: 1200px) {
  #explore-scrolling {
    right: -1%;
  }

  #animatedBox {
    right: -1%;
  }

}

.transparent {
  background-color: transparent; 
}