body {
  padding: 0;
  margin: 0;
  background-color: #111111;
}
.mySwiper {
  width: 100%;
  height: 80vh;
  /* border-radius: 8px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.team-swiper {
  height: 100%;
  padding: 40px;
  margin-top: 120px;
}
.mySwiper2 {
  /* border: 1px solid red; */
  margin-top: 20px;
  margin-bottom: 20px;
  height: 80px;
}
.mySwiper2 .swiper-slide img {
  height: 48px;
  /* width: 200px; */
  filter: saturate(0);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.mySwiper2 .swiper-slide img:hover {
  filter: saturate(1);
}
.swiper-button-prev:nth-child(3) {
  color: white;
  padding: 8px;
}
.swiper-button-next:nth-child(2) {
  color: white;
  padding: 8px;
}
.swiper-button-next {
  color: #f3aa36;
  padding: 8px;
}
.swiper-button-prev {
  color: #f3aa36;
  padding: 8px;
}
.swiper-button-next {
  color: #f3aa36;
  padding: 8px;
}
.swiper-pagination-bullet-active {
  background-color: #f3aa36 !important;
}
.about {
  text-align: center;
  margin-top: 80px;
  border: 1px solid transparent;
}
article {
  font-family: "Barlow";
  font-weight: 500;
}

.teams {
  text-align: center;
  margin-top: 80px;
  border: 1px solid transparent;
  border: 1px solid transparent;
}
.teams h2 {
  margin-top: 72px;
}
.about img {
  position: absolute;
  right: 0;
  width: 600px;
  z-index: -1;
}
.teams img {
  position: absolute;
  right: 0;
  width: 600px;
  z-index: -1;
}
article .judul {
  color: white;
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
article h2 {
  color: white;
  font-size: 60px;
  font-family: "Oswald";
  padding: 0;
  margin-top: -10px;
  margin-bottom: 0;
}
.explore {
  width: 120px;
  height: 40px;
  color: white;
  border: 1px solid #f3aa36;
  background-color: #f3aa36;
  cursor: pointer;
  font-weight: 600;
  font-family: "Electrolize";
  transition: all 0.2s ease-in;
}
.explore:hover {
  color: #f3aa36;
  background-color: white;
}
.sign .left {
  width: 50%;
  height: 250px;
  background-color: #464646;
  position: relative;
}
.sign .right {
  background: #1c1c1c;
  height: 230px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Oswald";
  font-size: 24px;
  width: 50%;
  text-align: center;
}
.right div p {
  margin: 0;
}
.right div button {
  border: 1px solid #f3aa36;
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-family: "Oswald";
  margin-top: 12px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.right div button:hover {
  background-color: #f3aa36;
}
.sign .left:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #464646;
  transform-origin: bottom left;
  transform: skew(-10deg, 0deg);
}
.sign {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  z-index: -1;
}
.sign .left img {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  z-index: 1;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  height: auto;
}
.about-more {
  font-weight: "Oswald";
  color: #bfbfbf;
  padding: 40px 0;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.bottom {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: -5px;
}
/* main {
  border: 1px solid red;
} */
.video {
  position: fixed;
  top: 0;
  z-index: 1000;
}
video {
  height: 100%;
  width: 100%;
}
.container-top {
  margin-top: 80px;
}
.container {
  margin-left: 8%;
  margin-right: 8%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.toachiv {
  margin-top: 120px;
}
.toachiv .container {
  font-family: "Oswald";

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow-us {
  margin-top: 120px;
  background-color: #1a1a1a;
  height: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #d9d9d9;
}
.follow-us .container {
  display: flex;
}
.container div {
  margin-left: 48px;
}
.container div p {
  color: white;
  font-family: "Oswald";
  padding: 0;
  margin: 0;
}
.container div div {
  float: left;
  margin-left: 0;
  margin-top: 16px;
}
.container div div a {
  color: white;
  font-size: 32px;
  margin-right: 14px;
}
.achiv-head h2 {
  width: 400px;
  color: white;
  padding: 0;
  margin: 0;
  font-size: 60px;
}
.achiv-head button {
  margin-top: 40px;
}
.to-gallery h2 {
  color: white;
  font-size: 60px;
  margin: 0;
  padding: 0;
  width: 400px;
  text-align: center;
}
.to-gallery div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.to-gallery div p {
  color: white;
  margin-top: 0;
  padding-bottom: 32px;
}

.song-popup div {
  width: 100%;
  margin-bottom: -20px;
}
.song-popup {
  position: fixed;
  display: flex;
  /* transition: all 0.5s ease-in; */
  flex-direction: column;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.to-gallery {
  background-image: url(assets/gallery-link2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "Oswald";
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.champion-win {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.champion-win div div {
  margin-top: 0 !important;
  display: block;
  text-align: center;
}
.champion-win .swiper-wrapper .swiper-slide img {
  max-width: 140px;
  margin: 0 auto;
}
.champion-win p {
  color: white;
}
.champion-win p:nth-child(2) {
  font-weight: 600;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.division div {
  display: flex;
  flex-direction: column;
  transform: skewX(6deg);
  margin-top: 400px;
  transition: all 0.2s ease-out;
}
.division div button {
  visibility: hidden;
  opacity: 0;
}
.division div p {
  font-size: 20px;
  font-family: "Oswald";
  color: white;
  font-weight: 600;
}

.toachiv {
  background-image: url("./assets/achiv-final.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 900px;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.division {
  position: relative;
  width: 350px;
  height: 480px;
  transform: skewX(-6deg) !important;
  cursor: grab;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.division img {
  /* transform: skewX(6deg) !important; */
}

.bg {
  filter: saturate(0);
  position: absolute;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s ease;
}
.division:hover div {
  margin-top: 320px;
}
.division:hover div button {
  visibility: visible;
  opacity: 1;
}
.division:hover {
  margin-top: -40px;
}
.division1:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division1:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division1:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division1:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division2:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division2:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division2:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division2:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division3:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division3:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division3:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division3:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division4:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division4:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division4:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division4:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division5:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division5:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division5:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division5:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division6:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division6:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division6:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division6:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.division7:hover .p-div {
  opacity: 1;
  transform: translateY(0);
}
.division7:hover .champ {
  opacity: 1;
  transform: translateX(0);
}
.division7:hover .bg {
  opacity: 0;
  /* transform: translateX(330px); */
}
.division .explore {
  margin-top: 12px;
}
.division7:hover .logo-div {
  transform: translateY(-60px);
  filter: brightness(1);
}
.champ {
  opacity: 0;
  position: absolute;
  /* transform: translateX(-330px); */
  transition: all 0.2s ease;
}

.logo-div {
  filter: brightness(0);
  transition: all 0.5s ease-out;
  transform: translateY(0);
}
.division div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.isi {
  position: absolute;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

@media only screen and (max-width: 1400px) {
  .champion-win div div {
    width: 100%;
  }
  .champion-win div div img {
    max-width: 120px;
  }

  .toachiv {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .champion-win {
    width: 100%;
  }
  .container {
    margin-left: 2%;
    margin-right: 2%;
  }
  .achiv-head {
    width: 40%;
  }
}
@media only screen and (max-width: 970px) {
  .container {
    margin-left: 2%;
    margin-right: 2%;
  }
  h2 {
    font-size: 36px !important;
  }
  .hias {
    display: none;
  }

  .toachiv .container {
    flex-direction: column;
  }
  .achiv-head {
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  p.stay {
    font-size: 18px;
  }
  .right button {
    font-size: 18px !important;
  }
  p {
    font-size: 14px;
  }
  .follow-us .container div {
    margin: 0 auto;
  }
  .follow-us {
    padding: 30px 0px;
  }
  .achiv-head h2 {
    font-size: 36px;
    width: 100%;
  }
  .champion-win {
    margin-top: 40px !important;
  }
  .champion-win {
    margin-top: 40px;
  }
  .toachiv {
    height: 700px;
  }
}
@media only screen and (max-width: 740px) {
  .sign {
    flex-direction: column;
    display: flex;
  }
  .sign .left:after {
    display: none;
  }
  .mySwiper {
    height: 50vh;
  }
  .sign .left,
  .sign .right {
    margin-top: 0;
    width: 100%;
  }
  .champion-win .swiper-wrapper .swiper-slide img {
    width: 100px;
  }
  .toachiv {
    height: 500px;
  }
}
@media only screen and (max-width: 550px) {
  .to-gallery {
    background: none;
    height: 360px;
  }
}
@media only screen and (max-width: 390px) {
  .sign .left img {
    width: 300px;
  }
  .sign .left {
    height: 200px;
  }
}
