@font-face {
  font-family: 'Ribes';
  src: url('../Ribes\ Black\ 900.otf') format('embedded-opentype'), /* Internet Explorer */
       url('../Ribes\ Black\ 900.otf') format('woff2'),             /* Super Modern Browsers */
       url('../Ribes\ Black\ 900.otf') format('woff'),              /* Pretty Modern Browsers */
       url('../Ribes\ Black\ 900.otf') format('truetype'),          /* Safari, Android, iOS */
       url('../Ribes\ Black\ 900.otf') format('svg');               /* Legacy iOS */
}

.text-title{
  font-family: 'Ribes';
  text-shadow: rgba(0, 0, 0, 0.325) 0px 2.79839px 11.8932px;
}

.main-nav{
  background-color: #bf1313;
  color: #f1e2c5;
  display: none;
}

.main-nav.body-scrolled{
  display: flex;
}

#about{
  background-color: #bf1313;
  color: #f1e2c5;
  padding-top: 3em;
  padding-bottom: 3em;
}

#about .icone{
  position: absolute;
  right: 0;
  top: 0;
  height: 25em;
  transform: translateY(-12pc) translateX(9pc);
  z-index: 1;
}

#about video{
  height: 657px;
}

#cover-musica-arte-alma-vemelho{
  background-color: #f1e2c5;
}

#why-sing{
  color: #bf1313;
  padding-top: 8em;
  padding-bottom: 8em;
}

#why-sing .alt-features-descr{
  color: #bf1313;
}

#testmonials{
  background-color: #bf1313;
  color: #f0e1c4;
  padding-top: 3em;
  padding-bottom: 3em;
}
#testmonials video{
  height: 657px;
}

#section-musica-amarelo{
  background-size: auto; 
  background-attachment: unset; 
  padding-top: 15em; 
  padding-bottom: 15em;
}

#contact{
  background-color: #BF1313;
  color: #f0e1c4;
}

#section-images-gallery{
  ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    list-style-type: none;
  }
  li{
    height: 40vh;
    flex-grow: 1;
    &:last-child{
      flex-grow: 10;
    }
    &::marker{
      visibility: hidden;
    }
  }
  img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 10px;
    &:hover{
      /* transform: translateZ(0.1px); */
      transition: all .5s var(--ease-out-short);
      transform: scale(1.02)
    }
  }
  @media (max-aspect-ratio: 1/1) and (max-width: 480px) {
    ul {
      flex-direction: row;
    }
  
    li {
      height: auto;
      width: 100%;
    }
  
    img {
      width: 100%;
      max-height: 75vh;
      min-width: 0;
    }
  }
}

.testimonials-slider-2 blockquote p{
  font-size: 0.5em;
}

.owl-prev,
.owl-next{
  color: #BF1313 !important;

}

.owl-prev:hover,
.owl-next:hover{
  color: #f1e2c5 !important;
}

.owl-prev::before,
.owl-next::before{
  background: #bf1313 !important;
}

.scroll-down-4{
  background-color: #bf1313 !important;
}
.scroll-down-4:hover {
  color: #d3291c !important;
  border-color: #d3291c !important;
  background-color: transparent !important;
}

.alt-features-icon{
  width: 2em;
  height: 1.5em;
}

.alt-features-title{
  font-weight: bold;
}