/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
body {
line-height:1;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:none;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0;
}

/*END RESET*/
@font-face {
    font-family: 'montserratblack';
    src: url('../font/montserrat-black.woff2') format('woff2'),
            url('../font/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold.woff2') format('woff2'),
            url('../font/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../font/montserrat-light.woff2') format('woff2'),
            url('../font/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../font/montserrat-regular.woff2') format('woff2'),
            url('../font/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'montserratbold';
    background:#fff;
}
.clear{
    clear: both;
}
::selection{
    background:#282828;
    color: #c6c6c6;
}


/* START CUSTOM*/
.site-header-image{
    margin: 0!important;
}
.site-header{
    display: none;
}
.header{
    background: #282828;
    height: 500px;
    margin: 0;
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: white; 
    z-index: 1;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none; 
  }
  
.header > *:not(video) {
    position: relative;
    z-index: 1;
}

.header .logoasia{
    margin: 0;
    width: 200px;
}
.header .logoasia img{
    width: 120px;
    margin: 20px 0 40px 0 ;
}
.header h1{
    font-family: 'montserratbold';
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    text-transform: none;
    text-align: left;
}
.header h1 em{
    font-style: normal;
}
.header h2{
    font-family: 'montserratlight';
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 20px 0;
    text-transform: none;
    width: 80%;
    text-align: left;
}


/* SLIDER */
.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 200px 0;
}
.slider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider li {
    min-width: 25%;
}
.slider li a img {
    cursor: zoom-in;
}
.slider img {
    width: 100%;
    height: auto;
    display: block;
}
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}
.slider-container:hover .slider-prev,
.slider-container:hover .slider-next {
    opacity: 1;
}

.slider-prev img, .slider-next img {
    width: 30px;
    height: auto;
}


