@import url('https://fonts.googleapis.com/css?family=Cabin|Herr+Von+Muellerhoff|Source+Sans+Pro:400,900&display=swap');
/*Global styles*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --main-font: 'Source Sans Pro', sans-serif;
    --secondary-font: 'Herr Von Muellerhoff', cursive;
    --body-font: 'Cabin', sans-serif;
    --main-font-color-dark: #252525;
    --secondary-font-color: #c59d5f;
    --body-font-color: #515151;
}

.color-white{
    color: #fff;
}
.color-gold{
    color: var(--secondary-font-color);
}
html{
    font-family: var(--body-font);
    font-size: 10px;
    color: var(--body-font-color);
    scroll-behavior: smooth;
}
section{
    padding: 3.9rem 0;
}
img{
    width: 100%;
    max-width: 100%;
}
a{
    text-decoration: none;
}
p{
    font-size: 1.6rem;
}
.container{
    width: 100%;
    max-width: 122.5rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.container1{
    width: 100%;
}
.logo{
    width: 50%;
    height: 50%;
}
/* --Navbar-- */
.navbar{
    transition: 0.5s;
}
nav {
    position: fixed;
    width: 100%;
    line-height: 40px;
}
.navbar-nav a{
    font-family: var(--main-font);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 7%;
}

.navbar-light .navbar-tittle{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 10px;
    
}

nav.black {
    background: #000;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
}
/* ---------- 

.navbar ul li a:hover{
    background: black;
    color: white;
    }
------------------*/

.navbar ul li ul{
    position: absolute;
    left:0;
    width:200px;
    display:none;
}
.navbar ul li ul a{
    color: #000000;
}
.navbar ul li ul li{
    width:100%;
    border-top: 1px solid rgba(0,0,0,.1);
}
.navbar ul li ul li ul{ 
    left:200px;
    top:0;
}

.navbar ul li:focus-within >ul,
.navbar ul li:hover >ul{
display: initial;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
    color: #fff;
    
}.navbar-nav .active >  .navbar-nav .show > .nav-link{
    color: #fff;
    
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-nav{
    text-align: center;
    
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: var(--secondary-font-color);;
    
} 


@media only screen and (max-width: 1000px){
    .navbar-nav.ml-auto{
        background: rgba(0, 0, 0, 0.63);
        width: 100%;
        
    }
    .navbar{
        /*background-color: black;*/
        padding: 10px ;

    }
    .navbar-toggler{
        padding: 1px 5px;
        font-size: 18px;
        line-height: 0.3;
        background: #fff;
    }
    .navbar-nav a{
        padding: 10px 0%;
    }
    .nav-link{
        border-bottom: 1px solid rgb(255, 255, 255);
        margin-right: 50px;
        margin-left: 50px;
    }
    .navbar ul li{
        width: 100%;
    }
    .navbar ul li ul{
        position: relative; 
        width: 100%;
    }
    .navbar ul li ul li ul{
        width: 100%;
        left:0;
    }
    
}
#navbar ul li a:checked .navbar ul li ul li {
    display:initial
}
/*
.nav-item{
    max-width: 100%;
    margin-right: 120px;
    margin-left: 120px;
}
.nav-link{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-right: -2px;
    transition: color.5s;
    
}

span{
    color: var(--secondary-font-color);
}*/
.social-1{
    color: #fff;
    margin-top: 10px;
    font-size: 8px;
    text-align: left;
}

.social-icons{
    text-align: left;
    list-style: none;
    margin-bottom: 5.4rem;
    display: flex;
    margin-top: -20px;
}
.social-icons i{
    font-size: 28px;
    color: #fff;
    padding: 15px;
    transition: color .5s;
}
.social-icons i:hover,
.social-icons i:focus{
    color: var(--secondary-font-color);
}


.first-letter{
    text-transform: uppercase;
    font-size: 12rem;
    letter-spacing: -10px;
}
.carousel-caption{
    height: 65vh;
}

.number-slide{
    text-align: left;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.897);
    
}
.d-block{
    height: 200vh;
    margin-top: -50vh;
}

