@font-face {
    font-family: 'Special Elite', cursive;
    src: url(SpecialElite-Regular.ttf);
  }
:focus {
    outline: -webkit-focus-ring-color auto 0 !important;
}

body {
 
    font-family: 'Special Elite', cursive;
    background: #ffffff;
}

#footer {
    background: rgb(234 234 234);
}

.main {
    opacity: 0;
}

.cc_container {
    background: #0f0a07 !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #c7ac4b !important;
    font-size: 1rem !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #ffffff !important;
    background-color: #c7ac4b !important;
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 1em !important;
}

.cc_container .cc_logo {
    display: none !important;
}

#c-p-bn{
    background: #725019 !important;
}

/*para*/

#hero, #hero2 {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-after:before {
    content: "";
    background: url(/assets/img/fe2.jpg), linear-gradient(
360deg, black, transparent);
    /* background-attachment: fixed; */
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
  
    bottom: 0;
    left: 0%;
    
    background-blend-mode: overlay;
    background-position: center;
}

#content {
    background-color: #130d0a;
}

.layer, .layer2 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
}

.text-header {
    font-size: 50px;
    text-align: center;
}

.layer-bg {
    background-image: url('/assets/img/hero1.jpg');
    background-size: cover;
}

.layer-bg-civile {
    background-image: url('/assets/img/giallo.jpg');
    background-size: cover;
    background-position: center;
}

.layer-1 {
    background-image: url('/assets/img/hero1.jpg');
    background-position: left bottom;
}

.layer-2 {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_02.png');
}

.layer-3 {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_man.png');
    background-position: right bottom;
}

.layer-4 {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_01.png');
}

.layer-overlay {
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/272781/ilu_overlay.png');
}

@media only screen and (max-width: 768px) {
    .layer-1 {
        background-position: 26% bottom;
    }
    .layer-3 {
        background-position: 35% bottom;
    }
}

.div-desc {
    padding: 0 7%;
}

.img-camere {
    background-image: url(/assets/img/151.JPG);
    min-height: 750px;
   box-shadow: 35px 35px 0px #2323234d;
    background-size: contain;
    background-position: center;
   
    border-radius: 22px;

}
.img-camere2 {
    background-image: url(/assets/img/fe1.jpg);
    min-height: 55vh;
    /* box-shadow: 35px 35px 0px #c7ac4b; */
  
    background-size: cover;
    background-position: center;
    border-radius: 22px;
}

.img-servizi {
    box-shadow: -35px -35px 0px #fff;
    background-image: url(/assets/img/servizi.jpg);
    height: 500px;
    border-radius: 22px;
}

@media only screen and (max-width: 768px) {
    .d-n-mobile {
        display: none;
    }
    .div-desc {
        padding: 20% 0 10%;
    }
    .invert-col-mob {
        flex-direction: column-reverse;
    }
    .img-camere {
        background-image: url(/assets/img/hero1.jpg);
        height: 450px;
        box-shadow: 25px 25px 0px #232323;
    }
    .img-servizi {
        box-shadow: -25px -25px 0px #fff;
        background-image: url(/assets/img/servizi.jpg);
        height: 400px;
    }
}

.button-pri {
    color: #bca24e;
    background-color: #ffffff;
    /* border-color: #ffffff; */
    border: 0;
    border-bottom: solid 1px #bca24e;
    padding: 8px 50px;
    border-radius: 0;
    border-top: solid 1px #bca24e;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
}

#scroll-down {
    display: block;
    position: absolute;
    padding-top: 100px;
    text-align: center;
    right: 20px;
    bottom: 0;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #161616;
    border-right: 2px solid #161616;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate( 135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate( 135deg);
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100px;
    background: #161616;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*para*/

.img {
    width: 100%;
    object-fit: cover;
}

.section-attivita {
    background: #fff;
    padding: 5%;
}

.section-alloggi {
    padding: 6% 10%;
    height: 20vh;
    display: flex;
    background: #724f198f;
    background-blend-mode: overlay;
    position: relative;
    background-size: cover;
    align-items: center;
}

.section-pubblicazioni {
    background: #fff;
    padding: 10% 5%;
}

.section-pubblicazioni .row {
    max-width: 900px;
    margin: auto;
}

.card-img-top {
    border-radius: 0;
}

