/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Poppins", sans-serif;
  color: #dfdfdf;
  background: url(../images/bg-body.png) #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(200, 216, 20);
  background: linear-gradient(
    90deg,
    rgba(200, 216, 20, 1) 0%,
    rgba(178, 159, 233, 1) 100%
  );
}

section {
  overflow: hidden !important;
}

.syne {
  font-family: "Syne", sans-serif;
}

.shadow-sm {
  box-shadow: -1px 1px 11px -4px rgba(0, 0, 0, 0.71) !important;
  -webkit-box-shadow: -1px 1px 11px -4px rgba(0, 0, 0, 0.71) !important;
  -moz-box-shadow: -1px 1px 11px -4px rgba(0, 0, 0, 0.71) !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 800;
}

.primary {
  color: #c8d814 !important;
}

.primary-bg {
  background: #c8d814 !important;
}

.secondary {
  color: #b29fe9 !important;
}

.secondary-bg {
  background: #b29fe9 !important;
}

.white {
  color: white;
}

.lh-100 {
  line-height: 1;
}

/* ANIMATION */
.t-scroll {
  display: flex;
  position: relative;
  height: 280px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.t-scroll-title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: all 1s ease;
}
.t-scroll-title > div {
  display: flex;
  animation: scrollText 33s infinite linear;
}
.t-scroll-title h1 {
  margin: 0;
  font-size: 140px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MAIN */
.main-section video {
  width: 100%;
}

.icon-container ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
}

.icon-container ul li {
  margin: 1rem 0.6rem 0rem 0;
}

.icon-media {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.icon-media img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s;
}

.icon-media:hover img {
  filter: brightness(10);
  transform: scale(1.1);
}
.icon-media.deezer:hover {
  background: rgb(247, 136, 0);
  /* background: linear-gradient(
    90deg,
    rgba(247, 136, 0, 1) 0%,
    rgba(211, 14, 84, 1) 25%,
    rgba(42, 13, 139, 1) 50%,
    rgba(0, 87, 145, 1) 75%,
    rgba(0, 164, 78, 1) 100%
  ); */
}
.icon-media.tidal:hover {
  background-color: #b29fe9;
}
.icon-media.spotify:hover {
  background-color: #1ece5c;
}

.icon-media.youtube:hover {
  background-color: #ff0000;
}
.icon-media.apple:hover {
  background-color: #a6b1b7;
}

.bio {
  background-image: url(../images/bg-bio.svg);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.banner {
  background-color: #26262679;
  padding: 3rem 0;
  position: relative;
}

.banner-deco-l {
  position: absolute;
  left: 0;
  top: -25px;
  height: 249px;
  width: 455px;
  object-fit: cover;
  object-position: right center;
  z-index: 5;
}
.banner-deco-r {
  position: absolute;
 right: 0;
  top: -25px;
  height: 249px;
  width: 455px;
  object-fit: cover;
  object-position: left center;
  z-index: 5;
}

.banner .container {
  position: relative;
  z-index: 10;
}

.banner::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(200, 216, 20);
  background: linear-gradient(
    90deg,
    rgba(200, 216, 20, 1) 0%,
    rgba(178, 159, 233, 1) 100%
  );
}

.banner::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(200, 216, 20);
  background: linear-gradient(
    90deg,
    rgba(178, 159, 233, 1) 0%,
    rgba(200, 216, 20, 1) 100%
  );
}

.banner ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
}

.banner ul li {
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
}

.banner ul li a {
  color: white;
  font-family: "Syne", sans-serif;
  font-size: 26px;
  font-weight: 700;
  transition: 0.3s;
}
.icon-media-banner {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  transition: 0.3s;
}

.banner ul li:hover a {
  color: #c8d814;
}
.banner ul li:hover .icon-media-banner {
  color: #c8d814;
  border-color: #c8d814;
}

.gallery-img-container {
  overflow: hidden;
}
.gallery-img-container img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: 0.3s;
}
.gallery-img-container:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

/* FOOTER */
footer {
  background: #1b1b1b;
  padding: 2rem 0;
}

footer ul {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  margin-right: 0.5rem;
}

footer ul li a {
  color: white;
  font-size: 22px;
  transition: .3s;
}

footer ul li a:hover {
  text-decoration: none;
  color: #c8d814;
}

.icon-media-footer {
  background-color: #5d5d5d;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .banner-deco-r,
  .banner-deco-l {
    height: 350px;
}
}

@media (max-width: 525px) {
  .t-scroll {
    height: 200px;
}
  .t-scroll-title h1 {
    font-size: 100px;
}
  .icon-media {
    width: 50px;
    height: 50px;
  }
  .icon-container ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .icon-media img {
    width: 30px;
    height: 30px;
  }
  p.h5 {
    font-size: 18px !important;
  }
  .banner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .banner ul li {
    margin: 0.4rem 0;
  }

  .banner-deco-r,
  .banner-deco-l {
    height: 440px;
}

  .gallery-img-container img {
    width: 100%;
    height: 180px;
  }
}