/* SMARTPHONE */
.smartphone-title-hl{
    text-align: center;
    margin: 40px 0 0 0;
}
.smartphone-title-hl h3{
    font-family: 'montserratregular';
    font-size: 14px;
    margin: 80px 0 10px 0;
    color:#282828;
    text-transform: uppercase;
}
.smartphone-title-hl h2{
    font-family: 'montserratbold';
    font-size: 34px;
    margin: 15px 0;
    color:#282828;
    text-transform: none;
}
.smartphone-title-hl p{
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.smartphone-hl{
    width: 940px;
    margin: 20px auto;
}
.smartphone-hl .column-left{
    width: 300px;
    float: left;
    margin: 80px 20px 0 0;
}
.smartphone-hl .column-center{
    width: 300px;
    float: left;
    margin: 0 auto;
}
.smartphone-hl .column-right{
    width: 300px;
    float: left;
    margin: 80px 0 0 20px;
}
.smartphone-hl .column-center img{
    width: 300px;
    margin: 0 auto;
}
.smartphone-hl .column-left ul li{
    text-align: right;
    margin: 30px 0 0 0;
}
.smartphone-hl .column-right ul li{
    text-align: left;
    margin: 30px 0 0 0;
}
.smartphone-hl .column-left ul li p.title, .smartphone-hl .column-right ul li p.title{
    font-family: 'montserratregular';
    font-size: 18px;
    margin: 10px 0;
    color: #282828;
}
.smartphone-hl .column-left ul li p.description, .smartphone-hl .column-right ul li p.description{
    font-family: 'montserratregular';
    font-size: 13px;
    line-height: 20px;
    color: #8e8e8e;
}
.column-left ul li span img, .column-right ul li span img{
    width: 50px;
}
/* CONTENT HL*/

.content-hl{
    margin: 10px 40px;
}
.content-hl ul{
    width: 24%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 5px 5px #e3e3e3;
    margin: 20px 10px 0 0;
    float: left;
}
.content-hl ul li{
    margin: 10px;
    padding: 10px;
}
.content-hl ul li img{
    width:50px;
    height: auto;
}
.content-hl ul li.title{
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 20px;
    color: #282828;
    padding: 0 10px;
}
.content-hl ul li.description{
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 20px;
    color: #8e8e8e;
    padding: 0 10px 20px 10px;
}
.content-title-hl{
    text-align: left;
    margin: 0 40px 20px 40px;
}
.content-title-hl h3{
    font-family: 'montserratregular';
    font-size: 14px;
    margin: 80px 0 10px 0;
    color:#282828;
    text-transform: uppercase;
}
.content-title-hl h2{
    font-family: 'montserratbold';
    font-size: 34px;
    margin: 15px 0;
    color:#282828;
    text-transform: none;
}
.content-title-hl p{
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    text-align: left;
    margin: 0;
}

/* GALLERIA*/
.gallery{
    text-align: center;
}
.gallery h3{
    font-family: 'montserratregular';
    font-size: 14px;
    margin: 0 0 10px 0;
    color:#282828;
    text-transform: uppercase;
}
.gallery h2{
    font-family: 'montserratbold';
    font-size: 34px;
    margin: 15px;
    color:#282828;
    text-transform: none;
}
.gallery p{
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
/* Contenitore principale dello slider */
.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

/* Lista delle immagini slider */
.slider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Ogni immagine ora occupa il 25% della larghezza (4 immagini alla volta) */
.slider li {
    min-width: 50%;
}

/* Stile delle immagini */
.slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* Freccette "Prev" e "Next" */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

/* Mostra le frecce solo al passaggio del mouse sullo slider */
.slider-container:hover .slider-prev,
.slider-container:hover .slider-next {
    opacity: 1;
}

.slider-prev img, .slider-next img {
    width: 30px; /* Dimensione dell'icona */
    height: auto;
}




/* highlights 1 E 2*/
.highlights{
    margin: 180px 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.highlights-1 .highlights-img{
    background: url(https://www.michelemerone.it/wp-content/themes/reframe/page-asia/img/highlights1.png);
    background-size: auto;
    background-position: center;
    width: 50%;
    height: 450px;
    float:left;
}
.highlights-2 .highlights-img{
    background: url(https://www.michelemerone.it/wp-content/themes/reframe/page-asia/img/highlights2.png);
    background-size: auto;
    width: 50%;
    height: 450px;
    float:left;
}
.highlights-3 .highlights-img{
    background: url(https://www.michelemerone.it/wp-content/themes/reframe/page-asia/img/highlights3.png);
    background-size: auto;
    background-position: top left;
    width: 50%;
    height: 450px;
    float:left;
}
.highlights-4 .highlights-img{
    background: url(https://www.michelemerone.it/wp-content/themes/reframe/page-asia/img/highlights4.png);
    background-size: auto;
    background-position: top center;
    width: 50%;
    height: 450px;
    float:left;
}
.highlights-1 .highlights-text, .highlights-3 .highlights-text{
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 40px;
}
.highlights-2 .highlights-text, .highlights-4 .highlights-text{
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 40px;
}
.highlights-2 h2, .highlights-4 h2{
    float: right;
}
.highlights-1 h2, .highlights-3 h2{
    float: left;
}
.highlights-text p.right{
    float: right;
    width: 90%;
}
.highlights-text p.left{
    float: left;
    width: 90%;
}
.highlights-text h3{
    font-family: 'montserratregular';
    font-size: 14px;
    margin: 16% 0 10px 0;
    color:#282828;
    text-transform: uppercase;
}
.highlights-text h2{
    font-family: 'montserratbold';
    font-size: 34px;
    margin: 15px 0;
    color:#282828;
    text-transform: none;
    width: 68%;
}
.highlights-text p{
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin: 0;
}
.highlights-text a{
    background: #282828;
    color: #fff;;
    padding:20px;
    border-radius: 5px;
    margin: 0;
    display:inline-block;
    text-decoration: none;
    margin: 10px 0 0 0;
}
.highlights-text a:hover{
    background: #282828;
}

#chatbot-open-btn {
    background: #282828 !important;
    color: #fff;
    font-family: 'montserratbold', sans-serif;
    font-size: 16px;
    height: 60px;
    min-width: 200px;
    padding: 0 70px 0 20px; /* spazio per immagine a destra */
    border-radius: 10px 10px 0 0 !important;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    bottom: 0 !important;
    right: 20px !important;
}

/* Immagine a destra */
#chatbot-open-btn::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url('../img/logo-asia.png') no-repeat center center;
    background-size: contain;
}












/*CSS SMARTPHONE*/


@media screen and (min-width: 200px) and (max-width: 600px) {
    .header .logoasia{
        margin: 0 auto;
        width: 120px;
    }
    .header .logoasia img{
        width: 120px;
        margin: 20px auto 10px auto ;
    }
    .header h1{
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        text-align: center;
        font-size: 34px;
        line-height: 41px;
        height: 140px;
    }
    .header h2{
        font-size: 16px;
        line-height: 22px;
        width: auto;
        margin: 10px 0;
        text-align: center;
    }
    .header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background-color: rgba(3, 3, 3, 0.8); /* Colore #282828 con opacità del 60% */
        z-index: 1;
    }
    .header * {
        z-index: 2;
    }
    .content-title-hl h2, .content-title-hl h3, .content-title-hl p{
        text-align: center;
    }
    .content-hl ul{
        width: 100%;
    }
    .smartphone-title-hl p{
        width: 80%;
    }
    .smartphone-hl{
        width: auto;
    }
    .smartphone-hl .column-left ul{
        margin: 10px 0 0 0;
    }
    .smartphone-hl .column-left ul li, .smartphone-hl .column-right ul li{
        text-align: center;
    }
    .smartphone-hl .column-left, .smartphone-hl .column-center, .smartphone-hl .column-right{
        float: none;
        margin: 0 auto;
    }
    .highlights{
        margin: 80px 0 0 0;
    }
    .highlights-text h2{
        font-size: 28px;
        width: 90%;
        margin: 0 auto;
    }
    .highlights-text h3{
        margin: 50px 0 10px 0;
    }
    .highlights-1,  .highlights-2,  .highlights-3,  .highlights-4{
        border: 1px solid #e3e3e3;
    }
    .highlights-1 a, .highlights-1 h2, .highlights-2 a, .highlights-2 h2, .highlights-3 a, .highlights-3 h2, .highlights-4 a, .highlights-4 h2, .highlights-text p.left, .highlights-text p.right{
        float: none;
    }
    .highlights-1 .highlights-img, .highlights-1 .highlights-text, .highlights-2 .highlights-img, .highlights-2 .highlights-text, .highlights-3 .highlights-img, .highlights-3 .highlights-text, .highlights-4 .highlights-img, .highlights-4 .highlights-text{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .highlights-1 .highlights-text, .highlights-2 .highlights-text,  .highlights-3 .highlights-text, .highlights-4 .highlights-text{
        margin: 0 0 30px 0;
    }
    .highlights-text p{
        margin: 20px auto;
        width: 80%;
    }
    .gallery{
        margin: 80px 0 0 0;
    }
    .slider li{
        min-width: 50%;
    }
    .gallery p{
        width: 80%;
    }
    
    .slider li {
        min-width: 100%;
    }

    
}



@media screen and (min-width: 2800px) and (max-width: 3600px) {

    #container{
        max-width: 1400px;
        margin: 0 auto;
        background: #fff;
        border-right:1px solid #e3e3e3;
        border-left:1px solid #e3e3e3;
    }
    #colophon{
        max-width: 1400px;
        margin: 0 auto;
        border-right:1px solid #e3e3e3;
        border-left:1px solid #e3e3e3;
    }
    
}

