/** imports **/

@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/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

@import url(normalize.css);

/** general **/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-color: #fffff0;
}

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: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     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%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

/** back to top button **/

#btt-button {
     display: inline-block;
     background-color: #FF9800;
     width: 50px;
     height: 50px;
     text-align: center;
     border-radius: 4px;
     position: fixed;
     bottom: 30px;
     right: 30px;
     transition: background-color .3s,
       opacity .5s, visibility .5s;
     opacity: 0;
     visibility: hidden;
     z-index: 1000;
   }
   #btt-button::after {
     content: "\f077";
     font-family: FontAwesome;
     font-weight: normal;
     font-style: normal;
     font-size: 2em;
     line-height: 50px;
     color: #fff;
   }
   #btt-button:hover {
     cursor: pointer;
     background-color: #333;
   }
   #btt-button:active {
     background-color: #555;
   }
   #btt-button.show {
     opacity: 1;
     visibility: visible;
   }

/** logo **/

.logo a img {
     position: relative;
     z-index: 9999;
     max-height: 38px;
}

.logo::before {
     position: absolute;
     content: "";
     top: -35px;
     background: url(../img/nav-bcg-big.png);
     width: 390px;
     height: 197px;
     left: -30px;
     background-repeat: no-repeat;
}


/** navbar **/

.navigation.navbar {
     float: right;
     padding-top: 3px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 9px 22px;
     color: #232d54;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #232d54;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #232d54;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     height: 74px;
     padding: 15px 30px;
     background-color: rgba(255, 255, 224, 0.9);
}

/** banner **/

.full_bg {
     background: url(../img/banner-pasta1.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding-top: 20px;
}

.banner_main {
     position: relative;
     padding-bottom: 110px;
}

.text_box {
     text-align: left;
     padding-top: 36%;
}

.text_box span {
     color: #000;
     font-size: 28px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 15px;
     display: block;
}

.text_box h1 {
     font-size: 91px;
     font-weight: 500;
     color: #232d54;
     margin-bottom: 50px;
     line-height: 87px;
}

.text_box h1 strong {
     font-size: 79px;
     font-weight: 500;
     line-height: 78px;
}


/** sections general **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 50px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     padding-bottom: 10px;
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: #232d54;
     width: 78px;
     height: 3px;
     bottom: 0px;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 20px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

/** about **/

.about {
     background-color: #fffff0;
     padding: 90px 0;
}

.about .titlepage {
     text-align: center;
}

.about .titlepage span {
     font-family: 'Open Sans', sans-serif;
}

.about_img {
     margin: 0 46px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}

.about_img .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 60px;
}

/** products **/

.products {
     padding: 60px 0 30px 0;
     background-color: #f4f4f4;
}

.products .titlepage {
     text-align: left;
}

.our_products {
     padding: 0 15px 15px 15px;
     transition: ease-in all 0.3s;
     margin-bottom: 30px;
     background-color: #fffff0;
}

.our_products h3 {
     margin-top: 15px;
     font-size: 22px;
     line-height: 31px;
     color: #000;
     font-weight: 500;
     padding-bottom: 10px;
}

.our_products span {
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
     color: #232d54;
}

.our_products p {
     font-size: 12px;
     line-height: 21px;
     font-weight: 400;
     color: #000000;
}

.product {
     background-color: #fff;
     text-align: center;
     margin: 0 -15px 0px -15px !important;
}

.product figure {
     margin: 0;
}

.padding_left0 {
     padding-left: 0;
}

.padding_right0 {
     padding-right: 0;
}

/** contact section **/

.contact {
     background: url(../img/contact-bcg-pasta2.jpg);
     background-repeat: no-repeat;
     background-position: center;
     padding: 90px 0;
}

.contact .titlepage {
     text-align: left;
}

.main_form {
     padding: 33px 80px;
     background: #fff;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     font-size: 17px;
     font-weight: normal;
     padding: 10px 20px 0px 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #232d54;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     display: block;
     font-weight: 500;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.input-honeypot {
     visibility:hidden;
     width:1px;
     height:1px;
     padding:0px;
     border:none;
}

/** footer **/

.footer {
     background: #232d54;;
     padding-top: 90px;
     text-align: center;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 55px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 64%;
     height: 61px;
     background: #fff;
     color: #d5d2d2;
     font-size: 20px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 5px 0px;
     max-width: 270px;
     width: 100%;
     font-weight: normal;
     text-transform: uppercase;
     height: 61px;
     border: #fff solid 8px;
}

.sub_btn:hover {
     background-color: #ff3556;
     transition: ease-in all 0.5s;
     color: #fff;
}

.footer h3 {
     font-weight: 600;
     font-size: 30px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     display: table;
     text-transform: uppercase;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 20px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

.copyright {
     margin-top: 60px;
     background-color: #bd5d38;
     box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.42);
}

.many {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: normal;
     text-align: left;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     font-weight: 400;
     text-align: center;
     padding-top: 26px;
     font-weight: normal;
     padding-bottom: 20px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #232d54;
}
