@font-face {
  font-family: BB Mono Semi Regular;
  src: url('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;
  color: #FFF;
  text-align: center;
  line-height: normal;
  background-color: #000000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(../media/DSCF5419.jpg);
  background-size: cover;
  background-position: center;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.1px;
}

.swal-title {
  left: 50%;
  transform: translate(-50%, 0);
}

.swal-html div {
  font-size: 15px;
}

.swal2-popup {
  overflow-y: hidden;
  width: 500px;
  max-height: 50vh;
}

.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;
}

.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);
}

#titleContainer {
  position: absolute;
  left: 5%;
  margin: 0;
  padding: 0;
  top: 50%;
  text-align: center;
  box-sizing: border-box;
  transform: translate(0,-50%);
}

#title {
  display: flex;
  box-sizing: border-box;
  height: min-content;
}

#contact {
  letter-spacing: 0px;
  font-size: 14px;
  text-align: start;
}

#contact p {
  font-weight: bold;
  font-size: 24px;
}

#titleContainer p button {
  text-transform: lowercase;
  letter-spacing: -0.5px;
  justify-content: flex-end;
  font-weight: bold;
  background-color: #00000000;
  color: #ffffff;
  border: 0px;
  padding: 0;
}

#titleContainer p button:hover {
  cursor: pointer;
  color: rgb(72, 72, 251);
}

h1:hover {
  color: rgb(159, 159, 159);
}

p {
  text-decoration: none;
  color: #ffffff;
}

#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 !important;
  color: #FFF;
  border: 0px;
  cursor: pointer;
}

#logo {
  height: 80%;
  width: 80%;
}

.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);
}

.nav_home {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: fit-content;
}

.nav_home li {
  display: flex;
  margin-inline: 2rem;
  top: 2rem;
  flex-shrink: 0;
  z-index: 1;
  align-items: center;
}

.nav_home li a {
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }

  #logo {
    width: 50%;
    height: 50%;
  }

  .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;
  }

  .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: 50%;
    margin: 0;
    padding: 0;
    top: 20%;
    transform: translate(-50%, 0) !important;
    width: fit-content;
  }

  h2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .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;
  }

  #titleContainer p button {
    text-transform: lowercase;
    justify-content: flex-end;
    margin-top: 5px;
    font-family: BB Mono Semi Regular;
    font-weight: bold;
    background-color: #00000000;
    color: #ffffff;
    border: 0px;
  }

  #titleContainer p button:hover {
    cursor: pointer;
    color: rgb(72, 72, 251);
  }

  #contact_content {
    margin-top: 25%;
    display: flex;
    height: fit-content;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  #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;
  }

  .nav_home {
    width: 100%;
    position: relative;
    padding-left: 0px;
    flex-shrink: 0;
    z-index: 1;
    left: auto;
    transform: translate(0, 0);
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav_home li {
    margin-inline: 0.7rem;
  }

  .nav_home li a {
    font-size: 16px;
    margin-inline: 0.7rem;
    font-weight: bolder;
  }

  #liveButton {
    font-size: 0.8rem;
  }

  #contact p {
    font-weight: bold;
    font-size: 14px;
  }
}