.civile-descrizione {
    background: #fff;
    padding: 10% 5%;
}

.gia {
    color: #fffcef;
}

.ico {
    height: 70px;
    width: auto;
    margin-bottom: 15px;
}

.image-trans {
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #000000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px) scale(0, 1);
}

.fadin {
    opacity: 0;
    /*transform: translateY(25px);*/
    transition: all 0.9s ease;
}

.title_section {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    --duration: 400ms;
    --delay: calc(var(--duration) / 2);
    --ease: cubic-bezier(0.25, 1, 0.5, 1);
}

.fix {
    position: absolute;
    top: 30px;
    left: 20%;
    font-size: 50px;
    color: #fff;
}

.fade_active {
    opacity: 1;
    /*  transform: translateY(0);*/
}

.aft:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #3a21007e;
}

.logo {
    height: 60px;
    object-fit: contain;
    padding: 0px;
    max-width: 100%;
    opacity: 0;
}

.logo-hero {
    object-fit: contain;
    padding: 0px;
    max-width: 200px;
}

.logohome {
    height: 150px;
    object-fit: contain;
}

.brushdown {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.brushup {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -1px;
    left: 0;
    transform: rotate(
        180deg);
}

/* arrow*/

.arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/* arrow */

/*2 HOVER*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #42b078;
    max-height: 300px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1000px) {
    .hovereffect a, .hovereffect p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hovereffect img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        cursor: default;
        background: #42b078;
    }
}

/*menu gsap*/

.menudrop menu ul {
    list-style: none;
    padding-inline-start: 0;
}

menu ul li {
    text-align: center;
    margin: 0.8rem auto;
    text-transform: uppercase;
    font-size: 1.65rem;
    opacity: 0;
    cursor: pointer;
    font-weight: 100;
}

menu ul li:nth-child(1) {
    color: #de0000;
}

menu ul li:hover {
    color: #de0000;
}

menu {
    width: 100%;
    margin: 80px auto;
    position: relative;
    text-align: center;
    padding: 0;
    overflow-y: scroll;
    height: -webkit-fill-available;
}

menu, menu a {
    color: #000;
}

menu a:hover {
    color: #835b1e;
    text-decoration: underline;
}

.sub_menu {
    font-size: 1.4rem;
}

.menudrop {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: #ffffff;
    z-index: 100;
    padding-bottom: 30px;
    left: 0;
    top: 0;
}

.icon-menu {
    font-weight: 900;
    padding-left: 2%;
    position: absolute;
    top: 10px;
    font-size: 1.3rem;
}

#hamburger {
    position: fixed;
    padding: 10px;
    top: 3px;
    right: 2%;
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
}

#hamburger:hover {
    width: 60px;
}

#hamburger span {
    width: 100%;
    height: 2px;
    background: #232323;
    display: block;
    margin: 7px auto;
}

#hamburger.on span {
    background-color: #000 !important;
}

#hamburger {
    transition: 0.3s;
}

#hamburger {
    animation: moveme 0.3s 2 alternate backwards;
}

@keyframes moveme {
    from {
        width: 65px;
    }
    to {
        width: 75px;
    }
}

@media only screen and (min-width: 576px) {
    menu ul li {
        font-size: 3.2rem;
    }
}

/*menu gsap*/

#header_fix {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .175) !important;
    background: #fff;
    padding: 5px;
}

header {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    /*BOX-SHADOW: -1px 7PX 13PX #d0d0d02e;*/
}
.row_phone {
    display: block;
    position: absolute;
    left: 0;
    width: -webkit-fill-available;
    opacity: 0;
}
.row_phone .col {
    width: 70% !important;
    background: #ffffff;
    margin: auto;
    text-align: center;
    box-shadow: 0px 7px 5px #0000000f;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 8px;
}
.row_phone a {
    font-family: serif;
    color: #725019;
}

a{
    color: #725019;  
}


.hero_mini {
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    position: relative;
    height: 50vh;
    margin: 0 auto;
    max-width: 100%;
    background: url(/assets/img/img2.jpg);
    background-size: cover;
}

hr {
    width: 50%;
    max-width: 141px;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgb(0 0 0 / 28%);
}

.specifica {
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100) !important;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.logobianco {
    opacity: 0;
    height: 100px;
    object-fit: contain;
    padding: 0px;
    max-width: 100%;
}

