@font-face {
  font-family: BB Mono Semi Regular;
  src: url('/assets/bb manual mono text semi regular.otf') format('opentype');
}

* {
  font-family: BB Mono Semi Regular;
  text-transform: uppercase;
  font-style: normal;
  box-shadow: none !important;

}

html,
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow-x: hidden;
  color: #FFF;
  text-align: center;
  line-height: normal;
  background-color: #000000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.1px;
}

.swal-title {
  left: 50%;
  transform: translate(-50%, 0);
}

.swal-html div {
  font-size: 15px;
}

#creditsbtn {
  z-index: 1;
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.7rem;
  bottom: 2%;
  display: flex;
  position: fixed;
  left: 2%;
  margin-inline: 10px;
  background-color: #ffffff00;
  color: #FFF;
  border: 0px;
  cursor: pointer;
}

.socialMedias {
  bottom: 1%;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 2%;
  z-index: 1;
}

.socialMedias a img {
  height: 20px;
  width: 20px;
  margin-inline: 10px;
}

#downElements div {
  font-size: 0.7rem;
  bottom: 2%;
  display: flex;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}

#liveButton {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: BB Mono Semi Regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 0px;
  border-right: 0px;
  background: #000;
  width: 100%;
  height: 65px;
  flex-shrink: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

#liveButton:hover {
  border: 1px solid #000000;
  cursor: pointer;
  background: #ffffff;
  color: #000;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
}

.banner1 {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
}

#bannervideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.nav_home {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.nav_home a {
  display: block;
  margin-inline: 2rem;
  top: 28px;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  height: 19px;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  align-items: center;
}

.photo_gallery {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.photo_gallery img {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

#form {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  text-align: left;
  flex-direction: column;
  top: 55%;
  left: 10%;
  transform: translate(0, -50%);
  gap: 0.5rem;
  margin: 0 auto;
  width: 350px;
}

label {
  margin-bottom: 0vh;
}

input,
textarea {
  width: 120%;
  background-color: #000;
  color: #FFF;
  font-family: BB Mono Semi Regular;
  padding: 1vh;
  border: 2px solid white;
  font-size: 0.8rem;
}

textarea {
  resize: none;
  height: 90px;
}

#sendBtn {
  width: 50px;
  height: 40px;
  margin-top: 25px;
  font-family: BB Mono Semi Regular;
  font-weight: bold;
  background-color: #000000;
  color: #FFF;
  border: 1px solid #FFF;
}

#sendBtn:hover {
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid #000000;
  cursor: pointer;
  background: #FFF;
  color: #000;
}

#titleContainer {
  position: absolute;
  height: fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  left: 10%;
  top: 15%;
}

h1 {
  font-size: 1.5rem;
  margin: 0;
}

h2 {
  font-size: 2rem;
  width: 60%;
  text-align: end;
}




.contact_msg {
  width: fit-content;
  text-align: end;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  flex-direction: column;
  top: 50%;
  right: 10%;
  margin: 0;
  transform: translate(0, -50%);
}

#contacts {
  box-sizing: border-box;
  letter-spacing: 0px;
  text-align: end;
}

#contacts p {
  color: #a3a3a3;
  letter-spacing: 0px;
  text-align: end;
  margin: -1vh;
}

#contacts p button {
  text-transform: lowercase;
  justify-content: flex-end;
  margin-top: 25px;
  font-family: BB Mono Semi Regular;
  font-weight: bold;
  background-color: #000000;
  color: #a3a3a3;
  border: 0px;
}

#contacts p button:hover {
  cursor: pointer;
  color:rgb(72, 72, 251);
}

.swal2-popup {
  overflow-y: hidden;
  width: 500px;
  max-height: 50vh;
  overflow-y: hidden;
}

.swal-confirmBtn {
  height: 30px;
  width: 30px;
  background-color: #00000000 !important;
  background-image: url(../media/icons/icons8-close-50.png) !important;
  background-size: cover !important;
  color: #ffffff;
  border: 0px;
  box-shadow: white;
}

.swal2-confirm {
  background-color: #00000000 !important;
  color: #ffffff;
  border: 0px;
  box-shadow: white;
}

.swal2-confirm:hover{
  transition: all 0.5s;
  background-color: #ffffff !important ;
  color: #000 !important;
}
.swal-confirmBtn:hover{
  background-color: #000 !important ;
}


.no-border {
  border: 0;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #000000;
  font-size: 0.8rem;
  border: 1px solid #000000;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.video {
  width: 100%;
}

#video_gallery {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  top: 0%;
  left: 0%;
  margin: 0;
}

#song_gallery {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0%;
  margin: 0;
}

.expandDiv:hover {
  transition: all 0.2s ease-in-out;
    
}

.song {
  width: 100%;
}

