/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('css1.css');
@import url('css2.css');
@import url('css3.css');
@import url('css4.css');

/*****-----------------------------------------
 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(../../../../../../../https@html.design/demo/fantastic_food/css/animate.min.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/meanmenu.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/swiper.min.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/slick.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/jquery.fancybox.min.css);
@import url(../../../../../../../https@html.design/demo/fantastic_food/css/jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
skeleton 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', 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: 400;
     font-size: 17px;
     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;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 45px;
    color: #302128;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    text-transform: none;
    text-transform: capitalize;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background: #302128;
     max-width: 186px;
     width: 100%;
     transition: ease-in all 0.5s;
     color: #fff;
     display: block;
     height: 52px;
     line-height: 52px;
     margin: 0 auto;
     text-align: center;
}

.read_more:hover {
     background: #feb700;
     color: #302128;
}

.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%;
    background: #251524;
    height: 103px;
    padding: 0px;
    box-shadow: 0 0px 40px -10px rgba(30, 30, 30, 0.5);
    position: relative;
}

.logo_section {
     display: none;
}

.padd_0 {
     padding: 0;
}

.navigation.navbar {
     padding: 0;
     text-align: center;
}

.navigation.navbar-expand-md .navbar-collapse {
     justify-content: center;
}

.navigation .navbar-nav.mr-auto {
     margin: 15px auto 0;
}

.navigation .navbar-nav.mr-auto li {
     display: flex;
     align-items: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ffb800;
}

.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: #ffb800;
}

.di_no {
     display: none;
}

ul.email {
     text-align: center;
}

ul.email li {
    padding: 36px 0px;
    background: #ffc000;
    width: 100%;
}

ul.email li i {
     color: #251524;
     font-size: 28px;
}




/** end header **/


/** banner section **/

.full_bg {
    /****/background: url(../image/banner_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 850px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.board span {
     font-size: 41px;
     line-height: 45px;
     color: #2d1e2a;
     font-weight: bold;
     padding-bottom: 30px;
     text-transform: uppercase;
     display: block;
}

.board strong {
     font-size: 100px;
     line-height: 85px;
     text-transform: uppercase;
     color: #fff;
     font-weight: bold;
}

.board h1 {
     font-size: 175px;
     line-height: 160px;
     color: #fff;
     font-weight: bold;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev, 
#carouselExampleIndicators .carousel-control-next {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #211521;
    font-size: 18px;
    opacity: 1;
    top: 110%;
    box-shadow: none;
    z-index: 999;
    font-weight: normal;
}

#carouselExampleIndicators .carousel-control-prev {
     left: 0%;
}

#carouselExampleIndicators .carousel-control-next {
     right: inherit;
     left: 6%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #211521;
     color: #fff;
}

.banner_img {
     padding-right: 50px;
}

.banner_img figure {
     margin: 0;
}


/** end banner section **/


/** our recipes **/

.recipes {
     padding-top: 85px;
     background: #fff;
     position: relative;
}

.recipes::before {
     position: absolute;
     content: "";
     background: url(../image/left_be.png);
     background-repeat: no-repeat;
     width: 249px;
     height: 500px;
     left: 0;
     bottom: 110px;
}

.recipes::after {
     position: absolute;
     content: "";
     background: url(../image/tets_af.png);
     background-repeat: no-repeat;
     width: 302px;
     height: 500px;
     right: 0;
     bottom: 110px;
}

.recipes .titlepage p {
     font-size: 17px;
     padding-top: 15px;
     color: #2b2b2b;
}

.recipes_box {
    background: #fff;
    margin-bottom: 30px;
    padding: 50px 20px;
    z-index: 9999;
    position: relative;
    border: solid #ffc000 5px;
}

.recipes_box figure {
     margin: 0;
}

.recipes_box h3 {
     color: #161616;
     font-size: 25px;
     text-transform: uppercase;
     font-weight: bold;
     line-height: 22px;
}

.recipes_box span {
     color: #ffba00;
     font-size: 17px;
     line-height: 28px;
     font-weight: bold;
}

.recipes .read_more {
     margin-top: 50px;
}


/** end our recipes **/


/** about section **/

.about {
     background: #fff;
     padding-top: 85px;
     padding-bottom: 90px;
}

.about .titlepage {
     padding-bottom: 40px;
}

.about .titlepage h2 {
     padding-bottom: 10px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #232323;
}

.about_text {
     margin: 0;
}

.about_text p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     text-align: left;
    text-indent: 2em;
    margin-bottom: 10px;
	 /*
     color: #232323;
     padding: 55px;
     border: #848484 solid 1px;
     margin-bottom: 70px;
	 */
}

