@font-face {
    font-family: 'PEAK';
    src: url('PEAK.eot');
    src: url('PEAK.eot?#iefix') format('embedded-opentype'),
        url('PEAK.woff2') format('woff2'),
        url('PEAK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dropdown-menu animate{

z-index: -1000;


}
.animate {
    animation: slide 1s;;
    animation-duration: 0.3s;
    animation-delay: 0s;

  }

  @keyframes slide {
    0% { transform: translate(0px, 0x) ; }
    10% { transform: translate(0px, 1px) ; }
    20% { transform: translate(0px, 2px) ; }
    30% { transform: translate(0px, 3px) ; }
    40% { transform: translate(0px, 4px) ; }
    50% { transform: translate(0px, 5px) ; }
    60% { transform: translate(0px, 6px) ; }
    70% { transform: translate(0px, 7px) ; }
    80% { transform: translate(0px, 8px) ; }
    90% { transform: translate(0px, 9px) ; }
    100% { transform: translate(0px, 10px) ; }
  }

i{
    font-family: 'PEAK', sans-serif;
    font-size: 25px;

}


body{
    /* font-family: 'PEAK', sans-serif; */
    font-family: 'PT Sans', sans-serif;
    width: 800px;
    background-color: black;
    margin: auto;
    /* border-style: double;
    border-color: white; */
    color: white;
}

 #body_under{
    font-family: 'PEAK';
    color: white;
    width: 80%;
height: 80%;
position: absolute;    
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}

#body_under img{
position: absolute;    
margin:auto;
top:-20%;
bottom:0;
left:0;
right:0;
}

#body_under h1{
    font-size: 35;
    position: absolute;    
    margin:auto;
    text-align: center;
    top:15%;
bottom:0;
left:0;
right:0;

    }

#body_under h3{
        font-size: 20;
        position: absolute;    
        margin:auto;
        text-align: center;
        top:60%;
        bottom:0;
        left:0;
        right:0;
    
        }

h1{
    font-size: 25px;

}

header{

display: flex;
justify-content: space-between;
align-items: flex-end;
overflow: hidden;

}

#header_right{

    /*border-color: white;
    border-style: solid;*/
    width: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: -10px;

    }

.search-box{

    transform: translate(0%,0%);
    color: white;
    align-items: center;
    justify-content: space-between;
    display: flex;
    /* border-color: white;
    border-style: solid; */
    padding-right: 25px;

    }
    
.search-btn{
    
    float: left;
    width: 40px;
    height: 40px;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-right: 0px;
    transition: 0.8s;
              }
    
.search-btn:hover{
    
    text-decoration: none;
    color: rgb(122, 122, 122);
    transition: 0.8s;
    }
    
.search-txt{
    
    width: 0px;
    transition: 0.4s;
    float: right;
    border: none;
    /* border-radius: 20%; */
    /* color: white;
    background-color: white; */
    /* padding: 0px,0px,0px,10px;  */

    }
    
.search-box:hover > .search-txt {
    
    width: 200px;
    background-color: white;
    color:black;
   
        
    }
    
.search-txt:focus{
    width: 200px;
    background-color: white;
    color:black;
    
    }

#icone_Lingua {
    /*border-color: white;
    border-style: solid;*/
    align-items: center;
    justify-content: flex-end;
    display: flex;
    width: 100px;
    height: 35px;
}

.linguaEN {
    padding-left: 10px;
}

.linguaIT {
}

.linguaEN:hover {
    animation: shake 1s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.linguaIT:hover {
    animation: shake 1s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

    @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
      }



#Logo_img{
    
    align-items: center;
    justify-content: center;
    display: flex;
    float: left;
        
    }


nav {
height: 50px;
background-color: #000000;
border-style: double;
border-left: none;
border-right: none;
/* border-color: rgb(248, 4, 4); */
position: relative;
font-size: 20px;
z-index: 200;
}

#travi {
    height: 50px;
    justify-content: center;
    border-style: none;
    border-left: none;
    border-right: none;
    z-index: 10;
    font-size: 20px;
}

#Trave a {
    color: white;
    transition: .8s;
    margin: auto;
    padding: 10px 50px 10px 50px;
    /*background-color: #fa0fd3;*/
}

    #Trave a:hover {
        color: rgb(122, 122, 122);
        text-decoration: none;
        transition: .8s;
        /*background-color: #fa0fd3;*/
    }

/*  
    #travi li {
        color: white;
        transition: .8s;

    }*/
    
    


