/*--- Start Variabili custom ---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--main-color: #000000;
	--accent-color: #6199c1;
	--main-font: 'Barlow', sans-serif;
	--alt-font: 'Barlow', sans-serif;
	--accent-font: 'Barlow', sans-serif;
	--body-font-size: 16px;
	--body-line-height: 22px;
}
  
/* utilizzo: var(--nome-variabile); */

/*--- Variabili custom applicate ---------------------------------*/

body {
  font-size: var(--body-font-size);
  font-family: var(--main-font);
  line-height: var(--body-line-height);
  color: var(--main-color);
}

.border-color-main-color {
	border-color: var(--main-color) !important
}

.bg-accent-color-transparent {
    background-color: #1a688e85;
}
.border-color-accent-color {
	border-color: var(--accent-color) !important
}

.btn, .mfp-close, .slider-vertical .swiper-number-pagination, .tooltip-inner, .home-spa-salon .tp-tab-title {
  font-family: var(--main-font);
}

.text-main-color {
  color: var(--main-color)
}



.text-accent-color {
  color: var(--accent-color)
}

.border-radius-top-6px{
	border-radius: 6px 6px 0px 0px;
}

.border-radius-bottom-6px{
	border-radius: 0px 0px 6px 6px;
}

.bg-main-color {
  background-color: var(--main-color)
}


.bg-main-color-transparent {
    background-color: var(--main-color);
    opacity: .5 !important;
}

.prima .bg-color-transparent {
	background-color: var(--blog-prima);
	opacity: .2;
}
.seconda .bg-color-transparent {
	background-color: var(--blog-seconda);
	opacity: .2;
}
.terza .bg-color-transparent {
	background-color: var(--blog-terza);
	opacity: .2;
}

.bg-accent-color {
  background-color: var(--accent-color)
}

.main-font {
  font-family: var(--main-font) !important
}

.accent-font {
  font-family: var(--accent-font) !important
}

.alt-font {
  font-family: var(--alt-font) !important
}