.home-d {
    background: url(/assets/img/dimo.jpg);
    background-size: cover;
}

.home-a {
    background: url(/assets/img/aperi.jpg);
    background-size: cover;
}

.inverso {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 576px) {
    menu ul li {
        font-size: 25px;
    }
}

.arrow-scroll {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.arrow-scroll-wrapper {
    animation: arrow-scroll 1.7s infinite ease;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    margin: 10px;
}

@keyframes arrow-scroll {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    55% {
        transform: translateY(-10px);
    }
}

.specifica {
    min-height: -webkit-fill-available !important;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    max-width: 100%;
}

/* TEsti
=========================== */

h1 {
    line-height: 120%;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.8rem;
}

hr {
    width: 50%;
    max-width: 141px;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.h3, h3 {
    font-size: 1.4rem;
}

.section-servizi h1, .section-pubblicazioni h1 {
    margin-bottom: 4rem;
    padding-top: 2rem;
}

p {
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.5;
    font-family: 'Cantarell', sans-serif;
}

strong {
    font-weight: 900;
    text-transform: uppercase;
}

.pfirst {
    line-height: 2.3;
    text-align: justify;
}

.cursive {
    font-size: .95rem;
    font-weight: 700;
    font-style: italic;
}

.title_slide {
    font-size: 2.3rem;
}

.title-subheader {
    font-size: 2.2rem;
    color: #f9eed9;
}

.title-section {
    padding-bottom: 30px;
}

.light {
    color: #ccc6bd;
}

.hard-light {
    color: #ffffff;
}

.light-back {
    background: #f7f0e8;
}

.dark {
    color: #5d5d5d;
}

.hard-dark {
    color: #000000;
}

.dark-back {
    background: #5e5b57;
}

.giallo {
    color: #232323;
}

/*reveal on scroll overlay img*/

.image {
    margin: auto;
    position: relative;
    width: 300px;
    height: 300px;
}

.image-trans {
    position: fixed !important;
    width: 300px;
    height: 100vh !important;
    backface-visibility: hidden;
    background-color: #5e5b57;
    height: 100%;
    width: 100%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px) scale(0, 1);
    transform-origin: top right;
}

.image-transtop {
    position: fixed !important;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #e9e1da;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px) scale(0, 1);
}

.image-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('https://i.ebayimg.com/images/g/WVUAAOSw7NNUIWUi/s-l500.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -30px 0;
    opacity: 0;
    transition: all .5s ease;
}

.btn{
    line-height: unset;
}
.btnhome{
color: #fff; 
opacity:0;
    padding: 6px 15px 1px;
    background: #00000075;
    border: solid 1px #fff;
    border-radius: 0;
}
.btnhome:hover{
    color: #fff; 
}

.btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #007bff00;
    border-radius: 0;
    padding: 5px 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #778c9e00;
    border-color: #ffffff;
    border: 0;
    border-bottom: solid 1px;
    border-radius: 0;
}

.btn-secondary:hover {
    color: #5b5b5b;
    background-color: #fffae6;
    border-color: #545b62;
}

.section-servizi .blocco {
    margin: 30px 0;
}

.section-camere {
    padding: 6% 10% 10%;
}

.section-servizi {
    background: #724e1a85;
    padding: 10%;
    padding-top: 0;
}

.section-prezzi {
    background: #ffffff;
    padding: 10%;
}

.servizi-desc {
    padding-right: 10%;
}

.section-galleria {
    background: #ffffff;
    padding: 5%;
}

.section-dove {
    padding: 10% 5%;
    background: #fff;
}

.contact {
    padding: 10% 5%;
    background: #fff;
}

.come {
    width: auto;
    max-height: 100px;
    padding-bottom: 20px;
}

.richiesta {
    padding: 15px;
    padding-left: 10%;
    margin-top: 50px;
}

.row-richiesta {
    padding-top: 10%;
}

