

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
     background-color: #000;
}

body {
     color: #fff;
     font-size: 14px;
     font-family: 'Dancing Script','Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-color: #000;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #fff;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- costomer--*/

ul.costomer {
     float: right;
}

ul.costomer li {
     color: #fff;
     font-size: 20px;
     font-weight: 500;
}

ul.costomer li a {
     color: #fff;
}
ul.costomer li a span {color: #5502bb;}

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header_bg {
     /* background: url(../images/banner.png); */
     background-color: #000;
     color: #FFF;
     background-repeat: no-repeat;
     background-size: cover;
     background-size: cover;
     background-position: center;
}

.header {
     background: transparent;
     width: 100%;
     padding: 40px 40px 40px 40px;
     color: #fff;
}

.logo a {
     font-size: 10vh;
     font-weight: bold;
     /* text-transform: uppercase; */
     color: #fff;
     font-size: 30px;
     /* line-height: 40px; */
     
}

.banner_main {
     background: transparent;
     /* background-color: #fff; */
     background-size: 100% 100%;
     background-repeat: no-repeat;
     /* padding-bottom: 90px; */
 
}
.d_flex {display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.text-bg {
     max-width: 542px;
     float: right;
     width: 100%;
}

.text-bg h1 {
     color: #ffffff;
     font-size: 60px;
     line-height: 70px;
     /* text-transform: uppercase; */
     font-weight: bold;
     padding-top: 10px;
}

.text-bg span {
     color: #fff;
     font-size: 50px;
     line-height: 55px;
     font-weight: 500;
}

.text-bg p {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 28px;
     padding: 40px 0;
}

.text-bg a {
     font-size: 16px;
     background-color: #1f1716;
     color: #fff;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     /* text-transform: uppercase; */
     border-radius: 25px;
}
.bottom-text {
     color: #fff;
     font-size: 2vw;

}
.text-bg a:hover {
     background-color: #fa7528;
     color: #fff;
}

.text-img figure {
    
     margin: 0px;
}

.text-img figure img {
     right: 0;
     margin-left: auto;
     margin-right: 0px;
     float: right;
     /* width: 100%; */
     max-height: 70vh;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #6e6d70;
     line-height: 60px;
     padding: 0;
}





/** quality section **/

.quality {
    
     background: #000;
     height: 100%;
    
   

}


.quality .quality_box figure {margin: 0;}
.quality .quality_box figure img {
     
     
     display: block;
     width: 100%;
 
     margin: 0 auto;

}

.quality .container1 {
     height: 100%;
     width: 100%;
     /* position:absolute; */
     /* bottom: 20px; */
     left: 0; 
     max-width: 480px;   
     padding: 50px 50px 50px 50px; 
     /* background-color: #000; */
     
}


.quality_text {
    text-align: left;
    
}
.left_screen {
     text-align: left;
     
 }
.quality_text h3 {
      color: #fff;
     line-height: 60px;
     font-size: 50px;
}
.quality_text p {
     font-family: 'Poppins','Courier New', Courier, monospace;
     color: #fff;
     font-size: 15px;
    
}


/** end quality section **/



/**   section **/



.consulenza .containerconsulenza {
     height: 100%;
     width: 100%;
     /* position:absolute; */
     /* bottom: 20px; */
     margin-left: auto; 
     margin-right: 0px;
     
     max-width: 500px;  
     padding: 50px 50px 50px 50px; 
     
}



.consulenza .quality_text {
     margin-top:-400px;
     text-align: left;
}

.ricette .quality_text {
     margin-top:-200px;
}

.ricette .containerblog {
     height: 100%;
     width: 100%;
     /* position:absolute; */
     /* bottom: 20px; */
     margin-left: auto; 
     margin-right: 0;
     margin-top: 250px;
     margin-bottom: 0;
     
     max-width: 500px;  
     padding: 50px 50px 50px 50px; 
     
}

/** end quality section **/

.chisono{
     min-height: 1100px;
      background-image: url('../images/copertina3.jpg');
      background-attachment: inherit;
     
 }
 
 .consulenza{
     min-height: 900px;
      background-attachment: inherit;
      background-image: url('../images/carne.jpg');
      
   
 }

.ricette{
     min-height: 1100px;
      background-attachment: inherit;
      background-image: url('../images/broccolo.jpg');
      
   
 }

.social {
     background-color: #000;
     padding: 30px 30px 30px 30px;
}
.dessert{
     min-height: 600px;
      background-attachment: inherit;
      background-image: url('../images/fruttamoderna.jpg');
      background-repeat: no-repeat;
      background-position: top;
      
   
 }

/** footer **/

.footer {
     padding: 20px 0px;
     background: #fa7528;
}

.footer p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.footer a {
     color: #fff;
}

.footer a:hover {
     color: #fa7528;
}


/** end footer **/

.bottom-row {
     margin-top:-7vw;
}

h1.title {
     font-size: 10vh;
     margin-top: -30vh;
}

.bottom-text span{
     font-family: 'Poppins','Courier New', Courier, monospace;
     font-size: 3vh;
}

.container p{
     font-family: 'Poppins','Courier New', Courier, monospace;
}

/* social */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');



.socialbtns, .socialbtns ul, .socialbtns li{
	margin: 0;
	padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 60px;
    height: 48px;
	color: #FFF;
	background-color: #000;
	padding-top: 12px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}

.socialbtns .fa:hover {
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}


/* Video */

#videowrapper{  
     position: relative;
     overflow: hidden;
     background-color: #000;
 } 
 
 #fullScreenDiv{
     min-width: 100%; 
     padding:0;
     margin: 0;
     /* background-color: gray; */
     background-color: #000;
     position: relative;
 }
 
 #video{    
     width: 100%;
     height: auto;
     margin: auto;
    
 }

 #videoMessage{
     width: 100%; 
     height: 100%;
     position: absolute; 
     top: 20px; 
     left: 30px;
     display: flex;
     justify-content: top;
     align-items: left;
     flex-direction: column;
     font-size: 20px;
 }

 #videoMessage p {
     line-height: auto;
     font-size: 30px;
     color: #ddd;
 }

 #videoMessage button {
     width: 180px;
     margin-bottom: 10px;
     font-size: 25px;

 }

 #videoMessage a {
    margin: 0px !important;

 }

 video {
     background-image: url(../images/loading.gif);
     background-repeat: no-repeat;
     background-size: 30px 30px;
     background-position: center;
 }


 a.anchor {
     display: block;
     position: relative;
     top: -500px;
     visibility: hidden;
 }

 #btn-back-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     display: none;
   }


   /* navbar */


   .hamburger{
     background:none;
     position:absolute;
     top:0;
     right:0;
     line-height:45px;
     padding:5px 15px 0px 15px;
     color:#999;
     border:0;
     font-size:1.4em;
     font-weight:bold;
     cursor:pointer;
     outline:none;
     z-index:10000000000000;
   }
   .cross{
     background:none;
     position:absolute;
     top:0px;
     right:0;
     padding:7px 15px 0px 15px;
     color:#999;
     border:0;
     font-size:3em;
     line-height:65px;
     font-weight:bold;
     cursor:pointer;
     outline:none;
     z-index:10000000000000;
   }
   .menu{
          z-index:1000000; 
          font-weight:bold; 
          font-size:0.8em; 
          width:auto; 
          background:#000;  
          position:absolute; 
          text-align:left; 
          font-size:18px;
          opacity: 0.7;
          top:0;
          right: 0;
          float: right;
          font-family: 'Poppins','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
          font-weight: lighter;
          border-bottom-left-radius: 25px;
     }
   .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
   }

   .menu li {
        display: block;
        padding: 15px 50px 15px 15px;
        border-bottom: #212121 1px solid;
   }

   .menu li:hover {
        display: block;
        color: #000;
        background: #ffffff;
        padding: 15px 50px 15px 15px;
        border-bottom: #dddddd 1px solid;
   }

   .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: rgb(0, 0, 0);
   }

   .menu ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
   }

   .menu a {
        text-decoration: none;
        color: rgb(240, 240, 240);
   }

   .menu a:hover {
        text-decoration: none;
        color: rgb(0, 0, 0);
   }
   .glyphicon-home{
     color:white; 
     font-size:1.5em; 
     margin-top:5px; 
     margin:0 auto;
   }
   

/* mobile */


@media (max-width: 450px) {
   
     

     .consulenza .quality_text {
          margin-top:-50px;
          text-align: left;
     }


   }

