@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@charset "utf-8";html{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;}
html{font-size: 10px; overflow-x: hidden; overflow-y: hidden;}
body{margin:0;padding:0;font-family: 'Source Serif Pro', serif;;background:#ffffff;font-size:1.6rem; color: #3e3e3e; overflow-x: hidden; }
ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button{margin:0;padding:0;vertical-align:middle;box-sizing:border-box;-webkit-box-sizing:border-box;list-style:none;text-decoration:none;outline:none;border:0;border-spacing:0;border-collapse:collapse;font-family: 'Source Serif Pro', serif;;}
*, after, before{box-sizing:border-box;-webkit-box-sizing:border-box; font-family: 'Source Serif Pro', serif;;}

/* font-family: 'Poppins', sans-serif; */
h1, h2, h3, h4, h5, h6{margin:0;padding:0;}
a{text-decoration: none!important;color: var(--PrimaryColor);display: inline-block;font-family: 'Source Serif Pro', serif;;}
a:hover{color: #321839;}
label{font-weight: normal!important;}
b, strong{font-family: 'Source Serif Pro', serif;;font-weight: 700;}
u{text-decoration:underline;}
i, em{font-style:italic;}
img{max-width:100%;}
input[type="button"], 
input[type="submit"], 
input[type="reset"],
input[type="text"],
select,
textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
select::-ms-expand{display:none;}
input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer;}
p{color:#333; font-family: 'Source Serif Pro', serif;;}
a{transition: 0.2s ease-out; -webkit-transition: 0.2s ease-out;outline: none;}


@font-face {
  font-family: 'back_to_black_demoregular';
  src: url('assets/Fonts/back_to_black_demo-webfont.woff2') format('woff2'),
       url('assets/Fonts/back_to_black_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root{
  --PrimaryColor: #fbea32;
  --secundaryColor: #FEF649;;
  --WhiteColor: #ffffff;
  --BlackColor: #333333;;
  --percentage: 0%; 
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}

/* common css */
select{background: url(../images/chevron-down-white.png) no-repeat 96% center;padding-right: 2rem;}

.btnx{padding: 8px 19px;border: 1px solid transparent;border-radius:4px;font-size: 14px;font-weight: 400; font-family: 'Poppins', sans-serif; text-transform: uppercase;}

.btn-border{border: .2rem solid var(--PrimaryColor);}
.btn-border:hover{background: var(--PrimaryColor);color: var(--WhiteColor)!important;}

.btn-primaryx{background: var(--PrimaryColor); color: #000 !important;}
.btn-primaryx i{ margin-right: 2px;}
.btn-primaryx:hover{background: transparent;border-color:var(--PrimaryColor);color:var(--PrimaryColor)!important;}

.same-section{padding: 7rem 0;}
.same-heading{ padding-bottom: 5rem;}
.same-heading h2{font-weight: 600; font-size: 3.6rem;line-height: 45px; color: var(--BlackColor); text-transform: capitalize; }
.same-heading h2 span{ font-size: 6.4rem; color: var(--PrimaryColor); font-family: 'back_to_black_demoregular'; }
.same-heading p{font-size: 16px; line-height: 1.4; color: var(--BlackColor); padding-top: 25px; }
.same-heading.text-center p{ max-width: 640px; margin: 0 auto;}

/* common css */
#top-bar{ margin-bottom: 0; border-bottom: 0; display: none!important;}
#content{ padding-top: 0; margin-top: 0;}
#primary-mono #main{ margin-top: 0;}

body:not(.home) #masthead{ border-bottom: 1px solid #ccc;}

#masthead{ border-bottom: 0; margin-bottom: 0;}
#masthead .container{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
#masthead #site-logo img{ max-height: inherit;}

#top-nav #site-navigation ul{  float: none;}
#top-nav #site-navigation ul li{ float: none;}
#top-nav #site-navigation ul li + li{ margin-left: 4.5rem;}
#top-nav #site-navigation a{ padding:0; font-weight: normal; font-size: 16px; line-height: 1.4; color: #6C6C6C; font-family: 'Poppins', sans-serif; text-transform: uppercase;}
#top-nav #site-navigation a:hover{ color:var(--PrimaryColor);}
.logo-home{width:111px !important}

@media (min-width: 1199px){
  .home #masthead.site-header{ position: absolute; top:8rem;left: 0; right: 0; z-index: 2;}
  .home #masthead.site-header .container{ justify-content: center;}
  .home #masthead.site-header .site-branding{ display: none;}
  .home #masthead.site-header #top-nav #site-navigation a{ color: var(--WhiteColor);}

}



.banner-section{ position: relative; text-align: center;}
.banner-section .banner-img{min-height: 100vh;}
.banner-section .banner-img img{ width: 100%; height: 100%; object-fit: cover;}
.banner-section .banner-text-box{ position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;}
.banner-section::after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;background: rgba(0, 0, 0, 0.2); pointer-events: none; user-select: none;}
.banner-section .container{ position: relative; z-index: 1;}
.banner-text h1{font-style: italic;font-weight: 600;font-size: 4.8rem;line-height: 1.5; color: var(--WhiteColor);}
.banner-text h1 span , 
.banner-text h1 strong{ font-family: 'back_to_black_demoregular'; font-size: 6.5rem;}
.banner-text h1 span{ color: var(--PrimaryColor); }
.banner-text h1 strong{ color: var(--secundaryColor); transform: translateY(25px); display: inline-block; margin: 0 8px;}

.become-partner-text{ margin-bottom: 7rem;}
.become-partner-text h4{font-weight: 600; font-size: 24px; line-height: 1.4; color: var(--BlackColor); margin-bottom: 15px;}
.become-partner-text p{ font-size: 14px; line-height: 18px; color: var(--BlackColor); font-family: 'Poppins', sans-serif; }

.People-share-slider-box{ margin: 0 -15PX;}
.people-share-slider-box{background: #FCFCFF; box-shadow: 0px 4px 4px rgba(150, 150, 150, 0.25); border-radius: 4px; margin: 15px;}
.people-share-slider-box .row{ margin: 0;}
.people-share-slider-box .row div[class*="col-"]{ padding: 0;}
.people-share-slider-box .people-share-slider-img{filter: drop-shadow(0px 4px 4px rgba(150, 150, 150, 0.25)); border-radius: 4px; height:auto; width: 100%;}
.people-share-slider-box .people-share-slider-img img{ width: 100%; height: 100%; object-fit: cover;}

.people-share-slider-text{ padding: 1.5rem 6rem; min-height:281px}
.people-share-slider-text p{ position: relative;font-weight: normal; font-family: 'Poppins', sans-serif;  font-size: 16px; line-height: 1.5; color: var(--BlackColor); margin:45px 0 ; }
.people-share-slider-text p::after{ content: ""; position: absolute; top: -45px; left: 0; width: 51px; height: 39px; background: url(img/slider-icon.svg) no-repeat top center;}
.people-share-slider-text p::before{ content: ""; position: absolute; bottom: -45px; right: 0; width: 51px; height: 39px; background: url(img/slider-icon-2.svg) no-repeat top center;}
.people-share-slider-text h4{ font-weight: 600; font-size: 18px; line-height: 1.4; color: var(--BlackColor);}
#home-slider .owl-nav{ background: #6C6C6C; display: flex; align-items: center; justify-content: space-between; padding: 0 7px; width: 62px; border-radius: 18.5px; height: 19px;position: absolute; left:44px; bottom: 60px; transform: translateX(2px);}
#home-slider .owl-nav button{ background: transparent; box-shadow: none; outline: none;color: var(--WhiteColor); font-size: 12px;}
#home-slider .owl-nav button div{ width: 9px; height: 6px; background: url(img/nav-left-icon.svg) no-repeat center center; background-size: contain;}
#home-slider .owl-nav button.owl-next div{ transform: rotate(180deg);}

.our-fev-dish-box{background: #FCFCFF; box-shadow: 0px 4px 4px rgba(150, 150, 150, 0.25); border-radius: 4px; padding: 2.5rem;margin: 20px; background: rgb(255,247,184);
background: linear-gradient(93deg, rgba(255,247,184,1) 0%, rgba(255,191,215,1) 100%);}
.our-fev-dish-details h3{font-weight: 600; font-size: 24px; line-height: 1.4; color: var(--BlackColor);margin-bottom: 8px;}
.our-fev-dish-details h3 span{display: inline-block; vertical-align: middle; background:#FFC90A; color:var(--WhiteColor); font-size: 14px; border-radius: 5px; padding: 5px;}
.our-fev-dish-details p{font-weight: normal; font-size: 14px; line-height: 1.5; color: var(--BlackColor); font-family: 'Poppins', sans-serif;  }
.our-fev-dish-details ul{ margin: 25px 0 30px;}
.our-fev-dish-details ul li{ display: inline-block; font-family: 'Poppins', sans-serif;  font-size: 14px; color: #6C6C6C;position: relative;padding-left: 30px;}
.our-fev-dish-details ul li span{ position: absolute;left: 0; top: 50%; transform: translateY(-50%); margin-right: 22px;}

.our-fev-dish-slider{ margin: 0 -20px;}

.our-fev-dish-details h4{font-weight: 600; font-size: 24px; line-height: 1.5; color: var(--BlackColor); font-family: 'Poppins', sans-serif;}
.our-fev-dish-details h4 span{ display: inline-block; vertical-align: middle;}
.our-fev-dish-details h5{font-size: 15px; text-decoration: line-through; line-height: 1.5; color: #6C6C6C; font-family: 'Poppins', sans-serif; margin-bottom: 30px;}

.badge{ border-radius: 3px; padding: ; font-size:12px; font-family: 'Poppins', sans-serif; font-weight: 400; display: inline-block;}
.badge-primary{ background: var(--PrimaryColor); color: var(--WhiteColor);}
  
#colophon{ padding: 5rem 0;background: #333333;}
.footer-ul h4{font-weight: 600; font-size: 20px; line-height: 1.4; color: var(--WhiteColor); font-family: 'Poppins', sans-serif; margin-bottom: 25px; }
.footer-ul h3{font-weight: 600; font-size: 20px; line-height: 1.4; color: var(--WhiteColor); font-family: 'Poppins', sans-serif; margin-bottom: 25px; }
.footer-ul ul li{ display: block;}
.footer-ul ul li + li{ margin-top: 15px;}
.footer-ul ul li a{ display: block; font-weight: normal!important; font-size: 16px; line-height: 1.4; color: #F5F5F5!important; font-family: 'Poppins', sans-serif;}
.footer-ul ul li a:hover{ color: var(--PrimaryColor)!important;}
#colophon .footer-menu{ text-align: left;}

.flow-us-box{ text-align: left;}
.flow-us-box h3{font-weight: 600; font-size: 18px; line-height: 1.4; text-transform: uppercase; color: #F5F5F5; opacity: 0.6; margin-bottom: 30px; font-family: 'Poppins', sans-serif; }
.flow-us-box ul li{ display: inline-block; vertical-align: middle; font-size: 16px; color: #F5F5F5; opacity: 0.6;}
.flow-us-box ul li a{ display: inline-block; vertical-align: middle; font-size: 23px; color: #F5F5F5!important; opacity: 0.6; transition: 0.3s;}
.flow-us-box ul li a:hover{ opacity: 1;}
.flow-us-box ul li + li{ margin-left: 16px; }

.footer-bottom{ border-top: 2px solid #424242; padding-top: 25px; margin-top: 25px; display: flex; justify-content: space-between;     flex-flow: row-reverse;}
.footer-bottom .copy-right{font-style: normal; font-weight: normal; font-size: 15px; line-height: 1.4; /* Theme/Gray 100 */ color: #F5F5F5; }
.footer-bottom .copy-right strong{ font-weight: 600;}
.footer-bottom .made-box{ font-style: normal; font-weight: normal; font-size: 15px; line-height: 1.4; /* Theme/Gray 100 */ color: #F5F5F5;}
.footer-bottom .made-box strong{ font-weight: 600;}
.footer-bottom .made-box i{ color: #FDBC30;}

.page-banner{ padding:140px 0; background: url(img/out-story-banner.jpg) no-repeat top left #fff;}
.page-banner-text h1{font-weight: 600; font-size: 4rem; line-height: 1.4; color: var(--BlackColor); }
.page-banner-text h1 span{color: var(--PrimaryColor); font-family: 'back_to_black_demoregular'; }
.page-banner-text p{font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 400;color: #333333; line-height: 1.4; max-width: 500px; width: 100%;margin-bottom: 15px; margin-top: 5px;}

.how-it-work-section{ position: relative;}
.how-it-work-section::after{ content: ""; background: #ffffdca8; top: 0; left: 0; right: 0; height: 350px; position: absolute;}
.how-it-work-section .how-it-icon-1{ position: absolute; top: 0; right: 0; z-index: 2;}
.how-it-work-section .how-it-icon-2{ position: absolute; top: 0; left: 0; z-index: 2;}
.how-it-work-section .container{ position: relative; z-index: 1;}

.how-work-box{background: #FFFFFF; border-radius: 4px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); height:234px; display: flex; align-items: center; justify-content: start; padding: 26px; text-align: center; flex-flow: column;} 
.how-work-box h4{font-weight: 600; font-size: 20px; line-height: 1.4; color: var(--BlackColor); margin: 20px 0 5px; font-family: 'Poppins', sans-serif;}
.how-work-box p{font-size: 14px; line-height: 1.4; text-align: center; color: var(--BlackColor);  font-family: 'Poppins', sans-serif;}

.big-space{ margin-left: -40px; margin-right: -40px;}
.big-space div[class*="col-"]{ padding-left: 80px; padding-right: 80px;}

.bg-gray{ background: #FCFCFF;}

.happy-partners-img{ position: relative;}
.happy-partners-img .img{ width: 195px; height: 218px; display: block; margin-left: auto;}
.happy-partners-img .img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 8px;}
.happy-partners-img .icon{ display: inline-block; margin-bottom: -110px;}

.happy-partners-text p{font-size: 20px;line-height: 1.4; font-family: 'Poppins', sans-serif;color:var(--BlackColor); margin-bottom: 40px;}
.happy-partners-text h4{font-weight: 600; font-size: 18px; font-family: 'Poppins', sans-serif; line-height: 1.4; color: var(--BlackColor); margin-bottom: 6px; }
.happy-partners-text h5{font-weight: normal; font-size: 18px; line-height: 1.5; color: #fbea32; font-family: 'Poppins', sans-serif; }

.happy-partners-section .container{ position: relative;}
.happy-partners-section .happy-partners-icon-2{ position: absolute; right: 0; bottom: 0;}
.happy-partners-section .happy-partners-icon-1{ position: absolute; top: 0; left: 0;}
.happy-partners-section .row{ position: relative; z-index: 1;}

.contact-us-banner{background: url(img/contact-us-banner.jpg) no-repeat top center; background-size: cover; padding: 115px 0;}
.contact-us-banner h1{ font-weight: 600; font-size: 4.8rem; line-height: 1.5; color: var(--WhiteColor); font-family: 'back_to_black_demoregular'; }
.contact-us-banner h1 span{ color: var(--PrimaryColor);}

.same-md-section{ padding: 70px 0;}

.contact-form-img{ height: 295px;}
.contact-form-img img{ width: 100%; height: 100%; border-radius: 4px;}

.contact-form-text h4{font-weight: 600; font-size: 50px; line-height: 1.4; padding:15px 0px; color: var(--BlackColor); }
.contact-form-text h5{ position: relative;font-size:16px; line-height: 1.4; color: #6C6C6C; font-family: 'Poppins', sans-serif; padding-left:20px;  font-weight: 400;}
.contact-form-text h5 span{ color: var(--PrimaryColor);}
.contact-form-text h5 div{ position: absolute; top: 50%; transform: translateY(-50%); left: 0; color: var(--PrimaryColor); font-size: 18px;}
.contact-form-text ul{ margin: 30px 0;}
.contact-form-text ul li{ display: block;font-size: 14px; line-height: 1.4; color: #000000; font-family: 'Poppins', sans-serif; }
.contact-form-text ul li + li{ margin-top: 3px;}

.badge{border-radius: 3px;font-weight: 500; font-size: 11px; padding: 4px; font-family: 'Poppins', sans-serif;}
.badge-primary{ background: var(--PrimaryColor); color: var(--WhiteColor);}

.btn-link{ background: transparent; color: var(--PrimaryColor); border-color: transparent; font-size: 14px; font-family: 'Poppins', sans-serif;padding: 0; position: relative;padding: 4px 0 }
.btn-link::after{ content: ""; position: absolute; bottom: 0; left: 0; transition: 0.3s; height: 2px; background: var(--PrimaryColor); width: 0;}
.btn-link:hover::after{ width: 100%;}
.btn-link:hover{ color: var(--PrimaryColor);}


.contact-form-details-box .row + .row { margin-top: 70px;}

.book-space-section{ background: url(img/book-space-section.jpg) no-repeat top center; background-size: cover; text-align: center; padding: 7rem 0;}
.book-space-section h1{font-weight: 600; font-size: 4.8rem; font-family: 'Poppins', sans-serif; line-height:1.4; color: #FFFFFF; margin-bottom: 30px;}

.btn-info{background: linear-gradient(93.41deg, #F13B91 -5.63%, #F15E28 100.8%); box-shadow: 0px 5px 8px rgba(222, 151, 0, 0.24), 0px 14px 32px rgba(255, 178, 14, 0.29); color: var(--WhiteColor);}
.btn-info:hover{ background: transparent; color: var(--WhiteColor); border-color: var(--WhiteColor);}

.contact-form-input{background: #FCFCFF; box-shadow: 0px 4px 4px rgba(150, 150, 150, 0.25); border-radius: 4px; padding: 30px;}

.fill-input h4{font-weight: 600; font-size: 18px; line-height: 1.4; color: var(--BlackColor); font-family: 'Poppins', sans-serif;}
.fill-input p{font-size: 12px; line-height: 1.4; color: #6C6C6C; font-family: 'Poppins', sans-serif; }

.contact-form{ margin-top: 40px;}

.form-control{height: 44px; background: rgba(255, 255, 255, 0.3); border: 1px solid #D7D7D7; box-sizing: border-box; border-radius: 5px; font-weight: 500; font-size: 14px; color: #000; width: 100%; padding: 0 20px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.form-control::placeholder{ color: #C8C8C8;;}
.form-group{ margin-bottom: 20px;}
textarea.form-control{ height: 90px; padding: 10px  15px!important;}

button, input[type="button"], input[type="reset"], input[type="submit"]{padding: 8px 19px;border: 1px solid transparent;border-radius:4px;font-size: 14px;font-weight: 400; font-family: 'Poppins', sans-serif; text-transform: uppercase; background: var(--PrimaryColor); color: var(--secundaryColor); box-shadow: none!important; outline: none!important;}

.home-blog-box{ padding: 2rem; border-radius: 4px; transition: 0.3s; -webkit-transition: 0.3s;}
.home-blog-box:hover{background: #FCFCFF;box-shadow: 0px 4px 4px rgba(150, 150, 150, 0.25);border-radius: 4px;}
.home-blog-box .book-now{ opacity: 0; transition: 0.3s;}
.home-blog-box:hover .book-now{ opacity: 1;}
.home-blog-box .home-blog-img{ height: 230px; width: 100%; overflow: hidden; margin-bottom: 17px;}
.home-blog-box .home-blog-img img{ width: 100%; object-fit: cover; height: 100%;}
.home-blog-box h5{font-weight: 600;font-size: 24px;line-height: 1.4;color: var(--BlackColor); margin-bottom: 10px;}
.home-blog-box p{font-size: 14px;line-height: 1.4;color: #6C6C6C; margin-bottom: 5px; font-family: 'Poppins', sans-serif;}

.book-now{font-size: 14px;line-height: 1.4;color: var(--PrimaryColor)!important; font-family: 'Poppins', sans-serif; font-weight: 600;}
.book-now i{ margin-left: 4px}
.book-now:hover{ color:var(--PrimaryColor)!important;}

.header-title{ background: transparent!important; font-family: 'Poppins', sans-serif; padding: 0; margin-top: 0; margin-bottom: 4rem; margin-left: 0!important; border: none; text-align: left; color: var(--BlackColor); font-weight: 600;}


.post_content{ font-size: 18px; }
.post_content p{ padding-bottom: 15px; letter-spacing: 0.5px;}
.post_content a{ color:var(--PrimaryColor); font-family: 'Poppins', sans-serif; }
.post_content a:hover{ text-decoration: underline; }
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6{ padding-bottom: 15px; padding-top: 15px; font-weight: 600; color: var(--BlackColor); }
.post_content ul,
.post_content ol{ display: block; clear: both; margin-bottom: 15px; margin-top: 15px; padding-left: 40px; }
.post_content ul li,
.post_content ol li{ display: block; clear: both; position: relative; padding-left: 18px; letter-spacing: 0.5px; }
.post_content ul li + li,
.post_content ol li + li{ margin-top: 6px; }

.post_content ul>li:before{ content: ""; width: 6px; height: 6px; background:#000; border-radius: 8px; display: inline-block; vertical-align: middle; position: relative; left: -16px; top: -1px; margin-right: -6px; }
.post_content ul>li li:before{ content: ""; width: 6px; height: 6px; border: solid 1px#000; background:transparent; border-radius: 8px; position: absolute; left: 0; top: 11px; }

.post_content ol{ list-style-type: lower-alpha; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 18px;}
.post_content ol li{display: list-item; text-align: -webkit-match-parent;list-style: lower-alpha; padding-left: 10px;}
.post_content ol>li li{ list-style: none; padding-left: 25px; }
.post_content ol>li li:before{ content: ""; width: 6px; height: 6px; border: solid 1px#000; background:transparent; border-radius: 8px; position: absolute; left: 0; top: 11px; }

.post_content h2{ font-size: 22px;}
.post_content h3{ font-size: 19px;}
.post_content h4{ font-size: 17px;}
.post_content h5{ font-size: 16px;}
.post_content h6{ font-size: 14px;}

.banner-section.sub-page .banner-img{ min-height: auto;}
.banner-section .banner-text-box .banner-text h4{font-style: italic;font-weight: 600;font-size: 4.8rem;line-height: 1.6;color: var(--WhiteColor); text-align: left;}
.banner-section .banner-text-box .banner-text h4 span{ font-size: 7.2rem; color: var(--PrimaryColor); font-family: 'back_to_black_demoregular';}


.woocommerce-page .header-title, .woocommerce .header-title{ margin-top: 0}

.woocommerce-MyAccount-navigation a{ display: block; padding: 15px; position: relative; font-weight: 500; font-size: 16px; line-height: 1.4; color: var(--BlackColor);  font-family: 'Poppins', sans-serif; outline: none!important;}
.woocommerce-MyAccount-navigation a:hover{ background: #eee;}
.woocommerce-MyAccount-navigation a::after{content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--PrimaryColor); opacity: 0; transition: 0.3s; -webkit-transition: 0.3s;}
.woocommerce-MyAccount-navigation a:hover::after{ opacity: 1;}
.woocommerce-MyAccount-navigation .is-active a{ background: #eee;}
.woocommerce-MyAccount-navigation .is-active a::after{ opacity: 1;}

.woocommerce-MyAccount-content p a{ color: var(--PrimaryColor); font-weight: 600;}
.woocommerce-MyAccount-content p{ font-size: 16px; line-height: 1.5; color: var(--BlackColor); margin-bottom: 15px;}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{ padding: 8px; font-family: 'Poppins', sans-serif;}
.woocommerce table.shop_table th{ font-weight: 600;}
.woocommerce table.shop_table td a{ font-weight: 400; font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--BlackColor);}
.woocommerce table.shop_table td{ font-weight: 400; font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--BlackColor);}
.woocommerce table.shop_table td span{ font-weight: 400; font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--BlackColor);}
.woocommerce table.shop_table td time{ font-weight: 400; font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--BlackColor);}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ padding: 12px 19px;border: 1px solid transparent!important;border-radius:4px;font-size: 14px!important;font-weight: 400!important; font-family: 'Poppins', sans-serif!important; text-transform: uppercase;}
.woocommerce-page .button, .woocommerce .button{background: var(--PrimaryColor)!important; color: var(--secundaryColor)!important;}
.woocommerce-page .button:hover , .woocommerce .button:hover{background: transparent!important;border-color:var(--PrimaryColor)!important;color:var(--PrimaryColor)!important;}

.woocommerce-account .woocommerce-MyAccount-navigation>ul{border-radius: 7px; padding: 10px 0; background: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 12%);}
.woocommerce-info{border-top-color: var(--PrimaryColor)!important;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{background-color: #f5f5f5;}

.woocommerce-MyAccount-content .addresses{    display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-around; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{    -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; padding: 15px; float: initial!important; width: auto;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{     -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; padding: 15px; float: initial!important; width: auto;}

.woocommerce-Address-title.title{ display: flex; justify-content: space-between; align-items: center;margin-bottom: 20px;}
.woocommerce-Address-title.title h3{ float: none!important; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 500; color: var(--BlackColor);}
.woocommerce-account .addresses .title .edit{ float: none!important;}
address{ font-size: 15px; line-height: 1.5; color: var(--BlackColor); font-weight: 400;}
.woocommerce-Address-title::before ,
.woocommerce-Address-title::after{ display: none!important;}

.woocommerce-account .addresses .title .edit{color: var(--PrimaryColor); font-size: 15px; font-weight: 500;}

.addresses .woocommerce-Address{ border: 1px solid #ccc; border-radius: 10px;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{ width: 100%; font-size: 16px; font-weight: 500;  font-family: 'Poppins', sans-serif; margin-bottom: 12px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 49%;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textareainput[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea , select , .input-text{height: 44px; background: rgba(255, 255, 255, 0.3); border: 1px solid #D7D7D7; box-sizing: border-box; border-radius: 5px; font-weight: 500; font-size: 14px; color: #000; width: 100%; padding: 0 20px; font-family: 'Poppins', sans-serif; font-weight: 400;}
.woocommerce-form-row span em{ margin-top: 10px;}
legend{font-family: 'Poppins', sans-serif; margin: 20px 0 10px; font-weight: 500; font-size: 20px; color: var(--BlackColor);}
.woocommerce form .password-input, .woocommerce-page form .password-input{ width: 100%;}

article h1, article h2, article h3{ font-size: 22px; font-weight: 500; font-family: 'Poppins', sans-serif; color: var(--BlackColor); margin-bottom: 15px;}
.form-row .woocommerce-input-wrapper .woocommerce-input-wrapper{ width: 100%; display: block;}
.woocommerce-input-wrapper{width: 100%; display: block;}

.woocommerce .quantity .qty{ width: 100px;}
.woocommerce a.remove{ width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; background: var(--PrimaryColor)!important; color: var(--WhiteColor)!important; border: 1px solid!important; border-color: var(--PrimaryColor)!important; font-size: 19px!important;}
.woocommerce a.remove:hover{ background: transparent!important; color:var(--PrimaryColor)!important;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ padding: 12px 19px;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{ width: 140px;}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals td, .woocommerce-cart .entry-content .woocommerce .cart-collaterals th{ padding: 10px;}



#secondary .widget h2{ font-size: 24px; font-weight: 500; font-family: 'Poppins', sans-serif;margin-bottom: 10px;}
.widget .wp-block-latest-posts{ margin: 0;}
.widget .wp-block-latest-posts li{ font-size: 15px; font-weight: 000; color: #000; font-family: 'Source Serif Pro', serif; padding-left: 20px; position: relative;}
.widget .wp-block-latest-posts li::before{ position: absolute; content: ""; width: 8px; height: 8px; border-radius: 10px; background: #000; top: 2px; left: 0px;}
.widget .wp-block-latest-posts li + li{ margin-top: 15px;}

.home-blog-img a{ width: 100%; display: block; height: 100%;}
/* .navbar-light .navbar-nav .nav-link{color:#000; padding:0px 14px;} */

@media (max-width: 1199px){ 
  #masthead #site-logo img{max-height: 90px;} 
  #top-nav #site-navigation ul{ margin: 0mm;}
  html{ font-size: 8px;}
  #top-nav #site-navigation ul li + li{ margin-left: 0rem;}
  #top-nav #site-navigation ul li a{  padding: 10px; font-size: 14px;}
  .banner-text-box .site-logo{ display: none;}
  .banner-text h1{ font-size: 3.5rem}
  .banner-text h1 span, .banner-text h1 strong{ font-size: 5.5rem;}
  .banner-section .banner-img{ height: auto; min-height: 400px;}
  .banner-section .banner-img img{ width: 100%; height: 100%; min-height: 400px; object-fit: cover;}
  .banner-img img{ width: 100%; height: 100%; min-height: 400px; object-fit: cover;}

  #home-slider .owl-nav{ bottom: 52px; right: 39%;}
  .banner-section .banner-text-box .banner-text h4{ font-size: 4rem;}
  .banner-section .banner-text-box .banner-text h4 span{ font-size: 6rem;}

  .banner-section.sub-page .banner-img{  min-height: 400px;}
  .banner-section.sub-page .banner-img img{ min-height: 400px; }

  .page-banner{ padding: 100px 0;}
  .big-space{ margin: 0 -15px;}
  .big-space div[class*="col-"]{ padding:  0 15px;}

  .happy-partners-img .img{ width: 100%; height: 100%; margin-left: 0;}
  .happy-partners-section .happy-partners-icon-1{ display: none;}

}

@media (max-width: 991px){

  .same-heading h2 span{ font-size: 5rem;}
  .home-blog-box .book-now{ opacity: 1;}
  .home-blog-box{background: #FCFCFF;box-shadow: 0px 4px 4px rgb(150 150 150 / 25%);border-radius: 4px; margin-bottom: 15px;}
  .dish-img{ display: none;}
  .our-fev-dish-details{  text-align: center;}
  .same-heading h2{ text-align: center;}
  .become-partner-text{ text-align: center;}
  .become-partner-img{ margin-top: 30px; text-align: center;}
  .same-heading{ padding-bottom: 3rem;}
  .become-partner-text{ margin-bottom: 4rem;}
  #home-slider .owl-nav{ margin: 0 auto; position: inherit; transform: translateX(0px); bottom: 0; right: inherit;}
  .people-share-slider-text p::before ,
  .people-share-slider-text p::after{ width: 51px; height: 39px;  background-size: cover; display: none;}
  .people-share-slider-text p{ text-align: center;margin: 15px 0;}
  .people-share-slider-text{ padding: 15px;}
  .footer-bottom{ flex-flow: column-reverse;}
  .footer-bottom .copy-right{ margin-top: 10px;}
  #colophon .footer-menu ul{ text-align: center;}
  .footer-ul h4{ text-align: center;}
  .flow-us-box{ text-align: center;}

  .banner-section .banner-text-box .banner-text h4{  text-align: center;}
  .page-banner{ padding: 70px 0;}
  
  .how-it-work-section::after{display: none;}
  .how-it-work-section{ background: #F1F7FF;}
  .how-work-box{ margin-bottom: 30px; height: auto;}
  .how-it-work-section .how-it-icon-2 ,
  .how-it-work-section .how-it-icon-1{ display: none;}
  .happy-partners-text{ text-align: center;}

  .happy-partners-img .img{ margin-bottom: 20px; height: 320px;}
  .happy-partners-text p{ margin-bottom: 20px;}
  .happy-partners-section .happy-partners-icon-2 img{ max-width:160px ;}
  .people-share-slider-text h4{text-align: center;}
  .btn-custom{ text-align: center;}
  .contact-us-banner{ text-align: center; padding: 70px 0; text-align: center;}
  .contact-us-banner h1{ font-size: 4rem;}

  .contact-form-input{ padding: 15px;}
  .fill-input{ margin-top: 20px;}
  .contact-form-text{ margin-bottom: 20px}
  .book-space-section h1{ font-size: 4rem;}

}


@media (max-width: 600px){

  .main-navigation ul{ position: absolute; top: 100%; left: 0; right: 0; background: var(--WhiteColor); border-top: 1px solid ; border-color: var(--PrimaryColor);}
  #top-nav #site-navigation ul li{  width: 100%; display: block; text-align: center;}
  #top-nav #site-navigation ul li a{ font-size: 15px; padding: 13px 10px;}
  #top-nav h1.menu-toggle{ margin-bottom: 0;}
}

@media (max-width: 567px)
{

  .page-banner{ text-align: center;}
  .page-banner{ padding: 50px 0;}
  .same-section{ padding: 50px 0;}
}

@charset "utf-8";
/* CSS Document */




@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap');


html, body{font-family: 'Roboto', sans-serif; height:100%; }
h1, h2, h3, h4, h5, h6{margin:0px; padding:0px}
p{margin:0px; padding:0px}
ul {margin:0px; padding:0px; list-style:none}
ul li{margin:0px; padding:0px}
a{text-decoration:none; transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.navbar{padding:0px 0px;}
.btn{text-decoration:none; transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.navbar{padding:0px 0px;}
.navbar-light .navbar-toggler{border-radius:0px; border-color:#1f4e78; outline:none; box-shadow:none; line-height:inherit; padding:2px 10px; color:#1f4e78}
.navbar-light .navbar-toggler-icon{background:none;}
.navbar-toggler-icon{height:auto; width:auto;}





#join_section{background:url('http://grubclub.fun/wp-content/uploads/2022/01/bgsecrib.png') no-repeat top center; background-size:cover; padding:30px 0px;}
.join_text h1{font-size:38px; font-weight:600; color:#333743; padding:3px 0px;}
.join_text p{font-size:15px; font-weight:400; color:#000000; padding:5px 5px;}
.form_input{background:#fff; border-radius:100px; padding:3px 3px; display:block; width:100%}
.form_input .form-control{border:none; border-radius:100px; box-shadow:none; outline:none; height:50px; font-size:16px;  font-family: 'Poppins', sans-serif; }
.form_input .btn{background:#f47320; color:#fff;font-family: 'Poppins', sans-serif; font-weight:500; padding:10px 10px; font-size:16px; border-radius:100px; width:180px; text-transform:uppercase; outline:none; box-shadow:none}
.form_input .btn:hover{background:#0d191d}
#join_section .row{align-items:center;}


#footer{background:#0d191d; padding:20px 0px;}
.fotr_link {text-align:center}
.fotr_link ul{padding:10px 0px;}
.fotr_link ul li a{color:#fff; text-decoration:none; font-size:15px; font-weight:500;}
.fotr_link ul li a:hover{color:#ffca02}
.fotr_link ul.socle-icon li a{border:1px solid #e5d7ac; color:#e5d7ac; font-size:20px; border-radius:100px; height:45px; width:45px; display:block; text-align:center; padding:6px 0px;}
.fotr_link ul li{display:inline-block; padding:10px;}
.fotr_link ul.socle-icon li{padding:10px 5px;}
.fotr_link ul.socle-icon li a:hover{background:#e01c23; border-color:#e01c23; color:#fff}
.fotr_link p{color:#fff; text-decoration:none; font-size:15px; font-weight:400; padding:10px 0px;}
#join_section .form_input form{display:flex; flex-wrap:wrap;}
#join_section .form_input{display:block}

/**20-6-2023***/
.checkstat input {background:none !important; border:none !important; box-shadow:none !important; outline:none!important;}


@media (min-width: 1200px) {
	
}
   
   
   
   

@media (min-width: 992px) and (max-width: 1199px) {



.join_text h1{font-size:32px;}

}

@media (min-width: 768px) and (max-width: 991px) {


.dekstop{display:none}
.mobile{display:block}
#header{padding:2px 0px;}


.join_text h1{font-size:32px;}
.join_text {text-align:center; padding:0px 0px 10px;}


.top_text h1{font-size:40px;}
.top_text h2{font-size:35px;}
#inform {width:72%}
.box_images{width:100%}
.top_text p{font-size:16px;}
	
	
}
@media (max-width: 767px) {
.dekstop{display:none}
.mobile{display:block}
#header{padding:2px 0px;}
.navbar-light .navbar-toggler{color:#f5e5b7; border-color:#f5e5b7;}

.join_text h1{font-size:25px;}
.join_text {text-align:center; padding:0px 0px 10px;}
.form_input .form-control{font-size:15px;}
.form_input .btn{font-size:15px;}
	
.top_text h1{font-size:30px;}
.top_text h2{font-size:35px;}
#inform {width:100%; margin:10px 0px}
.box_images{width:100%}
.top_text p{font-size:16px;}
.aroimg{display:none}
.box_images{padding:10px 0px; margin:0px;}
.box_images .box{padding:10px 0px;}
#inform form{display:block;}
#inform input[type="text"]{width:100%}
#inform .btn{width:100%; display:block; margin:5px 0px;}

}



#secondary .widget{background: #fff;padding: 15px;border-radius: 0;margin-bottom: 20px;color:  #000;}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    z-index: 1 !important;
}