.dropdown-menu{
    background-color: #000000;
    text-decoration-color: white;
    font-size: 20px;
    border-color: whitesmoke;
    border-style: double;
    border-top: none;
    z-index: 2000;

}

.dropdown-item {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #000000;
}

.dropdown-item:hover {
    color: rgb(122, 122, 122);
    text-decoration: none;
    background-color: #000000;
    display: block;

}

nav a {
    color: white;
    transition: .8s;
}

nav a:hover {
    color: rgb(122, 122, 122);
    text-decoration: none;
}


nav ul{
display: flex;
list-style: none;
justify-content: space-between;
align-items: center;
height: 100%;
/* border-color: rgb(45, 248, 4); */
/* border-style: double; */

}

nav li.active{
    display: flex;
    color: rgb(122, 122, 122);
    list-style: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }

#First_section{
    background-color: #000000;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
    align-content: center;
    text-align: right;
    display: flex;
    flex-direction: column;
    margin: 10px 0px 0px 0px;
    /* border-color: rgb(45, 248, 4);
    border-style: double; */


}

h1{
    
    /* border-color: rgb(45, 248, 4);
    border-style: double; */
    align-content: center;
    width: 100%;
    margin: auto;
    

}

#carouselControls{
    /* border-color: rgb(45, 248, 4);
    border-style: double; */

    margin: 10px 0px 25px 0px;
}

#carouselControls_2{
    /* border-color: rgb(45, 248, 4);
    border-style: double; */

    margin: 10px 0px 25px 0px;
}

#carouselControls_3{
    /* border-color: rgb(45, 248, 4);
    border-style: double; */

    margin: 10px 0px 25px 0px;
}

#Second_section{
    background-color: #000000;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
    align-content: center;
    text-align: right;
    display: flex;
    flex-direction: column;
    padding: 0 5 5 5;

}

#Third_section{
    background-color: #000000;
    border-style: none;
    border-left: none;
    border-right: none;
    border-top: none;
    align-content: center;
    text-align: right;
    display: flex;
    flex-direction: column;
    
}

footer {
    display: flex;
    border-color: rgb(45, 248, 4);
    border-style: double;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: double;
    align-content: center;
    list-style: none;
    justify-content: center;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

footer a {
    color: white;
    transition: .8s;
    
}

footer h3 {
    font-size: 15px;
    
}


#facebook:hover {
    color: rgb(0, 109, 252);
    transition: .5s;
    text-decoration: none;
}



#mail:hover {
    color: rgb(122, 122, 122);
    transition: .5s;
    text-decoration: none;
}

#social{
    padding: 5px 5px 5px 5px;
}

iframe{
    
width: 800px;
height: 480px;
}

.carousel-control-prev,
.carousel-control-next{
      bottom: 10%;

}

#instagram:hover {
    color: rgb(250, 112, 255);
    transition: .5s;
    text-decoration: none;
}

#Chisiamo{
    background-color: #000000;
    border-style: none;
    border-left: none;
    border-right: none;
    border-top: none;
    align-content: center;
    text-align: justify;
    display: flex;
    flex-direction: column;
    padding: 30px 5px 5px 5px;
    width: 400px;
    margin: auto;

}

#Chisiamo_IMG{
    padding: 30px 0px 30px 0px;

}


#Prodotti_travi{
    /*background-color: #00000000;*/
    width:600;

}


#Titlepage {
    background-color: #000000;
    width: 150px;
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: double;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

#Titlepage h1 {
    font-family: 'ARIAL';
    text-align: center;
}

#Left_sect_Travi{
    /*background-color: #6a7508;*/
    width: 25%;
    position: relative;
    float: left;
    border-style: none;
    border-left: none;
    border-right: none;
    text-align: left;
    padding: 5px 5px 5px 5px;

}

#Left_sect_Travi a {
    color: white;
    transition: .8s;
}

#Left_sect_Travi a:hover {
    color: rgb(122, 122, 122);
    text-decoration: none;
}


#Left_sect_Travi ul{
display: flex;
list-style: none;
align-items: left;
height: 100%;

/* border-color: rgb(45, 248, 4); */
/* border-style: double; */

}

#Main_sect_Travi {
    /*background-color: #0026ff;*/
    display: inline-block;
    width: 75%;
    height: 300px;
    padding: 5px 5px 5px 5px;
    margin: 0 auto;
}


#Main_Desc_travi p {
    /*background-color: rgb(255, 153, 0);*/
    width: 100%;
    display: inline-block !important;
    padding: 0px 5px 5px 5px;
    margin-bottom: 50px;
}




    
