@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,800&family=Space+Grotesk:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
  background-image: linear-gradient(120deg, #d37ef598 0%, #f87c8d8a 100%);
}

.scroll {
  max-height: 100px;
  overflow-y: auto;
}
.scroll1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroll1::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroll1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #ac14bd 0%, #c21e34 100%);
  background-image: linear-gradient(120deg, #4b9fff 0%, #1a0bc1da 100%);
}

.scroll1 {
  max-height: 100px;
  overflow-y: auto;
}
html,
body {
  background-color: #000000;
}

#carousel-example-multi {
  background-color: #000000;
  margin: 0;
}

.jumbotron {
  margin-bottom: 50px;
}

h3,
h4 {
  font-family: "Space Grotesk", sans-serif;
}
h2 {
  font-family: "Kanit", sans-serif;
  letter-spacing: 1px;
  font-size: 3rem;
  display: flex;
  justify-content: left;
}
/* .intro-2 {
  background: url("../img/Sky_night_rotation_space_background.mov") no-repeat
    center center;
  background-size: cover;
} */

h5 {
  font-weight: 500;
}

html,
body,
header,
.view {
  height: 100%;
}

p {
  color: aliceblue;
}
#carousel-example-multi {
  height: 100%;
}

#test1::before,
#test2::before {
  display: block;
  content: " ";
  margin-top: -65px;
  height: 65px;
  visibility: hidden;
}

.navFont {
  font-family: "RocknRoll One", sans-serif;
  letter-spacing: 3px;
}

.myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}

.accord1 {
  writing-mode: vertical-lr;
  rotate: 180deg;
  letter-spacing: 2px;
  justify-content: center;
  color: #f5f5f5;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .accord1 {
    letter-spacing: 2px;
    justify-content: center;
    color: #f5f5f5;
    font-size: 2.3rem;
    writing-mode: horizontal-tb;
    rotate: 360deg;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