.btn.btn-main-color {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.btn.btn-main-color:focus, .btn.btn-main-color:hover {
    background: 0 0;
    color: var(--main-color);
}


/*--- Variabili custom applicate ---------------------------------*/

.category {
    position: absolute;
    top: 23px;
    right: 23px;
    font-size: 11px;
    line-height: 14px;
    background: rgba(23,23,23,.75);
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 6px 13px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.bg-gradient-bianco {
    background-image: linear-gradient(to top, #ffffff05, #ffffff, #ffffff);
}

.bg-gradient-lasco-01 {
    background-image: linear-gradient(to right top, #2189a4, #65a4c3, #feb95b);
}

.bg-gradient-lasco-02 {
    background-image: linear-gradient(to right top, #feb95b, #65a4c3, #dd6b6d);
}

.bg-gradient-lasco-03 {
    background-image: linear-gradient(to right top, #feb95b, #dd6b6d, #e0ebf1);
}


#about {
    height: 400px !important;
}



.alt-font strong {
    font-weight: 700;
}

.overlap-image {
    margin-bottom: -120px;
}

/* BG color*/

.bg-lasco-01 {
    background: #ea6367;
}
.bg-lasco-02 {
    background: #f3ab4b;
}
.bg-lasco-03 {
    background: #13849e;
}
.bg-lasco-04 {
    background: #73aaca;
}

/* TXT color*/

.txt-lasco-01 {
    color: #ea6367;
}
.txt-lasco-02 {
    color: #f3ab4b;
}
.txt-lasco-03 {
    color: #13849e;
}
.txt-lasco-04 {
    color: #73aaca;
}

/* immagini per mobile ----------------- */

.img-mobile{
   display: none;
}

@media only screen and (max-width: 778px){
   .img-desktop{
     display: none;
   }

   .img-mobile{
     display: block;
   }
}

/* immagini per mobile ----------------- */


.swiper-slide .feature-box-bg-white-hover:hover {
    background-color: #f3ab4b !important;
    border-color: #f3ab4b !important;
}
.navbar-dark .navbar-brand {
    width: 100%;
}


.bg-top-page-1 {
    background-image: url("../images/bg-top-page-1.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 650px;
}

.bg-top-page-2 {
    background-image: url("../images/bg-top-page-2.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 650px;
}

.bg-top-page-3 {
    background-image: url("../images/bg-top-page-3.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 650px;
}

.bg-top-page-9 {
    background-image: url("../images/bg-top-page-9.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-top-page-eu {
    background-image: url("../images/bg-top-page-eu.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 650px;
}
.bg-top-page-oi {
    background-image: url("../images/bg-top-page-oi.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 650px;
}

.bg-top-page-4 {
    background-image: url("../images/bg-top-page-4.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 400px;
}

.bg-top-page-6 {
    background-image: url("../images/bg-top-page-6.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    min-height: 400px;
}

.cd-words-wrapper b {
    font-weight: 900;
}

.margin-140px-bottom {
  margin-bottom: 140px
}

.padding-txt-slide{
    padding-left: 65px;
}

.accordion-style-02 a:hover {
    color: #ff7a56;
}

.accordion-style-02 .panel .panel-heading {
    border-bottom: 1px solid #e1e1e1;
}


.border-color-lasco-4 {
  border-color: #73aaca !important
}
      



@media (max-width:778px) {
   .padding-txt-slide{
    padding-left: 15px;
} 
    
.margin-140px-bottom {
  margin-bottom: 40px
}
    
.navbar.navbar-boxed {
    padding-left: 15px;
    padding-right: 15px;
}
     
    
 .bg-top-page-3 {
    background-position-y: -0px;
    background-position-x: -835px;
} 
    
h1 {
    font-size: 4rem;
}
    
}

[data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
background-image: linear-gradient(to right top, rgba(228, 36, 100), rgba(237, 60, 95), rgba(244, 79, 92), rgba(250, 98, 89), rgba(255, 115, 87));
}

@media screen and (max-width: 575px) {
[data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-collapse {
    background-image: url("../images/logo-dryce.svg");
    background-position-x: 15px;
    background-position-y: 18px;
    background-repeat: no-repeat;
    background-size: 123px;
}
    }
header .navbar .navbar-brand img, header .sidebar-nav-menu .navbar-brand img, header.side-menu .logo img {
    max-height: 42px;
}

.bg-gradient-organolus {
    background: rgb(102, 36, 131);
    background: linear-gradient(45deg, var(--main-color) 20%, var(--accent-color) 100%);
}

.border-color-black-transparent {
    border-color: rgb(0 0 0 / 30%) !important;
}
.bg-pure {
background:#d2b593;
}

.text-pure {
color:#d2b593 !important;
}

.border-color-pure {
    border-color: #d2b593 !important;
}

.text-border-color-pure {
    -webkit-text-stroke-color: #d2b593;
}

/* ---------------- before after */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-title {
    text-align: center;
    margin: 1rem 0.5rem;
}

.top-title span {
    font-style: italic;
    font-size: 1.5rem;
}

@media all and (max-width: 479px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 700px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (max-width: 599px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 800px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1000px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .mainSection {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 1100px;
        padding: 10px;
    }
    .bal-container {
        margin: 10px 0;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 500px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}

@media all and (min-width: 1199px) {
    .mainSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        height: 400px;
        padding: 10px;
    }
    .bal-container {
        margin: 0 10px;
    }
}


/* Before After Container */

.bal-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bal-after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bal-before {
    display: block;
    position: absolute;
    top: 0;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}

.bal-before-inset {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.bal-after img,
.bal-before img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bal-beforePosition {
    background: #121212;
    color: #fff;
    left: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.bal-afterPosition {
    background: #121212;
    color: #fff;
    right: 0;
    pointer-events: none;
    border-radius: 0.2rem;
    padding: 2px 10px;
}

.beforeLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.afterLabel {
    position: absolute;
    bottom: 0;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* handle and arrow */

.bal-handle {
    height: 41px;
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -21px;
    border: 2px solid #fff;
    border-radius: 1000px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.handle-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.bal-handle::before {
    bottom: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
    top: 50%;
    margin-top: 20.5px;
    box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
    content: " ";
    display: block;
    width: 2px;
    background: #fff;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

.shop-size li > input[type=radio] + label span {
    height: auto;
    width: 94%;
    line-height: unset;
    border-radius: 8px;
    margin-right: 0px;
    padding: 22px;
    border: 3px solid #23232300;
    background: none;
}

.shop-size li > input[type=radio]:checked + label span {
    border: 3px solid #6199c1;
    color: #232323;
}

.shop-size li {
    text-align: center;
}

.tipo-prodotto  input[type=radio]:checked label + feature-box {
    border: 3px solid #232323;
    color: #232323;
}

.terra-aria {
        height: 55px;
        display: flex;
        align-items: center;
}

@media (max-width: 767px) {
    #avviadesktop {
    display:none;
    }
    #avviamobile {
    display:block !important;
    }

    footer {
        padding-bottom: 200px;
    }

}

#avviamobile {
    position: fixed;
    bottom: 0;
    left: 0;
}