@media screen and (min-width: 1000px){
    .social-1{
       margin-top: -70px;
    }
}
@media screen and (max-width: 2000px){
    .d-block{
        height: 135vh;
        margin-top: -120px;
        min-width: 150vh;
    }
}

@media screen and (max-width: 1500px){
    .d-block{
        height: 135vh;
        margin-top: -120px;
        min-width: 120vh;
    }
}

@media screen and (max-width: 1000px){
    .d-block{
        height: 135vh;
        min-width: 100vh;
    }
}

@media screen and (max-width: 500px){
    .d-block{
        height: 135vh;
        min-width: 100vh;
    }
    .number-slide{
        text-align: left;
        font-size: 20px;
        
    }
}

/*------------------imp------------------*/
.headLine{
    color: #fff;
    font-size: 3.7rem;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-weight: 988;
    letter-spacing: .5rem;
    margin-right: -.5rem;
    animation: scale .5s forwards;
}
.headLine-titolo-img{
    color: #fff;
    font-size: 3.7rem;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-weight: 988;
    letter-spacing: auto;
    animation: scale .5s forwards;
}



/*---------------------------------------*/
.head-left{
    text-align: left;
}
.head-right{
    text-align: right;
}

.discover-my-story{
    background-color: white;
    /*color: #fff;
    background-image: url(images/bg_4.jpg);*/
}

.headLine1{
    text-align: cene;
    font-size: 80px;
    color: #fff;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-weight: 988;
    letter-spacing: .5rem;
    animation: scale .5s forwards;
}
.headLine2{
    margin-top: 60px;
    text-align: left;
    font-size: 70px;
    color: #fff;
    font-family: var(--main-font);
    font-weight: 988;
    letter-spacing: .5rem;
    animation: scale .5s forwards;
}
.text-contact{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: var(--main-font);
}

.cell{
    margin-top: -20px;
}

.separator{
    display: flex;
    align-items: center;
    justify-content: initial;
    
}


.line2{
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: relative;
    opacity: 0;
    animation: grow 2s forwards;
    animation-delay: .9s;
    text-align: center;
}

.headLine-description h5{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    letter-spacing: 3px;
    margin-right: -3px;
}

/* --btn---------- prima di aliminare fare collegamento al file  file style_1.css---------------------- */

.btn{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
    padding: 10px;
}

.cta-btn{
    font-size: 1.1rem;
    background-color: #fff;
    padding: 12px  14px;
    color: var(--body-font-color);
    border-radius: .4rem;
    transition: .5s;
}
.cta-btn:hover,
.cta-btn:focus{
    color: #fff;
    background-color: var(--secondary-font-color);
}
.body-btn1{
    font-size: 12px;
    color: #fff;
    position: relative;
    transition: color .5s;
}
.btn-dubble{
    margin: 20px;
}

.body-btn2{
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: color .5s;
}
.body-btn2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: .5s;
}
.body-btn2:hover,
.body-btn2:focus{
    color: var(--secondary-font-color);
}
.body-btn2:hover::before,
.body-btn2:focus::before{
    background-color: var(--secondary-font-color);
}

/* ------------------------------------------------end part btn1------------------------------------------- */


/*----------------------------------------------------

.line{
    width: 100%;
    max-width: 8.4rem;
    height: .25rem;
    background-color: #fff;
    position: relative;
    opacity: 0;
    animation: grow 2s forwards;
    animation-delay: .9s;
}
.line-right::before,
.line-left::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: .6rem solid transparent;
    opacity: 0;
    animation: grow .5s forwards;
    animation-delay: 1.2s;
}
.line-right::before{
    border-right-color: #fff;
    right: 0;
}
.line-left::before{
    border-left-color: #fff;
    left: 0;
}
 --copia line-- index - copia  */
.line1{
    width: 100%;
    height: 5px;
    background-color: var(--secondary-font-color);
    position: relative;
    opacity: 0;
    animation: grow 2s forwards;
    animation-delay: .9s;
}
/* --fine copia line-- index - copia  */

.space{
    font-size: 1.2rem;
    color: var(--secondary-font-color);
    margin: 0 1.6rem;
    opacity: 0;
    animation: spin .5s forwards;
    animation-delay: .8s;
}