.tbg {
     background: url(../image/ba.png);
     background-repeat: no-repeat;
     background-position: center;
     padding: 66px 0;
}

.about_img1 figure,
.about_img2 figure,
.about_img3 figure {
     margin: 0;
}

.about_img1 figure img,
.about_img2 figure img,
.about_img3 figure img {
     max-width: 100%;
}

.about_img3 figure img {
     margin: 0 auto;
     margin-right: 0;
     display: block;
}


/** end about section **/


/** book_table **/

.book_table {
     background: #302128;
     padding-top: 85px;
     padding-bottom: 90px;
     position: relative;
}

.book_table::before {
     position: absolute;
     content: "";
     background: url(../image/table_right.png);
     background-repeat: no-repeat;
     width: 248px;
     height: 324px;
     right: 0;
     top: 300px;
}

.book_table .titlepage {
     padding-bottom: 20px;
}

.book_table .titlepage h2 {
     padding-bottom: 10px;
     color: #fff;
}

.yello {
     color: #ffb800;
}

.book_table .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #ffff;
}

.group_form {
     display: flex;
     align-items: center;
     margin-bottom: 40px;
}

.form_icon {
     background: #ffb800;
     width: 63px;
     height: 61px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.contactus {
     border: inherit;
     width: 100%;
     padding: 0px 25px;
     background: #fff;
     color: #1f1d47;
     font-size: 18px;
     font-weight: normal;
     box-shadow: inherit;
     height: 61px;
}

.nice-select {
     width: 100% !important;
     line-height: 61px !important;
     text-transform: uppercase;
}

.contactus.nice-select::after {
     border-bottom: 2px solid #000000;
     border-right: 2px solid #000000;
     content: '';
     display: block;
     height: 12px;
     pointer-events: none;
     position: absolute;
     right: 18px;
     top: 45%;
     -webkit-transform-origin: 66% 66%;
     -ms-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 12px;
}

.send_btn {
     background: #ffb800;
     font-weight: 500;
     font-size: 20px;
     width: 100%;
     font-weight: bold;
     color: #fff;
     height: 81px;
     line-height: 81px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
     margin: 0 auto;
     display: block;
}

.send_btn:hover {
     background: #fff;
     color: #ffb800;
     transition: ease-in all 0.5s;
}

#table *::placeholder {
     color: #1f1d47;
     opacity: 1;
}

.table_img figure {
     margin: 0;
}

.table_img figure img {
     border-radius: 60%;
     border: #efae03 solid 0px;
     max-width: 100%;
     display: block;
     text-align: right;
     margin: 0 auto;
     margin-right: 0;
}


/** end book_table **/


/** map **/

.padd0 {
     padding: 0;
}


/** end map **/


/** latest section **/

.latest {
     background: #fff;
     padding-top: 85px;
     position: relative;
}

.latest::before {
     position: absolute;
     content: "";
     /*
     background: url(../image/left_be.png);
     */
     background-repeat: no-repeat;
     width: 249px;
     height: 502px;
     left: 0;
     top: 145px;
}

.latest .titlepage h2 {
     padding-bottom: 10px;
}

.latest .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #232323;
     padding-bottom: 29px;
}

.latest_img figure {
     margin: 0;
}

.latest_img figure img {
     width: 100%;
     box-shadow: 0 0 19px rgba(30, 30, 30, 0.10);
}

.fer {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

.fer span {
    /*
     background: #ffb800;
     color: #fff;*/
    
     color: #000;
     display: block;
     text-align: center;
     padding: 30px 20px;
     font-size: 17px;
     text-transform: uppercase;
}

.recipe h3 {
     color: #50504f;
     font-size: 35px;
     line-height: 45px;
     font-weight: bold;
     margin-top: 12px;
}

.recipe p {
     color: #50504f;
     font-size: 17px;
     line-height: 30px;
     padding: 18px 0 27px 0;
}

.recipe ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     z-index: 9;
     position: relative;
     flex-wrap: wrap;
}

.recipe ul li {
     display: inline-block;
     color: #50504f;
}

.recipe ul li a {
     display: inline-block;
     color: #50504f;
     font-size: 17px;
}

.recipe ul li a:hover {
     color: #ffb800;
}

.recipe ul li a img {
     padding-left: 14px;
}

.fist_sec {
     padding-bottom: 30px;
}


/** end latest section **/


/** testimonial **/

.testimonial {
     background: #ffffff;
     padding-top: 85px;
     position: relative;
}

.testimonial::before {
     position: absolute;
     content: "";
     background: url(../image/tets_be.png);
     background-repeat: no-repeat;
     width: 282px;
     height: 500px;
     left: 0;
     bottom: -101px;
}

