/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('css1.css');
@import url('css2.css');
@import url('css3.css');
@import url('css4.css');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(https://html.design/demo/sano_new/css/animate.min.css);
@import url(https://html.design/demo/sano_new/css/normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);

/*--------------------------------------------------------------------- 
skeleton 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
    max-width: 1280px;
    width: 100%;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Open Sans', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

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;
     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: 20px;
    color: #999;
    line-height: 28px;
}

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;
}

.titlepage {
     padding-bottom: 50px;
}

.titlepage h2 {
     font-size: 35px;
     color: #272828;
     line-height: 35px;
     font-weight: bold;
     padding: 0;
     font-style: italic;
     display: inline-block;
     padding-bottom: 15px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background: #464646;
     max-width: 148px;
     width: 100%;
     transition: ease-in all 0.1s;
     color: #fff;
     display: block;
     height: 48px;
     line-height: 48px;
     text-align: center;
     font-style: italic;
     font-weight: normal;
}

.read_more:hover {
    background: #f64f00;
    color: #fff;
    transition: ease-in all 0.1s;
    border-radius: 90px;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}

.img_responsive {
     max-width: 100%;
}


/**-- 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;
}


/*-- header --*/

.header {
    width: 100%;
    height: auto;
    padding: 35px 0;
}

.logo a {
     font-size: 30px;
     line-height: 30px;
     color: #fff !important;
     font-style: italic;
     font-weight: bold;
     z-index: 999;
     position: relative;
}

.logo {
     position: relative;
}

.logo::before {
     position: absolute;
     content: "";
     width: 270px;
     height: 240px;
     top: -40px;
     background: #f64f00;
     clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
     left: -15px;
}

.navigation.navbar {
     padding: 0;
     text-align: center;
}

.navigation.navbar-expand-md .navbar-collapse {
     justify-content: center;
}

.navigation .navbar-nav.mr-auto {
     margin: 0 auto;
}

.navigation .navbar-nav.mr-auto li {
     display: flex;
     align-items: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 30px;
    color: #272828;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 30px;
    font-style: italic;
    text-transform: capitalize;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #f64f00;
}

.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: #f64f00;
}

.di_no {
     display: none;
}

ul.email li {
     display: inline-block;
     padding-right: 45px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     color: #f62323;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #000000;
     font-size: 19px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: transparent;
     padding: 73px 0;
     z-index: 9;
     position: relative;
}

.slider_main {
    padding-top: 5%;
}

.about .text_align_right > a {
    float: right;
}

.about_img img {
    height: 350px;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.owen {
     max-width: 670px;
     float: right;
     width: 100%;
}

.owen h1 {
    font-size: 120px;
    line-height: normal;
    color: #272828;
    font-weight: 900;
    font-style: italic;
    padding-bottom: 0px;
    letter-spacing: -5px;
}

.owen p {
    padding-bottom: 40px;
    display: block;
    color: #999;
    font-style: italic;
    font-size: 24px;
    line-height: normal;
}

.owen .read_more {
    text-transform: uppercase;
    margin-left: 0;
    max-width: 210px;
    height: 60px;
    line-height: 60px;
}

.slider_img figure {
     margin: 0;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     display: none;
}

#banner1 .carousel-indicators {
     bottom: -30px;
     left: inherit;
     margin-right: 51px;
     cursor: pointer;
}

#banner1 .carousel-indicators .active {
     background: #afc637;
}

#banner1 .carousel-indicators li {
     background: #1d1d1d;
     width: 19px;
     height: 19px;
     border-radius: 20px;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}


/** end banner section **/


/** about section **/

.about {
     background: #fff;
     padding-top: 70px;
     padding-bottom: 70px;
}

.about .titlepage {
     padding-bottom: 0px;
     padding-left: 10px;
}

.about .titlepage p {
     padding-bottom: 40px;
     font-style: italic;
}

.about_img figure {
     margin: 0;
     position: relative;
     z-index: 99999;
}

.right_sho {
     position: relative;
}

.right_sho::before {
     position: absolute;
     content: "";
     bottom: -145px;
     left: 0px;
     background: #f64f00;
     width: 100%;
     height: 398%;
     clip-path: polygon(100% 0px, 100% 34%, 0 100%, 0 70%);
}


/** end about section **/


/** sandwichs section **/

.sandwichs {
     background: #fff;
     padding-top: 200px;
     padding-bottom: 90px;
}

.sandwichs .titlepage h2 {
     padding-bottom: 0px;
}

.choclate {
     display: flex;
     padding-bottom: 20px;
}

.chocl_icon {
     padding-right: 29px;
}

.chocl_icon i {
    width: 55px;
    height: 55px;
    background: #464646;
    display: block;
    text-align: center;
    line-height: 55px;
    border-radius: 100%;
    cursor: pointer;
    transition: ease-in all 0.5s;
}

.chocl_icon i:hover,
.chocl_icon i:focus {
     background: #8cb11c;
     transition: ease-in all 0.5s;
}

.choclate_text h3 {
    color: #353535;
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
}