.single-animation{
    text-align: center ;
    opacity: 0;
    animation: fadeDown .5s forwards;
    animation-delay: 1.4s;
    margin-top: 10px;
}
.distance{
    margin-left: 400px;
}

@media screen and (max-width: 1300px){
    .distance{
        margin-left: 10px;
    }
}

@media screen and (max-width: 1000px){
    .headLine1{
        font-size: 50px;
    }
    .headLine2{
        font-size: 40px;
    }
    .carousel-caption{
        height: 60vh;
    }
    .head-left{
        text-align: center;
    }
    .head-right{
        text-align: center;
    }
    .line3{
        margin-top: 40px;
    }
    .social-icons{
        justify-content: center;
    }
    
}

@media screen and (max-width: 500px){
    .headLine1,
    .headLine2{
        font-size: 40px;
    }
    .headLine1,
    .headLine2,
    .single-animation{
        text-align: center;
    }
    
    .line2{
        width: 50%;
        text-align: center;
    }
    .carousel-caption{
        height: 68vh;
    }
    .text-contact{
        text-align: center;;
    }
    .height1{
        height: 70vh;
    }
    .headLine2{
        text-transform: uppercase;
    }
    .miodiv{
        display: none;
    }
    .line3{
        margin-top: 40px;
    }
    .btn-dubble{
        margin: 10px;
    }
    
}



/*Media queries*/
@Media screen and (min-width: 1000px){
    section{
        padding: 7.9rem;
    }
    .menu-1{
        display: none;
    }
    .nav{
        justify-content: space-between;
        
    }
    .nav-list{
        position: initial;
        width: initial;
        height: initial;
        background-color: transparent;
        padding: 0;
        justify-content: initial;
        flex-direction: row;
        transform: initial;
        transition: initial;
    }
    .nav-item{
        margin: 0 2.4rem;
        border: none;
    }
    .nav-item:last-child{
        margin-right: 0;
    }
    .nav-link{
        font-size: 1.3rem;
    }
    .active{
        position: relative;
    }
    .active::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        left: 0;
        bottom: -3px;
    }
    .sub.headLine{
        font-size: 10rem;
    }
    .first-letter{
        font-size: 12.2rem;
    }
    .headLine{
        font-size: 4.7rem;
        letter-spacing: .8rem;
    }
    .line{
        max-width: 11.4rem;
    }
    .my-info{
        display: flex;
        align-items: center;
    }
    .my-info >div{
        flex: 1;
    }
    .padding-right{
        padding-right: 7rem;
    }
    .footer-content{
        max-width: 77.5rem;
        margin: auto;
    }
    .footer-content-about{
        max-width: 51.3rem;
        margin: 0 auto 5.4rem;
    }
    .footer-content-divider{
        display: flex;
        justify-content: space-between;
    }
    .social-media,
    .newsletter-form{
        width: 100%;
        max-width: 27.3rem;
        margin: 0 1rem;
    }
    .social-icons i{
        opacity: 1;
    }
    .newsletter-btn{
        margin-left: 7.3rem;
    }
      
    
}



/*Animations*/
@keyframes fadeUp {
    0%{
        transform: translateY(4rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scale {
    0%{
        transform: scale(2);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes grow {
    0%{
        width: 0;
    }
    100%{
        opacity: 1;
        width: 100;
    }
}
@keyframes spin {
    0%{
        transform: rotate(0);
    }
    100%{
        opacity: 1;
        transform: rotate(-360deg);
    }
}
@keyframes fadeDown {
    0%{
        transform: translateY(-1rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes up {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateY(-1rem);
    }
}

.carousel-item{
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}




/* --video slide position media-- */
@media only screen and (max-width: 767px){  
    .carousel-item{
        height: 100vh;
        
    }
    
}

 

.video-inside{
    max-width: 400px;
    margin-top: -200px;
}
/* --video slide position media-- */
@media only screen and (max-width: 767px){
    .img-inside{
        max-width: 300px;
        margin-top: -260px;
    }
    .video-inside{
        max-width: 250px;
        margin-top: -180px;
    }
    
}


