* {
  transition: all 0.5s ease-in-out;
}

/* Fonts */
@font-face {
  src: url(../fonts/QuarcaNormRegular.otf);
  font-family: "fonts-quarceNormalRegular";
}

.fonts-quarceNormalRegular {
  font-family: "fonts-quarceNormalRegular";
}

@font-face {
  src: url(../fonts/Helvetica-Neue-LT-Com-65-Medium.ttf);
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
}

.fonts-helvetica-Neue-LT-Com-65-Medium {
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
}

@font-face {
  src: url(../fonts/QuarcaCondBold.otf);
  font-family: "fonts-quarcaCondBold";
}

.fonts-quarcaCondBold {
  font-family: "fonts-quarcaCondBold";
}

/* Colors */
.bg-black {
  background-image: url(../images/landing-page-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
	padding-top: 100px;
}

.bg-grayi {
  background: #b8bbc2;
}

/* *********************** */
.menu-icon {
  display: block;
  width: 150px;
  margin: 5rem auto 2rem;
}

.menu-item {
  letter-spacing: 4.3px;
  font-size: 22px;
  display: block;
  width: 180px;
  margin: auto;
  padding: 0.5rem 0rem;
}

.klikdisinidetail {
	letter-spacing: 3px;
	font-size: 24px;
	display: block;
	width: 500px;
	margin: auto;
	padding: 0.5rem 0rem;
}

.image-welcome {
  width: 800px;
  display: block;
  margin: auto;
}

.klik-button {
  display: block;
  font-family: "fonts-quarceNormalRegular";
  background: #bf351a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 7px #00000059;
  text-align: center;
  letter-spacing: 3.05px;
  color: #ffffff;
  font-size: 24px;
  width: 620px;
  padding: 0.5rem 0;
  margin: 0 auto 3rem;
}

.klik-button:hover {
  text-decoration: none;
  background: #FF7E06 0% 0% no-repeat padding-box;
  color: #fff;
}

@media (max-width: 1200.98px) {
.menu-item {
	letter-spacing: 4px;
	font-size: 18px;
	width: 140px;
	padding: 0.5rem 0rem;
	}
	.menu-icon {
	width: 120px;
	margin: 2rem auto 2rem;
	}
}

@media (max-width: 991.98px) {
.menu-item {
	letter-spacing: 2px;
	font-size: 12px;
	width: 100px;
	padding: 0.5rem 0rem;
	}
.menu-icon {
	width: 100px;
	margin: 2rem auto 2rem;
	}
}

@media (max-width: 768px) {
.menu-item {
	letter-spacing: 4px;
	font-size: 14px;
	width: 150px;
	padding: 0.5rem 0rem;
	}
	
.image-welcome {
	max-width: 450px;
  	}
.klik-button {
	font-size: 18px;
	width: 500px;
	}
	
.fonts-quarceNormalRegular {
	font-family: "fonts-quarceNormalRegular";
	}
}

@media (max-width: 576px) {
.menu-icon {
	width: 100px;
	margin: 2rem auto 2rem;
	}
.menu-item {
	letter-spacing: 4px;
	font-size: 12px;
	width: 120px;
	padding: 0.5rem 0rem;
	}
.image-welcome {
	max-width: 300px;
	}
.klik-button {
	font-size: 16px;
	width: 300px;
	}	
.klikdisinidetail {
	letter-spacing: 3px;
	font-size: 20px;
	display: block;
	width: 300px;
	margin: auto;
	padding: 0.5rem 0rem;
	}
	
}

@media (max-width: 380px) {
.menu-item {
	letter-spacing: 1px;
	font-size: 12px;
	width: 100px;
	padding: 0.5rem 0rem;
	}
.image-welcome {
	max-width: 300px;
	}
.klik-button {
	font-size: 10px;
	width: 200px;
	}	
.klikdisinidetail {
	letter-spacing: 3px;
	font-size: 20px;
	display: block;
	width: 300px;
	margin: auto;
	padding: 0.5rem 0rem;
	}
	
}

.menu-item:hover {
  text-decoration: none;
}


.klikdisini {
  background: rgba(38, 98, 161, 0.9);
  box-shadow: 0px 3px 7px #00000059;
  white-space: nowrap;
}

.logo {
  width: 200px;
}

.humburger {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  opacity: 0.8;
}

.navbar-toggler {
  outline: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 25px;
  font-family: "fonts-quarceNormalRegular";
  padding: 0 1rem;
  margin: 0 0.5rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.hover-icon {
  display: none;
}

.menu-wrapper:hover .static-icon {
	width: 100px;
  display: none;
}

.menu-wrapper:hover .hover-icon {
	width: 100px;
  display: block;
}

/* ********Music Page********* */
.music-feature-area {
  background: url(../images/music-page-hero-bg.png) no-repeat center;
  background-size: cover;
  padding: 2rem 0;
}

.brio-music-project-logo,
.brio-saturday-night-logo,
.brio-v-mod-logo {
  width: 400px;
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  .brio-music-project-logo,
  .brio-saturday-night-logo,
  .brio-v-mod-logo {
    max-width: 300px;
  }
}

.music-feature-area p {
  font-size: 20px;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
}

.music-content {
  background: url(../images/music-page-content-bg.png) no-repeat center fixed;
  background-size: cover;
  padding: 2rem 0 15rem;
}

.music-video,
.webseries-video,
.v-mod-video {
  display: block;
  width: 100%;
  height: 500px;
}

@media (max-width: 991.98px) {
  .music-video,
  .webseries-video,
  .v-mod-video {
    height: 400px;
  }
}

@media (max-width: 768.98px) {
  .music-video,
  .webseries-video,
  .v-mod-video {
    height: 280px;
  }
  .font-mbl-size {
    font-size: 1.34rem;
  }
}

@media (max-width: 480.98px) {
  .music-video,
  .webseries-video,
  .v-mod-video {
    height: 240px;
  }
}

.music-gallery-text,
.opening-video-text,
.event-schedule-text,
.gallery-blue-text {
  display: block;
  width: 400px;
  margin: 4rem auto;
}

@media (max-width: 768px) {
  .music-gallery-text,
  .opening-video-text,
  .event-schedule-text,
  .gallery-blue-text {
    width: 300px;
    margin: 2rem auto;
  }
}

.music-slider-prev,
.music-slider-next {
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.music-slider-prev {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.music-slider-next {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.music-slider-prev i,
.music-slider-next i {
  font-size: 30px;
}

.audition-text {
  display: block;
  width: 250px;
}

@media (max-width: 1200.98px) {
  .audition-text {
    width: 200px;
  }
  .audition p {
    font-size: 14px;
  }
}

.table-area {
  width: 660px;
}

.zama-heading {
  font-family: "fonts-quarcaCondBold";
  color: #e2dcdc;
  font-size: 40px;
  background-color: #464444;
  letter-spacing: 1.23px;
  text-align: center;
  transform: skew(-15deg);
}

.audio-table {
  background-color: #000;
  width: 100%;
}

.audio-table tr th,
.audio-table tr td {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
}

.available-on {
  width: 580px;
  margin: auto;
}

.available-on div {
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  letter-spacing: 2.17px;
  color: #ffffff;
  margin-left: 1rem;
}

.available-on a img {
  width: 180px;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  #music-slider img {
    width: 150% !important;
  }
}

@media (max-width: 768px) {
  .table-area {
    width: 100%;
  }

  .zama-heading {
    font-size: 30px;
    letter-spacing: 1px;
    transform: skew(-5deg);
  }

  .available-on {
    width: 100%;
  }

  .available-on a img {
    width: 120px;
  }
}

@media (max-width: 577px) {
  .table-area {
    padding: 0 1rem;
  }
}

/* ********WebSeries Page********* */
.webseries-feature-area {
  /* background: #000; */
  padding: 2rem 0;
}

.webseries-page {
  background: url(../images/web-series-page-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2rem 0 15rem;
}

.webseries-feature-area p {
  font-size: 20px;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
}

.selengkap-button {
  display: block;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  background: #bf351a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 7px #00000059;
  text-align: center;
  letter-spacing: 1.05px;
  color: #ffffff;
  font-size: 14px;
  width: 200px;
  padding: 0.5rem 0;
  margin: 0 auto 0;
}

.selengkap-button:hover {
  text-decoration: none;
  background: #FF7E06 0% 0% no-repeat padding-box;
  color: #fff;
}

.event-button {
  display: block;
  font-family: "fonts-quarceNormalRegular";
  background: #bf351a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 7px #00000059;
  text-align: center;
  letter-spacing: 3.05px;
  color: #ffffff;
  font-size: 30px;
  width: 320px;
  padding: 0.5rem 0;
  margin: 0 auto 3rem;
}

.event-button:hover {
  text-decoration: none;
  background: #FF7E06 0% 0% no-repeat padding-box;
  color: #fff;
}

.gallery-slider-prev,
.gallery-slider-next {
  width: 40px;
  height: 60px;
  background: transparent;
  opacity: 1;
}

.gallery-slider-prev i,
.gallery-slider-next i {
  font-size: 50px;
}

.gallery-slider-prev {
  top: 50%;
  left: -4rem;
  transform: translate(0, -50%);
}

.gallery-slider-next {
  top: 50%;
  right: -4rem;
  transform: translate(0, -50%);
}

@media (max-width: 1200.98px) {
  .gallery-slider-prev i,
  .gallery-slider-next i {
    font-size: 30px;
  }

  .gallery-slider-prev {
    left: -2rem;
  }

  .gallery-slider-next {
    right: -2rem;
  }
}

@media (max-width: 576.98px) {
  .gallery-slider-prev {
    left: 0;
  }

  .gallery-slider-next {
    right: 0;
  }
}

/* *********** Drift Page *********** */
.drift-image {
  
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.drift-feature-area {
  background: url(../images/back-drift.jpg) no-repeat top center fixed;
  background-size: cover;
  padding: 2rem 0 0;
}

.drift-feature-area p {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  letter-spacing: 0.3px;
  color: #0f4194;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-size: 20px;
}


.drift-peraturan-area p {
  background: rgba(255, 255, 255, 0.8);
  text-align:justify;
  letter-spacing: 0.3px;
  color: #0f4194;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-size: 16px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.drift-peraturan-area li, ol, ul {
  background: rgba(255, 255, 255, 0.8);
  text-align:justify;
  letter-spacing: 0.3px;
  color: #0f4194;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-size: 16px;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
}


.drift-feature-area p .sub {
  text-align: center;
  letter-spacing: -0.15px;
  background: #0f4194;
  color: #fff;
  padding: 0.5rem 2rem;
}

@media (max-width: 991.98px) {

  .drift-feature-area p .sub {
    display: block;
    padding: 0.5rem;
  }
}

/* *********** V-Mod Page *********** */
.vmode-feature-area {
  background: url(../images/vmod.png) no-repeat center fixed;
  background-size: cover;
  padding: 2rem 0 0;
}

.brio-v-mod-logo {
  width: 600px;
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  .brio-v-mod-logo {
    max-width: 450px;
  }
}

@media (max-width: 576px) {
  .brio-v-mod-logo {
    max-width: 300px;
  }
}

.vmode-feature-area p {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  letter-spacing: 0.3px;
  color: #0f4194;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-size: 20px;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.vmode-feature-area p .sub {
  text-align: center;
  letter-spacing: -0.15px;
  background: #0f4194;
  color: #fff;
  padding: 0.5rem 2rem;
}

@media (max-width: 991.98px) {
  .vmode-feature-area p .sub {
    display: block;
    padding: 0.5rem;
  }
}

.vmod-page {
  background: url(../images/vmod-page-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2rem 0 15rem;
}

.year {
  background: #871d3e 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 7px #00000059;
  text-align: center;
  letter-spacing: 2.27px;
  color: #ffffff;
  font-size: 18px;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  padding: 0.3rem 0;
  display: block;
  width: 120px;
  margin: 1rem auto 0;
}

.video-click-area {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.video-click-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-click-area iframe {
  width: 100%;
  height: 200px;
}

.slider-heading {
  display: block;
  margin: 0 auto 1rem;
  width: 300px;
}

@media (max-width: 991.98px) {
  .slider-heading {
    width: 200px;
  }
}

/* ************* Sport Page ************ */
@media (min-width: 992px) {
  .songs-page {
    background: url(../images/songs-page-hero-bg.png) no-repeat center top;	
    background-size: 100%;
    height: calc(100vh - 96px);
    overflow: auto;
  }
}

@media (max-width: 991.98px) {
  .songs-page {
    background: url(../images/songs-page-hero-bg-mobile.png) no-repeat center top;
    background-size: 100%;
	height: 1550px;
  }
}

@media (max-width: 500.98px) {
  .songs-page {
    background: url(../images/songs-page-hero-bg-mobile.png) no-repeat center top;
    background-size: 100%;
	height: 850px;
  }
}

.songs-page::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

.songs-page::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.songs-page::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.songs-feature {
  position: relative;
  height: 400px;
}

@media (min-width: 425px) {
  .songs-feature {
    height: 490px;
  }
}

@media (min-width: 576px) {
  .songs-feature {
    height: 550px;
  }
}

.feature-text {
  margin: auto;
  text-align: center;
  color: #fff;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  position: absolute;
  left: 50%;
  top: 92%;
  transform: translate(-50%, -80%);
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  white-space: nowrap;
}

@media (min-width: 991px) {
  .songs-feature {
    position: relative;
    height: 100%;
  }
  .feature-text {
    position: fixed;
    left: 30%;
    top: 92%;
    transform: translate(-30%, -80%);
  }
}

.feature-text a {
  margin: auto; /* Important */ 
  text-align: center; 
  font-style: normal;
  color: #fff;
  background: red;
  padding: 10px 40px;
  font-size: 30px;
  display: block;
  border-radius: 10px;
  white-space: nowrap;
}

.feature-text a:hover {
  text-decoration: none;
}

.feature-text a .fa-youtube {
  margin: auto; /* Important */ 
  text-align: center; 
  color: #fff;
  font-size: 30px;
}

@media (max-width: 768px) {
  .feature-text div {
    margin-bottom: 5px;
  }

  .feature-text a {
	margin: auto;
    display: inline;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 5px;
    white-space: nowrap;
  }

  .feature-text a .fa-youtube {
    font-size: 20px;
  }
}

.feature-text a:hover .fa-youtube {
  color: #fff;
}

.songs-list {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
  .songs-list {
    background: none;
  }
}

.songs-list h2 {
  color: #fff;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-style: italic;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid #bcbcbc;
}

@media (max-width: 991.98px) {
  .songs-list {
    background: rgba(0, 0, 0, 0.8);
  }

  .songs-list h2 {
    background: rgba(255, 255, 255, 0.4);
    border-color: #fff;
    font-size: 20px;
  }
}

.video-text,
.video-subtext {
  color: #fff;
  font-family: "fonts-helvetica-Neue-LT-Com-65-Medium";
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
}

.video-subtext {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

.modal-video {
  display: block;
  width: 100%;
  height: 400px;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal-header {
  border: none !important;
}

#video-modal .modal-backdrop {
  background-color: #000 !important;
}

[data-video] {
  cursor: pointer;
}
