
/* COLORS */

.color--gold{
    color:#cca876;
}

/* TEXT */

h1{
    font-family: "turquoise", serif;
    font-weight: 400;
    font-style: normal;
}

.fw-normal{
    font-weight: 400;
    font-style: normal;
}

p{
    line-height:2.4rem;
}

.form-control, .select-control, .form-select{
    border:0 !important;
    border-radius:0 !important;
    font-size: 1rem !important;
}

input::placeholder, textarea::placeholder {
    font-size: 1rem;
}

textarea{
    resize: none;
}

/* VIDEO BANNER */

video{
    position: fixed !important;
    z-index:-1000;
    top: 0;
}

.video-container {
    position: relative;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
.video-container .container {
    position: relative;
    z-index: 2;
}
  
.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.logo--banner{
    height:200px;
}

.logo--neptunia{
    height:100px;
}


.logo--terrazza{
    height:300px;
}

section{
    background: #fff;
    position: relative;
}

/* IMG */

.img{
    height: 600px;
    overflow: hidden;
}

.img img{
    height: 100%;
    background-size: contain;
}

/* CUCINA */

.img--section{
    min-height:400px;
    color:#ffff;
    padding-top:200px;
    padding-bottom:200px;
    position: relative;
    background: #000;
}

.img--section h1{
    display: block;
}

.img--section--img{
    position: absolute;
    width:100%;
    height:100vh;
    top:0;
    background: #000;
}

.img--section--img img{
    width:100%;
}

.img--section--container{
    position: relative;
}
  
/* HR SHORT LINE */

.short--line{
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}

.short--line hr{
    width:20%;
    opacity:1;
}

.short--line hr.center{
    margin-left: auto;
    margin-right: auto;
}

.short--line hr.left{
    margin-left:20px;
}

.short--line hr.gold{
    background:#cca876;
}

.short--line hr.blue{
    background: #014b7a;
}

/* PARTNERS */

.partners{
    padding-top:100px;
    padding-bottom:100px;
}

.partners a{
    margin-top:40px;
    margin-bottom:40px;
    display: block;
}

/* BTNS */

.btn--custom{
    background:#cca876;
    border-radius:0;
    padding:15px 25px;
    color:#fff;
}

.btn--custom:hover{
    background:#000;
    color:#cca876;
}

.btn--custom--white{
    background:#fff;
    border-radius:0;
    padding:15px 25px;
    color:#cca876;
}

.btn--custom--white:hover{
    background:#000;
    color:#cca876;
}

/* FOOTER */

footer{
    background:#cca876;
    position: relative;
    padding-top:100px;
    padding-bottom:60px;
}

.footer--btns{
    padding-top: 40px;
}

.footer--btns li{
    display: inline-block;
    padding-right:15px;
    padding-bottom:15px;
}

.footer--social{
    padding-bottom: 40px;
}

.footer--social li{
    display: inline-block;
    padding-right:15px;
    padding-left:15px;
}

.footer--social li a{
    border: 2px solid rgba(255,255,255,0.2);
    border-radius:50%;
    height: 60px;
    width:60px;
}

.footer--social li a:hover{
    background: #fff;
}

.footer--social li i{
    font-size: 1.4rem;
    color: #fff;
    line-height:56px;
} 

.footer--social li a:hover i{
    color:#cca876;
}

/* CUSTOM LANG */

.custom--lang{
    padding-top:20px;
}

.custom--lang .lang{
    height: 40px;
    width:40px;
    display: inline-block;
}

.custom--lang .lang a {
    color: #fff;
    font-size: 1rem;
    line-height:40px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left:12px;
    padding-right:12px;
}

.custom--lang .active a {
    background: #fff;
    color:#cca876;
}

/* GALLERY */

.gallery--box a{
    margin-right:10px;
    margin-bottom:10px;
}

.gallery--box img{
    height:140px;
}