.choclate_text {
    margin-bottom: 5px;
}

.shop_img img {
    border: solid #fff 5px;
}

.choclate_text p {
    font-style: italic;
    color: #353535d4;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    padding-right: 90px;
}

.sandwichs .read_more {
     margin-top: 25px;
}

.sandwichs_img {
     margin-right: -20px;
}

.sandwichs_img figure {
     margin: 0;
     position: relative;
     z-index: 99999;
}

.back_sho {
     position: relative;
}

.back_sho::before {
     position: absolute;
     content: "";
     bottom: -38px;
     right: 0px;
     background: #363636;
     width: 100%;
     height: 248%;
     clip-path: polygon(0px 38%, -71px 0px, 100% 69%, 100% 100%);
}


/** end sandwichs section **/


/** Our_shop section **/

.Our_shop {
     background: #fff;
     padding-top: 90px;
     padding-bottom: 90px;
}

.Our_shop .titlepage {
     padding-bottom: 0px;
     padding-left: 10px;
}

.Our_shop .titlepage p {
     padding-bottom: 40px;
     font-style: italic;
}

.shop_img figure {
     margin: 0;
     position: relative;
     z-index: 99999;
}

.left_sho {
     position: relative;
}

.left_sho::before {
     position: absolute;
     content: "";
     bottom: -38px;
     left: 0px;
     background: #f64f00;
     width: 100%;
     height: 218%;
     clip-path: polygon(100% 0px, 100% 34%, 0 100%, 0 70%);
}


/** end Our_shop section **/


/** contact **/

.contact {
     background: #fff;
     padding-top: 100px;
}

.contact .titlepage h2 {
     padding-bottom: 0;
}

.main_form {
    background: #f0f0f0;
    padding: 40px 35px 30px;
    box-shadow: none;
    position: relative;
    z-index: 99;
    margin-top: 100px;
}

.carousel-inner {
    overflow: inherit;
}

.main_form .cont_in {
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     font-size: 17px;
     height: 55px;
     background: #fff;
     color: #555555;
     font-size: 17px;
     font-weight: normal;
     border: #555555 solid 1px;
     font-style: italic;
}

.main_form .textarea {
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #555555;
    font-size: 17px;
    font-weight: normal;
    padding: 15px 20px 10px 20px;
    border: #555555 solid 1px;
    height: 122px;
    font-style: italic;
    line-height: normal;
}

.main_form .send_btnt {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #353535;
     text-transform: uppercase;
     color: #fff;
     max-width: 175px;
     width: 100%;
     display: block;
     margin-top: 20px !important;
     font-weight: normal;
     height: 65px;
     line-height: 65px;
     margin: 0 auto;
}

.main_form .send_btnt:hover {
     background-color: #f64f00;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #555555;
     opacity: 1;
}

ul.social_icon {
     margin-bottom: 40px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 5px;
}

ul.social_icon li a i {
    font-size: 25px;
    color: #363636;
    transition: ease-in all 0.5s;
    border: #363636 solid 1px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

ul.social_icon li a i:hover {
     color: #fff;
     background: #f64f00;
     transition: ease-in all 0.5s;
}

.map-responsive {
    position: relative;
    z-index: 99;
}

.contact_sho {
     position: relative;
}

.contact_sho::before {
     position: absolute;
     content: "";
     bottom: -38px;
     right: 0px;
     background: #363636;
     width: 100%;
     height: 256%;
     clip-path: polygon(0px 38%, -71px 0px, 100% 69%, 100% 100%);
}


/** end contact **/


/** footer **/

.footer {
     padding-top: 80px;
     background: transparent;
     text-align: center;
}

.footer_sho {
     position: relative;
}

.footer_sho::before {
     position: absolute;
     content: "";
     bottom: 0px;
     left: 0px;
     background: #f64f00;
     width: 100%;
     height: 571%;
     clip-path: polygon(100% 5%, 100% 80%, 78% 100%, 0% 100%);
}

ul.top_infomation li {
    display: inline-block;
    padding: 0 25px;
    font-size: 18px;
    color: #fff;
}

ul.top_infomation li img {
    padding-right: 10px;
    height: 22px;
}

ul.top_infomation li a {
     color: #fff;
}

ul.top_infomation li a:hover {
     color: #fff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 25px;
}

.copyright p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.copyright a {
     color: #ffffff;
}

.copyright a:hover {
     color: #111111;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
    background: #f0f0f0;
    box-shadow: none;
    margin-bottom: 20px;
}

.inner_page .logo a {
     color: #f64f00 !important;
}

.inner_page .logo:before {
     background: transparent;
     position: inherit;
}

.inner_page .footer {
     margin-top: 90px;
     background: #f64f00;
}

.inner_page .contact,
.inner_page .Our_shop,
.inner_page .sandwichs,
.inner_page .about {
     padding-bottom: 0;
     padding-top: 90px;
}


#banner1 .owen {
    margin-top: 0;
}

.logo_section .logo {
    text-align: center;
}

.logo_section .logo a {
    font-size: 42px;
}
