/* hsliderLaser SEZIONE hsliderLaser */

.hsliderLaser-sezione {
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
}

/* hsliderLaser CONTAINER */

.hsliderLaser-container {
    border-radius: 32px;
    background-color: #efefef;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.hsliderLaser-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-left: 50px;
    padding-right: 50px;
}

/* hsliderLaser LOGO */


.hsliderLaser-col-half {
    width: 50%;
    box-sizing: border-box;
    max-width: 700px;
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;

}
.hsliderLaser-col-half-2 {
    width: 50%;
    box-sizing: border-box;
    max-width: 700px;
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
}


.hsliderLaser-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hsliderLaser BOTTONE E TITOLO */

.btn-discover.btn-hsliderLaser {
    padding-bottom: 46px;
}

.hsliderLaser-title {
    font-family: Inter, sans-serif;
    font-size: 45px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.hsliderLaser-title-column {
    width: calc(100% - 180px);
}

/* hsliderLaser CAROSELLO IMMAGINI */


.hsliderLaser-image-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}
.hsliderLaser-image-container2 {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.hsliderLaser-carousel {
    position: relative;
    overflow: visible;
}

.hsliderLaser-custom-carousel-inner.slide {
    transition: transform 0.5s ease-in-out;
}



/* hsliderLaser DESCRIZIONE */



.title-hsliderLaser {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-top: 20px;
}

.description-hsliderLaser {
    color: #000000;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-top: 10px; 
}

.hsliderLaser-carousel-image {
    width: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.btn-discover.btn-hsliderLaser {
    display: inline-block;
    padding: 10px 35px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 27px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-discover.btn-hsliderLaser:hover {
    color: white;
    background-color: black;
}

#hsliderLaserCarousel {
    position: relative;
    overflow: visible;
}

#hsliderLaserCarousel .hsliderLaser-carousel-inner {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}

#hsliderLaserCarousel .hsliderLaser-carousel-item {
    position: relative;
    display: none;
    width: 100%;
    backface-visibility: hidden;
}

#hsliderLaserCarousel .hsliderLaser-carousel-item.active {
    display: block;
}

#hsliderLaserCarousel .hsliderLaser-carousel-indicators {
    position: relative;
    text-align: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    bottom: -48px;
}

#hsliderLaserCarousel .hsliderLaser-carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

#hsliderLaserCarousel .hsliderLaser-carousel-indicators button.active {
    background-color: #000;
    transform: scale(1.1);
}

#hsliderLaserCarousel .hsliderLaser-carousel-indicators button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* MEDIA QUERIES */



/* < 369PX */
@media (max-width: 368px) {
    .hsliderLaser-title  {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .hsliderLaser-title  {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .hsliderLaser-title  {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .hsliderLaser-title  {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .hsliderLaser-title  {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .hsliderLaser-title  {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .hsliderLaser-title  {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .hsliderLaser-title  {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .hsliderLaser-title  {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .hsliderLaser-title  {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .hsliderLaser-title  {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .hsliderLaser-title  {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .hsliderLaser-title  {
        font-size: 43px;
        line-height: 51px;
    }
}



/*  Da 369px a 374px */
@media (max-width: 369px) {
    .title-hsliderLaser {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .title-hsliderLaser {
        line-height: 28px;
        font-size: 20px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .title-hsliderLaser {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .title-hsliderLaser {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .title-hsliderLaser {
        line-height: 34px;
        font-size: 26px;
    }
}

@media (max-width: 1128px) {
    .description-hsliderLaser {
        font-size: 16px;
        line-height: 22px;
    }

    .description-hsliderLaser {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .description-hsliderLaser {
        line-height: 20px;
        font-size: 14px;
    }
}


/* <=409px */

@media (max-width: 495px) {
    .hsliderLaser-flex-row {
        max-width: 495px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* <=699px */

@media (max-width: 699px) {
    .hsliderLaser-col-half,
    .hsliderLaser-col-half-2 {
        width: 100%;
    }

    .hsliderLaser-col-half-2 {
        justify-content: flex-start;
    }
    .hsliderLaser-flex-row {
        flex-direction: column;
        max-width: 699px;


    }
    .hsliderLaser-title-column {
        width: 100% !important;
    }
    .hsliderLaser-hsliderLaser-title {
        padding-bottom: 30px;
    }
    .hsliderLaser-hsliderLaser-links {
        font-size: 15px;
        line-height: 18px;
        gap: 16px;
    }

    .hsliderLaser-image-container{
        padding-right: 0px;
    }
    .hsliderLaser-image-container2{
        padding-left: 0px;
        padding-top: 0px;
    }
}




@media (max-width: 890px) {
    .btn-discover.btn-hsliderLaser {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 12px;
    }
}
/* <=768px 

@media (max-width: 768px) {
    .hsliderLaser-description-content {
        padding-left: 0px;
        padding-top: 20px;
    }
    .hsliderLaser-padding-right {
        padding-right: 0;
        padding-bottom: 24px;
    }
    .hsliderLaser-image-container {
        width: 100%;
        height: auto;
        max-height: 500px;
    }
}

/* <=825px 

@media (min-width: 700px) and (max-width: 825px) {
    .hsliderLaser-carousel-image {
        width: 80%;
    }

    .hsliderLaser-flex-row {
        padding-left: 30px;
        padding-right: 0px;
    }
}

@media (max-width: 825px) {
    .hsliderLaser-description-content p {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media (min-width: 826px) and (max-width: 1100px) {
    .hsliderLaser-carousel-image {
        width: 90%;
    }

    .hsliderLaser-flex-row {
        padding-left: 30px;
        padding-right: 0px;
    }


} */

@media (max-width: 409px) {
    .hsliderLaser-sezione {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .hsliderLaser-sezione {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hsliderLaser-sezione {
        padding-left: 30px;
        padding-right: 30px;
    }
}