.testimonial::after {
     position: absolute;
     content: "";
     background: url(../image/tets_af.png);
     background-repeat: no-repeat;
     width: 302px;
     height: 500px;
     right: 0;
     top: -101px;
}

.testimonial_banner {
     z-index: 9999;
}

.testimonial_banner .relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.test_box {
     background: #ffffff;
     box-shadow: 0 0 19px rgba(30, 30, 30, 0.10);
     padding: 0 40px 55px 40px;
     margin: 15px;
     margin-top: 66px;
     z-index: 9999999;
     position: relative;
}

.test_box i img {
     margin-top: -66px;
}

.test_box h4 {
     color: #262626;
     font-size: 29px;
     line-height: 28px;
     font-weight: bold;
     margin-top: 20px;
}

.test_box span {
     width: 121px;
     background: #ffb800;
     height: 9px;
     display: block;
     margin-top: 15px;
}

.test_box p {
     color: #262626;
     font-size: 17px;
     line-height: 30px;
     padding: 40px 0 50px 0;
}

#myCarousel .carousel-indicators {
     bottom: 40px;
     left: inherit;
     margin-right: 51px;
     cursor: pointer;
}

#myCarousel .carousel-indicators .active {
     background: #ffb800;
}

#myCarousel .carousel-indicators li {
     background: #302128;
     width: 26px;
     height: 26px;
     border-radius: 20px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}


/** end testimonial **/


/** footer **/

.footer {
     margin-top: 80px;
     padding-top: 80px;
     background: #302128;
     text-align: center;
}

ul.social_icon {
     padding-bottom: 50px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 12px;
}

ul.social_icon li a i {
     font-size: 35px;
     color: #ffffff;
     transition: ease-in all 0.5s;
}

ul.social_icon li a i:hover {
     color: #ffc300;
     transition: ease-in all 0.5s;
}

ul.conta {
     display: flex;
     justify-content: space-between;
     border: #5d5156 solid 1px;
     flex-wrap: wrap;
     padding: 20px 30px 0 30px;
     margin-bottom: 35px;
}

ul.conta li {
    color: #ffffff;
    text-align: left;
    padding-bottom: 18px;
    font-size: 19px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 300;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
    margin-right: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90%;
}

ul.conta li a {
     color: #fff;
}


/*newsletter*/

.newsl {
     font-family: 'Raleway', sans-serif;
     margin-bottom: 40px;
     width: 100%;
     height: 45px;
     background: transparent;
     color: #837a7e;
     font-size: 17px;
     font-weight: normal;
     border: inherit;
     box-shadow: inherit;
     padding: 0;
     border-bottom: #7b7176 solid 1px;
}

.subsci_btn {
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #ffffff;
     text-transform: uppercase;
     color: #302128;
     max-width: 203px;
     width: 100%;
     display: block;
     font-weight: bold;
     height: 57px;
     line-height: 57px;
     border-radius: 40px;
     margin: 0 auto;
}

.subsci_btn:hover {
     background-color: #ffb800;
     transition: ease-in all 0.5s;
     color: #fff;
}


/* end newsletter*/

.copyright {
     margin-top: 80px;
     padding-bottom: 25px;
     background: #ffb800;
}

.copyright p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #302128;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
    position: inherit;
    margin-bottom: 0;
    box-shadow: 0 20px 50px -20px rgba(0,0,0,.5) !important;
    z-index: 1;
    position: relative;
}



.bg_inner_all .titlepage {
    padding: 70px 0;
}

.bg_inner_all {
     background-color: #ffbc00;
}

.inner_page .about {
     padding-bottom: 0;
}


/** contact **/

.contact {
     background: #302128;
     padding-bottom: 90px;
     padding-top: 88px;
}

label {
     color: #fff;
     font-size: 17px;
     margin-bottom: 20px;
     line-height: 18px;
     font-weight: 600;
}

.main_form .cont_in {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     border: inherit;
     height: 155px;
}

.main_form .send_btnt {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #ffbc00;
     text-transform: uppercase;
     color: #fff;
     max-width: 209px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 61px;
     float: right;
     line-height: 61px;
}

.main_form .send_btnt:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #ffbc00;
}

#request *::placeholder {
     color: #021626;
     opacity: 1;
}

.slider_main {
    padding-top: 0;
    width: 100%;
}
.maps li{
    margin-bottom: 5px;
}
.maps p{
    font-size: 12px;
}
.maps .togooglemap{
    margin-top:0px;background-color:#484848;color: #fff;font-size: 14px;
}
.maps a{
    color: #fff; padding-left:10px
}
/** end contact **/
