@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:"mitga";
  src: url("/fonts/BwMitga-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family:"mitga";
  src: url("/fonts/BwMitga-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family:"mitga";
  src: url("/fonts/BwMitga-Black.ttf") format("truetype");
  font-weight: 900;
}

body{
font-family: "mitga"!important;
}
#portfolio .img-fluid {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.page-section {
    overflow-x:hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
   /* font-family: var(--bs-body-font-family); */
}
header.masthead{
transition: background-image 2s ease;
}
#mainNav .navbar-nav .nav-item .nav-link {
   /*     font-family: var(--bs-body-font-family); */
}

hr.divider {
    background-color:transparent;
    border-top:2px solid #000000AA;
}
.btn-xl {
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color:#b79858;
    color:#000000;
    border-radius:0;
}
.btn-xl:hover{
background-color:#b79858;
color:#000000;
opacity:0.8;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #b79858;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #b79858 !important;
}
.parallasse {
    background-size: cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed!important;
    transition: all 0.05s ease;
}
.owl-carousel .item {
    height: 450px;
    background: transparent;
    padding:  0px;
    position:relative;
    cursor:pointer;
    transition: all 0.5s ease;
}
.owl-carousel .owl-stage-outer{
overflow:visible!important;
}
.owl-carousel .item:hover{
transform: scale(1.2) translatey(-30px)!important;
}
.owl-carousel .selezionato .item{
opacity:1;
transform: scale(1.2) translatey(-30px);
}
.owl-carousel .deselezionato .item{
opacity:0.6;
}
.owl-carousel img{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 10;
}

.iombra::after{
content: "";
background-image: url("../img/ombra.png");
background-size:contain;
background-position:center;
background-repeat: no-repeat;
opacity:0.6;
width:100%;
height:100%;
position:absolute;
bottom:-3px;
    z-index: 9;
}

#vini .iombra{
position:relative;
}
#vini .iombra img{
    z-index: 10;
    position: relative;
}

#vini .iombra::after{
left: auto;
    right: 10%;
    max-height: 600px;
    top: 5px;
    position: absolute;
}

.owl-carousel p{
    display:none;
}
.owl-carousel h4{
display:none;
bottom:5px;
width:100%;
    padding:10px;
    font-size:15px;
    text-align: center;
    position:absolute;
    color:black;
    font-weight: bold;
}
.anima-wb{
color:white;
transition: all 1s ease;
}
.centrato .anima-wb{
color:black;
}
.animato{
transition: all 1s ease;
transform: scale(0.9);
}
.anizoom{
transform: scale(0.9);
}
.aniopac{
opacity:0;
}
.aniscor{
transition: all 1.5s ease;
transform:translateX(100vw);
}
.aniscoropa{
transition: all 1.5s ease;
opacity:0;
transform:translateX(30vw);
}
.anifoto{
transition: all 3s ease;
opacity:0;
transform:scale(1.4) rotate(20deg);
}
.centrato {
transform: scale(1.0) rotate(0deg);
opacity:1;
}
.centrato.anifoto{
transform: scale(1.0) rotate(-1deg);
}

#navlogo{
 background-image: url("../img/plazzer_logo_w.svg");
opacity:0.8;
background-size:contain;
background-position:center;
background-repeat: no-repeat;
width:150px;
height:50px;
}
.navbar-shrink #navlogo{
opacity:1;
 background-image: url("../img/plazzer_logo.svg");
}


#carosello {
background-size:cover;
background-position:center;
transition: background-image 1.5s ease, background-position 0.05s linear;
min-height: 800px;
}
#services h3{
font-size:20px;
}


#carodes{
display:flex;
flex-wrap: wrap;
    border-left: 15px solid #00000011;
    padding-left:15px;
}
#carodes span{
padding:10px;
display:block;
width:33%;
}
#carodes span.triplo {
    width: 100%;
}
#carodes span.doppio {
    width: 66%;
}
.nodesk{
display:none;
}

@media (max-width:450px){
    #services h3{
font-size:15px;
}
}
@media (max-width:1400px){
    #vini .iombra::after{
     right:4%
    }
}
@media (max-width:1200px){
    #vini .iombra::after{
display:none
    }
}
    
@media (max-width:991px){

    .page-section {
    padding: 4rem 0;
}
    
body .parallasse {
    background-size: cover!important;
    background-position:50% 50%!important;
        background-attachment: unset!important;
    }
    body .miniparallasse {
    background-size: cover!important;
    background-position:50% 50%!important;
        background-attachment: unset!important;
    }
    .owl-carousel .item {
    height: 300px;
    }
    #carosello {
    min-height: 500px;
    }
    .nodesk{
    display:inherit;
    }
    .nomobile{
    display:none;
    }
#carodes span{
width:100%;
}
    
    
    
#navlogo{
opacity:1;
 background-image: url("../img/plazzer_logo.svg");
}
    .container p{
    font-size:13px;
    }
}
    

