.header-container-section{
    width: 100vw;
    position: relative;
}
.swiper-slider-header{
    height: 560px
}
.img-slider{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.text-container-header{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.text{
    padding: 0 263px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.title-header{
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 64px;
    letter-spacing: -0.25px;
    text-align: center;
}

.home .description-header{
    font-size: 1rem;
    font-weight: 600;
    color: white;
    text-align: center;
}

.button-header {
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.button-header>a{
    color:white;
    text-decoration: none;
    font-size: 0.87rem;
    font-weight: 500;
    padding: 10px 34px;
    border-radius: 100px;
    background-color: #29A5F7;
    width: fit-content;

}
.button-header:hover{
    opacity: 0.7;
}


.swiper-slider-header{
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 0.7);
    --swiper-pagination-bottom: 18px;
}

@media screen and (max-width:1245px) {
    .text{
        padding: 0 100px;
    }
}

@media screen and (max-width:1024px) {
    .text{
        padding: 0 15px;
    }
}
@media screen and (max-width:640px) {
    .swiper-slider-header{
        height: 850px;
    }
    .text-container-header{
        padding: 100px 0 ;
    }
   .text-container-header{
    justify-content: start;
   }
   .title-header,.description-header{
    text-align: center;
   }
   .button-header{
    margin: 0;
       text-align: center;
   }

   .title-header{
     font-size: 2.5rem;
   }
   .description-header{
     font-size: 0.87rem;
   }

   .text{
     gap: 40px;
   }
}