@media only screen and (max-width: 768px) {
    .richiesta {
        padding: 15px;
        margin-top: 30px;
    }
    .section-galleria {
        background: #ffffff;
        padding: 15% 5%;
    }
    .servizi-desc {
        padding: 5%;
        padding-bottom: 60px;
    }
    .section-camere {
        padding: 10%;
    }
    .section-servizi {
        padding: 15% 10%;
    }
    .section-prezzi {
        padding: 15% 5%;
        background-color: #fff;
    }
    .section-attivita {
        background: #fff;
        padding: 20% 5% !important;
    }
    .section-dove {
        padding: 15% 5%;
        background: #fff;
    }
    .contact {
        padding: 15% 5%;
        background: #fff;
    }
    .info {
        text-align: center;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    margin: 10px 0;
}

/*reveal on scroll overlay img*/

/*==================================================================
  CODEPEN STYLES -(under codepen gear/setting icon)
  ==============================================++++++================*/

.tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
    background-color: white;
}

.tippy-backdrop {
    background-color: white;
}

.tippy-roundarrow {
    fill: white;
}

/* Default (sharp) arrow */

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
    border-top-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
    border-left-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
    border-right-color: #fff;
}

/* Round arrow */

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff;
}

.slider-produtos-wrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.home-section {
    height: 100vh !important;
}

.home-section:before {
    content: "";
    background: linear-gradient( 0deg, white, transparent);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.civile-section:before {
    content: "";
    background: linear-gradient( 0deg, white, transparent);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 75vh;
}

/*PHOTOSWIPE*/

figure img {
    transition: all .5s ease-in-out;
}

figure img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .divano figure {
        display: inline-block;
        width: 50%;
        padding: 0;
        padding: 10px;
    }
    .fade_active {
        text-align: center;
    }
}

@media (max-width: 768px) {
    figure {
        display: inline-block;
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }
}

@media (min-width:769px) {
    .hero-after:before {
        background-size: cover;
    }
}

@media (min-width: 769px) and (max-width:1100px) {
    figure {
        display: inline-block;
        width: 33.33%;
        padding-top: 10px;
    }
}

.my-gallery figcaption {
    display: none;
}

.scheda_indici {
    background: #fff;
    margin-top: 80px;
}

.blocco_divano, .row_blocco {
    padding: 15px;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1 !important;
}

.spacer {
    height: 5em;
}

.transition {
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.transition li {
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #131313;
    height: 100vh;
    z-index: 999;
    list-style: none;
}

/*PHOTOSWIPE*/

.pswp img {
    object-fit: contain;
}

.pswp__caption__center {
    text-align: center;
}

figure img {
    opacity: 1;
}

figure:before {
    content: "";
    padding-top: 80%;
    display: block;
}

figure {
    display: inline-block;
    width: calc(33.33% - 20px);
    float: left;
    margin: 10px;
    padding: 0px;
    position: relative !important;
    overflow: hidden;
  
    border-radius: 10px;
}

@media (max-width: 768px) {
    figure {
        display: inline-block;
        width: calc(100% - 20px);
    }
}

@media (min-width: 769px) and (max-width:1100px) {
    figure {
        display: inline-block;
        width: calc(50% - 20px);
    }
}

.imagega {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1 !important;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.spacer {
    height: 5em;
}

/*photoswipe*/

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

.faq {
    padding: 60px 0;
    background: #ffffff;
}

.faq #faq-list {
    padding: 0;
    list-style: none;
}

.faq #faq-list li {
    border-bottom: 1px solid #232323;
}

.faq #faq-list a {
    padding: 12px 0;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-right: 30px;
    letter-spacing: 1px;
    color: #232323;
}

.faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}

.faq #faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .faq #faq-list a {
        font-size: 16px;
    }
    .faq #faq-list i {
        top: 13px;
    }
}

.faq #faq-list a.collapse {
    color: #ab2f2a;
}

.faq #faq-list a.collapsed {
    color: #404040;
}

.faq #faq-list a.collapsed i::before {
    color: #232323;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

/*contatti*/

input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1em;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}

.input-contact {
    margin: 5px;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 0.5em 0.5em;
    font-size: 1em;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}

.textarea-contact {
    margin: 5px;
}

.button1 {
    display: inline-block;
    border-radius: 50px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.8em;
    background: #232323;
    border-bottom: 1px solid #f4ca9b;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem !important;
    width: 30% !important;
    margin-top: 20px !important;
}

.invia {
    text-align: center;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    color: #888346;
    background-color: #edf0d8;
    border: 1px solid #e8e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
}

.form-check {
    display: flex;
    width: 100%;
    padding-left: 2.25rem;
}

.form-check-input {
    width: 5%;
}