.expandDiv {
  padding-inline: 6vh;
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  font-family: BB Mono Semi Regular;
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.expandDiv div {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 1rem;
}

.videoFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.videoFrameContainer {
  display: flex;
  width: 560px;
  height: 315px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.videoFrame.show {
  border: #ffffff;
  opacity: 1;
  max-height: 315px;
}

.videoFrame.show .videoFrameContainer {
  overflow: visible;
  opacity: 1;
}

.musicLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.musicLinksContainer {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.musicLinksContainer .mobile {
  display: none;
}

.musicLinks.show {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  border: #ffffff;
  opacity: 1;
  max-height: 315px;
  overflow: visible;
}

.musicLinks a img {
  width: 3rem;
  height: 3rem;
  margin-inline: 1vw;
}

#contact_content {
  display: flex;
  flex-direction: column;
}

.creditsContainer {
  box-sizing: border-box;
  width: max-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




#shop,
#storeTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 920px ) , (max-height: 720px) {


  body {
    font-size: 12px;
  }

  .swal2-popup {
    overflow-y: hidden !important;
    width: 500px !important;

    align-items: center !important;
  }

  .swal-title {
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 25px;
  }

  .swal-html {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 10px !important;
    left: 90px;
    text-align: center;

  }

  .swal-html div {
    font-size: 12px;
    width: fit-content;
    left: 50%;

  }

  .swal-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

  }

  .swal-confirmBtn {
    height: 30px;
    width: 30px;
    background-color: #00000000 !important;
    background-image: url(../media/icons/icons8-close-50.png) !important;
    background-size: cover !important;
    color: #ffffff;
    border: 0px;
    box-shadow: white;
  }

  .expandDiv div {
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 0.7rem;
    letter-spacing: -0.8px;
  }

  .videoFrameContainer {
    display: flex;
    width: 311px;
    height: 175px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease-in-out;
  }

  .videoFrame.show {
    border: #ffffff;
    opacity: 1;
    max-height: 315px;
  }

  .musicLinksContainer {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
  }

  .musicLinksContainer .desktop {
    display: none;
  }

  .musicLinksContainer .mobile {
    display: flex;
  }

  .musicLinks a img {
    width: 1.5rem;
    height: 1.5rem;
    margin-inline: 1vh;
  }

  .socialMedias a img {
    height: 15px;
    width: 15px;
    margin-inline: 5px;
  }

  .banner1 {
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
  }

  #bannervideo {
    height: 100%;
    object-fit: cover;
    background-size: cover;
  }

  #titleContainer {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    top: 10%;

  }

  h2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  #contacts {
    box-sizing: border-box;
    letter-spacing: 0px;
    text-align: center;
  }

  #contacts p {
    color: #a3a3a3;
    letter-spacing: 0px;
    text-align: center;
    margin: -1vh;
  }

  #contacts p button {
    text-transform: lowercase;
    justify-content: flex-end;
    margin-top: 1.5vh;
    margin-bottom: 2rem;
    font-family: BB Mono Semi Regular;
    font-weight: bold;
    background-color: #000000;
    color: #a3a3a3;
    border: 0px;
  }

  .contact_msg {
    right: 0%;
    padding: 2rem;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transform: translate(-0, -0);
    flex-direction: column;


  }

  #contacts {
    box-sizing: border-box;
    letter-spacing: 0px;
    text-align: center;
  }

  #contact_content {

    margin-top: 25%;
    display: flex;
    height: fit-content;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  #form {
    left: 0;
    top: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    transform: translate(-0, -0);
    width: 250px;
  }

  #sendBtn {
    width: 50px;
    height: 40px;
    margin-top: 20px;
    font-family: BB Mono Semi Regular;
    font-weight: bold;
    background-color: #000000;
    color: #FFF;
    border: 1px solid #FFF;

  }

  .btnContainer {
    display: flex;
    justify-content: flex-start;
  }

  input,
  textarea {
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-family: BB Mono Semi Regular;
    padding: 1vh;
    border: 2px solid white;
    font-size: 0.8rem;
  }

  .nav_home a {
    font-size: 1rem;
    margin-inline: 1rem;
    align-items: center;
  }

  #liveButton {
    font-size: 0.8rem;
  }

}

/* mobile footer fix — 2026-07-28 */
@media (max-width: 600px) {
  .socialMedias {
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .socialMedias a img {
    height: 16px;
    width: 16px;
    margin-inline: 4px;
  }
  #creditsbtn {
    left: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    font-size: 0.65rem;
  }
  #downElements div {
    font-size: 0.65rem;
    bottom: calc(9px + env(safe-area-inset-bottom, 0px));
  }
}


/* iOS: inputs >=16px para nao dar auto-zoom — 2026-07-28 */
@media (max-width: 600px) {
  #form input, #form textarea, input[type="text"], input[type="email"], input[type="tel"], textarea {
    font-size: 16px !important;
  }
}
