@font-face {
  font-family: 'DS-Digital';
  src: url('../FONTS/DS-DIGI.TTF') format('truetype');
}

#fadeInUp-animation {
  animation: 1s fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html, body {
  background-color: black !important;
  color: white;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeInContent {
  to {
    opacity: 1;
  }
}

.TOP-SECTION,
.BOTTOM-SECTION {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.TOP-SECTION {
  top: 0;
  height: 5vw;
  background: linear-gradient(to bottom, #111, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
}

.AUDIO-CONTAINER {
  width: 18vw;
  height: 2.8vw;
  position: fixed;
  top: 1vw;
  left: 1.5vw;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2vw;
  overflow: hidden;
  z-index: 100;
  background: linear-gradient(to top, #ffffff3b, transparent);
  border: 0.1vw solid rgba(255, 255, 255, 0.1);
  border-top: 0vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  overflow: hidden;
}

.AUDIO-VISUALISER {
  display: block;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 0.2vw;
  transform: translateX(0.5vw)translateY(-0.35vw);
  background: transparent;
}

.BUTTONS {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.BUTTON {
  width: 2vw;
  height: 2vw;
  transform: translateX(-0.3vw) translateY(-0.35vw);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

svg {
  width: 1.8vw;
  height: 1.8vw;
  fill: #ffffff60;
}

.BUTTON:hover svg {
  fill: #ffffff;
}

.NOW-PLAYING {
  top: 2.1vw;
  left: 0vw;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.5vw;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 18vw;
  height: 1.5vw;
  user-select: none;
}

.NOW-PLAYING:hover {
  fill: #ffffff;
}

.CLOCK-CONTAINER {
  top: 1.2vw;
  right: 1.5vw;
  width: 7vw;
  height: 2.8vw;
  font-family: 'DS-Digital';
  font-size: 1.7vw;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: linear-gradient(to top, #ffffff3b, transparent);
  border: 0.1vw solid rgba(255, 255, 255, 0.1);
  border-top: 0vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  overflow: hidden;
  z-index: 100;
}

.TIME {
  padding: 0.1vw 0.3vw;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.CURRENT-TIME {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
}

.COLON {
  display: inline-block;
}

.CLOCK-BOX {
  height: 2vw;
  background: linear-gradient(to bottom, #444, #222);
  color: #ffffff;
  font-size: 1.5vw;
  padding: 0.2vw 0.5vw;
  border-radius: 0.1vw;
  border: 0.08vw solid #555;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.CLOCK-BOX::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.05vw;
  background: linear-gradient(to bottom, #444, #222);
  transform: translateY(-50%);
}

.MIDDLE-SECTION {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 2s ease-in-out;
}

.MIDDLE-SECTION {
  position: absolute;
  background: black;
  animation: 10s fadeInUp;
  opacity: 1;
}

.HERO-IMAGE-CONTAINER {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HERO-IMAGE {
  width: 98vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  filter: brightness(50%);
  z-index: 1;
}

.TECD-LOGO {
  position: absolute;
  width: 38vw;
  z-index: 2;
  transform: translateY(25vw);
  animation: 10s fadeInUp;
}

.IMG-CONTAINER {
  position: absolute;
  height: 12vw;
  perspective: 180vw;
  transform-style: preserve-3d;
  transform: translateY(18vw);
  z-index: 3;
}

.MAIN-TITLE {
  position: absolute;
  white-space: nowrap;
  top:1.5vw;
  right: 12vw;
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  font-size: 0.95vw;
  letter-spacing: 0.1vw;
}

.SUBTITLE {
  position: absolute;
  white-space: nowrap;
  top:1.5vw;
  right: 12vw;
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  font-size: 0.8vw;
  margin-top: 1vw;
  letter-spacing: 0.1vw;
}

.COMING-SOON {
  position: absolute;
  white-space: nowrap;
  top:1.5vw;
  right: 12vw;
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  font-size: 0.8vw;
  margin-top: 2vw;
  font-weight: lighter;
  letter-spacing: 0.1vw;
}

.IMG-BOX {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 21vw;
  height: 12vw;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  position: absolute;
  top: 3vw;
  transition: 800ms ease-in-out;
}

.IMG-BOX img {
  max-width: 100%;
  height: auto;
}

.IMG-BOX:first-of-type {
  z-index: 5;
  opacity: 0;
  left: 15%;
  transform: translate(-50%, -50%) rotateY(-10deg);
}

.IMG-BOX:nth-of-type(2) {
  opacity: 1;
  left: 20%;
  transform: translate(-50%, -50%) rotateY(-10deg);
  z-index: 5;

}

.IMG-BOX:nth-of-type(3) {
  left: 25%;
  opacity: 0.75;
  color: #eee;
  z-index: 10;
  transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-50px);
}

.IMG-BOX:nth-of-type(4) {
  z-index: 5;
  opacity: 0.5;
  left: 30%;
  transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-100px);
}

.IMG-BOX:nth-of-type(5) {
  z-index: 2;
  opacity: 0.25;
  left: 35%;
  transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-150px);
}

.IMG-BOX:nth-of-type(6) {
  z-index: 2;
  opacity: 0.0;
  left: 40%;
  transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-200px);
}

.GALLERY-BUTTON {
  width: 6vw;
  height: 3vw;
  top: 1vw;
  left: 13.5vw;
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 0.2vw;
  background: linear-gradient(to top, #ffffff3b, transparent);
  border: 0.1vw solid rgba(255, 255, 255, 0.1);
  border-top: 0vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8vw;
  cursor: pointer;
}

.SHOWROOM-BUTTON {
  width: 6vw;
  height: 3vw;
  top: 1vw;
  left: 21vw;
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 0.2vw;
  background: linear-gradient(to top, #ffffff3b, transparent);
  border: 0.1vw solid rgba(255, 255, 255, 0.1);
  border-top: 0vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8vw;
  cursor: pointer;
}

.BACK-BUTTON {
  width: 6vw;
  height: 3vw;
  bottom: 5vw;
  right: 3vw;
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 0.2vw;
  background: linear-gradient(to top, #ffffff3b, transparent);
  border: 0.1vw solid rgba(255, 255, 255, 0.1);
  border-top: 0vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8vw;
  cursor: pointer;
  z-index: 500;
}

.GALLERY-BUTTON:hover, .BACK-BUTTON:hover, .SHOWROOM-BUTTON:hover {
  background: linear-gradient(to top, #ffffff, #ffffff5c); /* Lighter gradient */
  border-color: rgba(255, 255, 255, 0.5); /* Slightly brighter border */
  box-shadow: 0 0 15px rgb(255 255 255 / 50%); /* Brighter shadow */
  transform: scale(1.1); /* Slightly increase size */
  color: rgba(255, 255, 255, 0.9); /* Brighter text color */
}

.BOTTOM-SECTION {
  bottom: 0;
  height: 5vw;
  background: linear-gradient(to top, #111, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
}

.FOOTER-LEFT {
  position: absolute;
  bottom:1vw;
  left: 1vw;
  color: #ffffff77;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.5vw;
  cursor: default;
  user-select: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.FOOTER-RIGHT {
  position: absolute;
  bottom:1vw;
  right: 1vw;
  color: #ffffff77;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.5vw;
  cursor: default;
  user-select: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-box-reflect: below 3px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}