.peliculaHolder{
    position: relative;
    width: 100%;
    height: 100%;
}

.peliculaHolder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.banner1Text{
    width: 96%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(2rem, 6dvw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: white;
    text-shadow: -3px 3px 6px rgba(0, 0, 0, 1);
    text-align: center;
    z-index: 1;
    font-family: "League Spartan", sans-serif;
}

.banner2Text{
    width: 96%;
    position: absolute;
    top: 20%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: clamp(2rem, 6dvw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -3px;
    color: white;
    text-shadow: -3px 3px 6px rgba(0, 0, 0, 1);
    text-align: center;
    z-index: 1;
    font-family: "League Spartan", sans-serif;
}

.banner3Text{
    width: 96%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(3.5rem, 8dvw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -5px;
    color: rgb(230, 230, 230);
    text-shadow: -3px 3px 6px rgba(0, 0, 0, 1);
    text-align: center;
    z-index: 1;
    font-family: "League Spartan", sans-serif;
}

.banner4Text{
    width: fit-content;
    position: absolute;
    top: 75%;
    left: 35%;
    transform: translate(-50%, -50%);
    font-size: clamp(5rem, 8dvw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: rgb(230, 230, 230);
    text-shadow: -6px 6px 12px rgba(0, 0, 0, 1);
    text-align: center;
    z-index: 1;
    font-family: "League Spartan", sans-serif;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 1s ease-in-out;
  touch-action: pan-y;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adjust{
    object-position: 30% 20%;
}

.adjust2 {
    object-position: 50% bottom;
}

.adjust3 {
    object-position: 0% 70%;
}

.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.dot.active {
  background: var(--patternWhite);
}


.homeStatisticSubTitle{
    border-bottom: 1px solid var(--detailYellow);
}

.itemContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.iconHolder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    width: 5rem;
    aspect-ratio: 1 / 1;
    background-color: var(--patternWhite);
    border-radius: 50%;
    z-index: 1;
}

.iconHolder img{
    width: 100%;
}


.itemTitle{
    margin-bottom: 0.2rem;
    width: 13rem;
}

.itemContent p{
    text-align: center;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.589);
    border-bottom: 2px solid var(--detailYellow);
    border-top: 2px solid var(--detailYellow);
    border-right: 2px solid var(--detailYellow);
    padding: 0.2rem 0.6rem;
    margin-left: -1rem;
    border-radius: 8px;
    width: 12rem;
    font-weight: 600;
}

.homeStatisticsResume{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.homeStatisticResumeText{
    font-weight: 700;
    font-size: 2rem;
    color: var(--detailYellow);
    text-transform: uppercase;
}

.homeStatisticResumeNum{
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.589);
    font-size: 2rem;
    border: 2px solid var(--detailYellow);
    padding: 0.1rem 2rem;
    border-radius: 8px;
}

.homeNewsSection{
    padding-bottom: 2rem;
}

.homeNewsSection h2{
    font-size: 2rem;
    width: 50%;
    margin: auto;
    padding: 2rem;
    text-align: center;
}

.homeNewsHolder{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.leftNewsHolder{
    width: 50%;
}

.mainNew{
    position: relative;
    margin: .2rem 0;
    overflow: hidden;
}

.cardImage{
    display: block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
}

.cardImage:hover  {
    transform: scale(110%);
    
}

.mainTitleHolder{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    padding: 12px 16px;
    box-sizing: border-box;
}

.mainNewTitle{
    margin: 0;
    color: black;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.secondNews{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.4%;
}

.secondNew{
    overflow: hidden;
    position: relative;
    border: 1px solid grey;
}

/*<----- MOBILE -------> */

@media (max-width: 768px){

.hero-slider {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.banner2Text{
    top: 20%;
    left: 40%;
}

.banner3Text{
    font-size: clamp(2rem, 8dvw, 7rem);
}

.banner4Text{
    font-size: clamp(2rem, 8dvw, 7rem);
}

.homeStatisticSection{
    padding: 1rem 0.2rem;
    background-image: linear-gradient( var(--hoverRed), var(--mainRed));
}

.homeStatisticArticle{
    width: 96%;
    margin: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.425), black);
    color: var(--patternWhite);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homeStatisticTitle{
    width: 90%;
    text-align: center;
    margin-top: 0.5rem;
    text-transform: uppercase;
    color: var(--detailYellow);
}

.homeStatisticsHolder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}

.homeStatisticsInside{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homeStatisticItem{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: bottom;
    padding: 1rem;
}

}

/*<---------------- Desktop ----------> */

@media (min-width: 769px) {

.hero-slider {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.homeStatisticSection{
    padding: 1rem;
    background-image: linear-gradient( var(--hoverRed), var(--mainRed));
}

.homeStatisticArticle{
    padding: 1rem 0 1rem 0;
    width: 50%;
    min-width: fit-content;
    margin: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.425), black);
    color: var(--patternWhite);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.homeStatisticTitle{
    text-align: center;
    text-transform: uppercase;
    color: var(--detailYellow);
}

.homeStatisticsHolder{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.homeStatisticsInside{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.homeStatisticItem{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: bottom;
    padding: 2rem;
}

.topLeft{
    border-right: 2px solid var(--detailYellow);
    border-bottom: 2px solid var(--detailYellow);
}

.topRight{
    border-bottom: 2px solid var(--detailYellow);
}

.bottomLeft{
    border-right: 2px solid var(--detailYellow);
}
}