body
{
	background-color: #ffffff;
}



html
{
	 font-size: 14px;
}

/*div when mobile display none*/

.desktop-d-block {
	display: block;
}

.desktop-d-none {
	display: none !important;
}



/*div when mobile display none*/


:root {
  --red: #800235;
  --red-light: #ffd8d0;
  --green: #003E1F;
  --blue: #045694;
  --black: #2C2C2C;
  --black-light: #777777;
  --gray: #C2C9D1;
  --gray-light: #E0E4E8;
  --white: #ffffff; 
  --white-dark: #cfcfcf;
}

/*:root {
  --red: #6456B7;
  --red: #24500F;
  --white: #f7f7f7; 
}
*/

h1,h2{
	font-family: 'Open Sans Condensed';
}

h3,h4,h5{
  font-family: 'Open Sans', sans-serif;
}

p,a{
  font-family: 'Open Sans', sans-serif;

}

.logo-font{
	font-family: 'Permanent Marker', cursive;
}

.condensed-font{
	font-family: Open Sans Condensed;
}

.text-shadow{
	text-shadow: 0 0 10px #2c2c2c;
}

.condensed-font-title{
	font-size: 72px;
	font-family: Open Sans Condensed;
}


.btn{
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration: none !important;
    color: var(--black);
}

a:hover{
    text-decoration: none;
}

.bg-red{
	background: var(--red);
}

.bg-green{
	background: var(--green);
}

.bg-blue{
	background: var(--blue);
}

.text-red{
	color: var(--red);
}

.text-blue{
	color: var(--blue);
}



.text-black{
	color: var(--black);
}

p{
	color: var(--black);
}


#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 4.5rem;
	
}


.animated {
	 animation-duration: 500ms;
}


.shadow-sm{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg{
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

/*custom box shadows*/

.shadow-custom{
	 box-shadow: 3px 5px 15px 10px #31a05f0d;
	 -webkit-box-shadow: 3px 5px 15px 10px #31a05f0d;
}

/*custom box shadows*/

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


::-webkit-scrollbar {
	background: var(--red);
	/*border-radius: 4px;*/
	height: 5px;
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}





/*btn style*/

.btn.btn-red {
	 border: none;
	 background: var(--red);
     /*background: linear-gradient(146deg, rgba(0,131,189,1) 0%, rgba(0,141,203,1) 74%);*/
	 color: #fff !important;
	 border-radius: 3px;
	 font-size: 18px;
	 padding: 5px 15px 5px 15px;
    /*font-family: "Josefin Sans";*/

}

.btn.btn-red {
	 border: none;
	 background: var(--red);
	 color: #fff !important;
	 border-radius: 20px;
	 font-size: 18px;
	 font-weight: 600;
	 padding: 10px;
    /*font-family: "Josefin Sans";*/

}

.btn.btn-red-outline {
	 border: 1px solid var(--red);
	 background: transparent;
	 color: var(--red);
	 font-size: 18px;
	 font-weight: 600;
	 border-radius: 3px;
	 padding: 10px;
     /*font-family: "Josefin Sans";*/
}

.btn.btn-book {
	 border: none;
	 background: var(--green);
	 color: #fff !important;
	 border-radius: 3px;
	 font-size: 18px;
	 padding: 5px 15px 5px 15px;
     /*font-family: "Josefin Sans";*/
     transition: transform .2s; 

}

.btn.btn-order {
	 border: none;
	 background: var(--green);
	 color: #fff !important;
	 border-radius: 3px;
	 font-size: 18px;
	padding: 5px 15px 5px 15px;
    /*font-family: "Josefin Sans";*/
    transition: transform .2s; 

}

.btn.btn-book-outline {
	 border: 1px solid var(--red);
	 background: transparent;
	 color: var(--red);
	 border-radius: 3px;
	 font-size: 18px;
	 padding: 5px 15px 5px 15px;
     /*font-family: "Josefin Sans";*/
     transition: transform .2s; 

}

.btn.btn-white {
	 border: .5px solid #808080;
	 background: rgb(255,255,255);
	 color: var(--red) !important;
	 font-size: 18px;
	 border-radius: 3px;
	 padding: 5px 15px 5px 15px;
    /*font-family: "Josefin Sans";*/
}


.btn.btn-eee {
	 border: none;
	 background: #eee;
	 color: var(--red) !important;
	 border-radius: 3px;
	 font-size: 18px;
	 padding: 5px 15px 5px 15px;
    /*font-family: "Josefin Sans";*/
}

.btn.btn-search{
	background: rgb(4,86,148);
	background: linear-gradient(159deg, rgba(4,86,148,1) 0%, rgba(128,2,53,1) 62%, rgba(255,255,255,1) 100%);
	border: none;
}


.btn.btn-red:hover,
.btn.btn-red-outline:hover,
.btn.btn-book:hover,
.btn.btn-white:hover,
.btn.btn-eee:hover {
	 box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	 -webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
	 -ms-transform: scale(1.1); /* IE 9 */
  	 -webkit-transform: scale(1.1); /* Safari 3-8 */
  	 transform: scale(1.00); 
}

/*.btn.btn-default {
	 border-color: #ccc;
	 background-color: #ccc;
	 color: #555;
}*/

/*.btn.btn-default:hover {
	 background-color: #fafafa;
}*/
/*btn style*/



/*header section*/


.global-card-shadow{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.desktop-card-star-div{
	padding: 15px;
}


/*top-title*/

/*home page css starts here*/

/*mega-navbar css*/

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
   padding-left: 20px;
}

.navbar .dropdown-menu {
  border:none;
  background-color: var(--white);
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:5px;
  padding-bottom:5px;
  background: var(--red) !important;
}



/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:50%;
  left:50%;
  /*right:0;*/
/*  height of nav-item  */
  top:65px;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  
}

.navbar .dropdown-menu .nav li{
	list-style-type: circle;
}

.navbar .dropdown-menu .nav li a{
	color: var(--black);

}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, 
.navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}
/* 
.top-nav {
	 z-index: 100;
	 position: relative;
	 
	 left: 0;
	 width: 100%;
	 border-bottom: 1px solid rgba(0,0,0,.12);
     
} */


.top-nav .navbar-nav{
	padding: 5px;
	margin-right: 15px;
}

.top-nav .navbar-nav a.nav-link {
	 font-size: 16px;
	 
	 font-family: Open Sans Condensed;
	 text-transform: uppercase;
	 letter-spacing: .2px;
	 color: var(--white);
	 text-decoration: none;
	 transition: 0.25s;
}

.top-nav .nav-link:hover {
	 color: var(--white-dark) !important;
}


/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding: 5px 3px;
  margin: 0 5px;
}

.navbar-brand{
	font-family: 'Permanent Marker', cursive;
	font-size: 22px;
	color: var(--white) !important;

}

.navbar-brand img{
/*	width: 75px;
	height: 75px;*/
}


.navbar-nav .covid-menu{
	background: #880808;
	color: #fff !important;
	border-radius: 3px;
	padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav .nav-cart .cart-icon{
	margin-top: 20px;
	margin-left: -10px;
}

.navbar-nav .nav-cart .cart-icon i{
    line-height: 1.5;
}

.navbar-nav .single-icon.cart-icon {
    position: relative;
    color: var(--white);
    font-size: 13px;
}

.navbar-nav .single-icon.cart-icon .total-count {
    position: absolute;
    top: -10px;
    right: -20px;
    background: var(--white);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: var(--red);
    border-radius: 100%;
    font-size: 11px;
}

/*navbar toggler icon */

 .navbar-toggler {
	 background: none;
	 border: none;
}
 .navbar-toggler:active, .navbar-toggler:focus {
	 outline: 0;
}
 .navbar-toggler .navbar-toggler-icon {
	 display: block;
	 width: 22px;
	 height: 2px;
	 border-radius: 1px;
	 margin: 4px 0 4px 0;
	 transition: all 0.2s;

}
 .navbar-light .navbar-toggler .navbar-toggler-icon {
	 background: var(--white);
}
 .navbar-toggler .navbar-toggler-icon:nth-of-type(1) {
	 transform: rotate(45deg);
	 transform-origin: 10% 10%;
}
 .navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
	 opacity: 0;
	 filter: alpha(opacity=0);
}
 .navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
	 transform: rotate(-45deg);
	 transform-origin: 10% 90%;
}

 .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(1) {
	 transform: rotate(0);
}
 .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
	 transform: rotate(0);
}
 

/*navbar toggler icon*/

/*mega navbar*/


/*header hero*/

/*top-title*/

/*.header {
	height: 70vh;
	position: relative;
}
*/
.header .top-video{
	position: absolute;
	right: 5%;
	bottom: 7%;
}

.top-title .title-box{
	text-align: left;
	margin-top: 10vh;
}

.top-title .title-text{
	font-size: 48px;
	font-weight: bold;
}


.top-title .sub-title-text{
	font-size: 42px;
	color: var(--black);
}

.top-search .form-control{
	border-radius: 34px ;
	border-color: #cc8080;
}

.top-search .top-search-content{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 18vh;
	left: 0;
	right: 0;
	text-align: center;
}

.top-search .has-search .form-control {
    padding-left: 2.375rem;
    color: var(--black);
}

.top-search .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #cc8080;
}


/*header hero*/

/*header section*/



/*title's style*/

/*section-title*/


.section-title{
	/*margin-top: 35px;*/
	margin-bottom: 35px;
	color: var(--green);
	font-size: 36px;
	text-align: center;
	
}

.section-title span{

	border-radius: 7px;
}


.section-padding{
	padding: 120px 60px;
}



/*section-title*/

.product-details{
	padding-top: 100px;
}



/* food menu card  */

.food-menu-card .food-name{
	font-size: 24px;
	font-weight: normal;
}

/* food menu card  */

/*food-menu-sec starts*/

.food-menu-sec .food-menu-card {
	margin-bottom: 0px;
}

.food-menu-card .btn.btn-red-outline{
	
	/* margin-bottom: 15px; */
}


.food-menu-sec .food-menu-card img{
	/* border-radius:20px; */
	margin-top: 10px;
    margin-bottom: 20px;
	width: 100%;
	height: 322px;
}

.food-menu-sec .food-menu-card .flr{
	float:right
}


/*food-menu-sec ends*/

/*food menu feature css*/

.food-menu-feature .gallery {
    display: flex;    
    padding: 5px;
    flex-wrap: wrap; 
}

.food-menu-feature .gallery .food-menu-img{
	width: 100%;
	min-height: 150px;
}


.food-menu-feature .img-container {
    width: 200px;     
    margin: 5px;
    flex-grow: 1;   
    position: relative;  
}


.food-menu-feature .img-container .food-menu-feature-name{
	
	text-align: center;
	border-radius: 9px;
	/* margin-top: 25px; */
	cursor: pointer;
	transition: 0.5s;
	padding: 10px;
	width: 100%;
	display: block;	

}
/* 
.food-menu-feature .img-container:hover .food-menu-feature-name{
	opacity: 1;
}

.food-menu-feature .img-container:hover .food-menu-feature .img-container img{
	filter: grayscale(1);
} */

.food-menu-feature .img-container img{
 		width: 100%;
 		/* border-radius: 20px; */
 		filter: grayscale(0);
 		
}  

/*.food-menu-feature .img-container:nth-of-type(6) img{
	height: 400px;

} */    
/*food menu feature css ends*/



/*restaurant gallery*/
.gallery .no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


.gallery .caption-content {	
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8); 
    color: #f1f1f1;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.gallery .portfolio-item:hover .caption-content {
	bottom: 0;
	height: 100%;
}

.gallery .caption-content p {
	white-space: nowrap;
	color: white;
	font-size: 24px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}

.gallery .more-img {
	/*margin: 0 80px;*/
	background-color: var(--red);
}

.gallery .more-img .to-gallery {
	text-align: center;
	text-transform: none;
	color: #fff;
	padding: 10px;
	margin: 0px auto;
}

.gallery .more-img .to-gallery h4 {
	text-transform: none;
	color: #fff;
	padding: 5px;
	margin: auto;
	font-size: 16px;
}

.gallery .more-img .social-networks .fa {
	font-size: 20px;
	margin: 5px 5px;
	color: #fff;
}

.gallery .more-img .social-networks .fa:hover {
	color: #0056b3;
}

/*chatbot*/

.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: linear-gradient(-45deg, var(--blue) 0, var(--blue) 25%, var(--blue) 50%, var(--blue) 75%, var(--blue) 100%);
  background: -moz-linear-gradient(-45deg, var(--blue) 0, var(--blue) 25%, var(--blue) 50%, var(--blue) 75%, var(--blue) 100%);
  background: -webkit-linear-gradient(-45deg, var(--blue) 0, var(--blue) 25%, var(--blue) 50%, var(--blue) 75%, var(--blue)100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat i{
	font-size: 32px;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.floating-chat.enter {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.floating-chat .chat .header button {
  flex-shrink: 0;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: var(--white);
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: var(--black);
}
.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: var(--black);
}
.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: var(--white);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0EC879;
  overflow-y: auto;
  padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}

/*chatbot*/

/*restaurant gallery*/

/*single details */

.single-details-sec{
	margin-bottom: 55px;
}


.single-details-tag {
    background: var(--green);
    color: white;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-top: 15px;
}

/*single details */



/*product details css starts*/

.product-details{
	/* padding-top: 0px; */
}


.product-details-desktop-div{
	padding: 1.5rem;
}


.product-details-row-border .badge-primary{
	font-size: 14px;
}

.product-details-row-border .btn-red{
	/* margin-top: 15px;
	margin-bottom: 15px; */
}

.product-details .right-cover img{
	/* border-radius: 20px; */
}

.product-details .product-details-card .badge{
	font-size: 16px;
	line-height: .5;
	padding: 10px;
}

.related-products .section-title{
	font-size: 36px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.related-products .product-details-wrap .product-details span{
	font-size: 14px;
}

.related-products .product-details-wrap .product-title{
	margin-right: 20px;
}

.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column; }
	@media screen and (max-width: 996px) {
	  .preview {
		margin-bottom: 20px; } }
  
  .preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
			flex-grow: 1; }
  
  .preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px; 
	padding: 8px;    
  }
	.preview-thumbnail.nav-tabs li {
	  width: 18%;
	  margin-right: 2.5%; 
		border: 1px solid #ccc;
		
	}
	  .preview-thumbnail.nav-tabs li img {
		max-width: 100%;
		display: block; }
	  .preview-thumbnail.nav-tabs li a {
		padding: 0;
		margin: 0; }
	  .preview-thumbnail.nav-tabs li:last-of-type {
		margin-right: 0; }
  
  .tab-content {
	overflow: hidden; }
	.tab-content img {
	  width: 100%;
	  -webkit-animation-name: opacity;
			  animation-name: opacity;
	  -webkit-animation-duration: .3s;
			  animation-duration: .3s; }


/*product details css ends*/

.item-col .item-card {
       border-radius: 14px;
       
	}

	.item-col .item-card .item-info{
       margin-top: 15px;
	}

	.shop-section .item-card .item-info .btn:nth-of-type(1){
  		margin-bottom: 10px;
	}

 /*shop-item*/

 /*item details*/

 .item-img img{
	width: 100%;
    height: auto;
}
 /*item-details*/

/*cart css starts*/

.cart form.qty-form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.cart form.qty-form input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 42px;
     height: 28px; 
}

.cart form.qty-form #increase {
    margin-right: -4px;
    border-radius: 0 8px 8px 0;
}

.cart .value-button {
    display: inline-block;
    font-size: 19px;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    /*color: var(--white);*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


/*cart css ends*/


/*checkout-section*/

.cart-title,
.checkout-title{
	margin-top: 10rem;
}

.shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 7px;
    color: #333 !important;
    border: none;
    background: #EEE;
}

.shop.checkout .section-title h1{
    margin-top: 35px;
    margin-bottom: 35px;
    color: var(--black);
    font-size: 36px;
    text-align: center;
}

.checkout-Input{
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 0.3px solid #333333;
    background-color: #F4F8F8;
}

.checkout-Input:focus{
    outline: none;
}

.flex-even{
    flex: 1;
}



/*checkout-section*/

/*academy-facts*/

.academy-facts{
	 /*padding: 60px 60px;*/
}


.academy-facts .facts{
	/*padding: 25px;*/
}
 

.academy-facts .facts-title{
	font-size: 20px;
	font-weight: 600;
	padding-left: 55px;
	padding-right: 55px;
	margin-top: 35px;
}

/*responsive large desktop*/
@media screen and (min-width: 1900px) {
	.academy-facts .facts-card{
		width: 340px;
    	height: 170px;
	}
 
}
/*responsive large desktop*/



/*academy-facts*/


/*academy courses*/





/*login*/
.login-sec .global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



form.login-form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.login-card .card-title{ font-weight:300; }


.login-card{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

/*login*/

/*footer*/

.footer {
	 padding-top: 24px;
	 padding-bottom: 24px;
}

.footer-bg-color .flex-fill p{
	color: var(--white);
	font-size: 18px;
}


.footer-bg-color{
    background-color: var(--blue);
}

.footer-a-tag{
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-menu .footer-a-tag:hover{
	color: var(--red);
	padding-left:3px;
}

.input-border{
    border: none;
}
.input-border:focus{
    outline: none;
}

/* Copyright */



/*smooth scroll btn*/
.footer .copyright .inner .fas.fa-angle-up{
    position: absolute;
    right: 10%;
    bottom: 3%;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    border: none;
    padding: 5px 9px;
    background: var(--red);
    /*margin-bottom: 10px;*/
    width: 30px;
    height: 30px;
}
/*smooth scroll btn*/




.footer .copyright p a{
	color:var(--white);
	text-decoration: none;
}


.footer-cr p{
	color:var(--blue);
}

.footer-cr  .techneous-cr-1{
	
	color: #03a4f0 !important;
}

.footer-cr  .techneous-cr-2{
	color: #d90429 !important; 
}



/*footer*/


/* dashboard css  */


.invoice-section{
	margin-top: 2%;
}

.panel-heading{
	padding:35px !important;
}

.order-status{
	float: right;
	margin-top: -20px;
}

@media  screen and (max-width: 768px) {
	.order-status{
		/*margin-top: 35px;*/
	   float: left;
	}

	 .panel-heading{
		padding:30px;
	}


}

/* dashboard css  */

/*media query for responsive css*/

/*responsive css*/
/*for large desktop*/



@media (max-width: 768px){

	.mobile-d-none{
		display: none !important;
	}
	
	.mobile-d-block{
		display: block !important;
	}

	/*text-size*/

	
	/*text-size*/

	/*top-title*/

	/*onscroll, menu hide*/

.smart-scroll{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
  }
  .scrolled-down{
	 /* transform:translateY(-100%);  */
	 transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
	 transform:translateY(0); 
	 transition: all 0.3s ease-in-out;
  }
  /*onscroll, menu hide*/


	

	.top-nav ul {
    	
    	margin-top: 0vh;
    	text-align: right;
	}

	.top-title .title-box{
		left: 0;
	}

	.header-social-links{
		margin-left: auto;
    	margin-right: auto;
	}
 	
 	

	.collapse.show {   
	    padding-bottom: 12px;
	}

	.navbar-nav .nav-link i{
		top: 0px !important;
		right: -20px !important;
	}

	.top-title .order_1{
	    -webkit-box-ordinal-group: 3;
    	-ms-flex-order: 2;
    	order: 1;
    	text-align: right;
	}

	.top-title .order_2{
    	-webkit-box-ordinal-group: 3;
    	-ms-flex-order: 2;
    	order: 2;
    	margin-top: -25px;
	}

	.top-title .order_3{
	    -webkit-box-ordinal-group: 3;
    	-ms-flex-order: 2;
    	order: 3;
	}

	select{
		font-size: 12px;
	}

	.select {
 	  width: 5em;
 	  height: 1.5em;
	}


	/*top-title*/

	/*header*/
	.nav-logo img{
		width: 100px;
    	height: 64px;
	}

	/*navbar-lateral-left*/

	.navbar .navbar-collapse.collapsing{ 
    	/*height:auto !important;*/
  	}

  	.top-nav{
  		/*box-shadow: -2px 3px 20px 14px rgb(154 152 152 / 24%), 0 0 0 1px rgb(0 0 0 / 8%);*/
    	/*-webkit-box-shadow: -2px 3px 20px 14px rgb(154 152 152 / 24%), 0 0 0 1px rgb(0 0 0 / 8%);*/
    	/* background:#fff; */
		background: var(--red);
    	border-bottom: 1px solid rgba(0,0,0,.12);
	    padding:10px;
  	}

	.navbar{
		position: relative;
	}

	.navbar .mobile-cart{
		position: absolute;
		top: 30%;
		right: 10%;
	}

	.navbar .mobile-cart .single-icon.cart-icon {
		position: relative;
		color: var(--white);
		font-size: 10px;
	}

	.navbar .mobile-cart  .single-icon.cart-icon .total-count {
		position: absolute;
		top: -10px;
		right: -20px;
		background: var(--white);
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		color: var(--red);
		border-radius: 100%;
		font-size: 11px;
	}
	

	.top-nav .navbar-nav a.nav-link {
		font-size: 14px;
		color: var(--white);
		
	}

	.nav-item.nav-cart .cart-icon .fa-shopping-cart{
		color: var(--white);
	}

	.navbar-nav .single-icon.cart-icon .total-count{
		background: var(--white);
		width: 14px;
		height: 14px;
		line-height: 14px;
		text-align: center;
		color: var(--red);
		border-radius: 100%;
	}

	.navbar-brand{
		margin-right: 7rem;
	}


	.navbar-nav .covid-menu{
		margin-top: 10px;
	}
	  
	
	/*navbar-lateral-left*/

	/*header banner*/
	
	.header {
	    height: 50vh;
	    margin-bottom: 0rem !important;
	}

	.carousel img{
		height: 14rem;
	}

	.carousel-caption h1{
		font-size: 22px;
	}

	.carousel-caption h4{
		font-size: 12px;
	}

	/*header banner*/

	/*header content*/

	.top-search .top-search-content{
		top: 30vh;
		left: -30px;
	}

	
	.top-title .title-text {
  	  font-size: 52px;
	}

	.top-title .sub-title-text{
		font-size: 25px;
	}
	/*header*/

	
	/* food card  */

	.mobile-no-gutters{
		margin-right: -35px;
		margin-left: -35px;
	}

	.mobile-card-shadow{
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
		-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	}	

	.mobile-card-star-div {
		padding: .25rem;
	}
	

	.mobile-footer-no-gutters {
		margin-right: -30px;
		margin-left: -15px;
	}

	.food-menu-sec .food-menu-card {
		/* height: 230px; */
	}

	.food-menu-sec .food-menu-card {
		margin-bottom: 0px;
	}
	

	.food-menu-card .btn.btn-red-outline{
		font-size: 14px;
		margin-bottom: 0px;
		display: block;
	}

	.food-menu-sec .food-menu-card img{
		height: 173px;
	}


	.food-name{
		font-size: 14px !important;
		/* height: 3rem; */
		margin-top: -10px;
		margin-bottom: 0px;
		
	}

    .food-menu-price {
		font-size: 14px;
		/* text-align: left; */
	} 

	.food-menu-card .fa-star{
		font-size: 10px;
	}

	.food-menu-feature .gallery .food-menu-img{
		width: 100%;
		min-height: 200px;
	}
	
	
	.food-menu-details{
		display: block !important;
		margin-top: -10px !important;
		text-align: left;
		/* padding: 6px; */
	}

	.food-menu-card{
		/* padding: 6px */
	}

	.food-menu-details .btn.btn-red-outline{
		font-size: 12px;
	}

	.product-details-row-border{
	
		border-bottom: 1px solid #eeee;
	}
	
	
	

	/* food card  */


	/*section-title*/
	.section-padding {
 	   padding: 40px 30px;
	}

	.section-padding.section-padding-mobile{
		padding: 30px 20px;
	}

	.section-title{
		margin-bottom: 10%;
		font-size: 28px;
	}

	.section-mobile-padding{
		padding: 0 30px;
	}

	.cart-title, .checkout-title {
		margin-top: 0;
	}

	 /*product details*/

	 .product-details {
		padding-top: 0px;
	}

	.product-details-mobile-div{
		padding: 0;
	}

	.product-details-contact{
		display: flex;
	}

	 .product-details-contact span,
	 .product-details-contact i{
		 font-size: 12px;
	 }

	 .product-details-row-border .btn-red{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	/*product details*/
	

	/*section-title*/

	.order-details p{
        font-size: 12px;
    }  


/*footer*/

.footer-bg-color .contact-us{
	margin-top: 25px;
}

.footer-end-text{
	margin-top: 15px;
	font-size: 11px;
}

.footer-bg-color .first-col{
	margin-left: -18px;
}

.footer-bg-color .second-col{
	margin-left: -14px;
}

.footer-bg-color .col-md-4.col-6 h4{ 
	font-size: 17px;
}

.footer-bg-color .contact-us .d-flex p{
	font-size: 13px !important;
}

.footer .about {
    padding-right: 0px;
}

.footer .about .logo {
    text-align: center;
}

.footer .copyright .inner .fas.fa-angle-up {
   bottom: 145%;
}

.fas.fa-angle-up:hover{
	background-color: var(--red);
}

.footer-top .container .row{
    margin-top: 0px !important;
}

.footer .single-footer h4 {
    font-size: 18px;
}

.footer .links ul {
    margin-left: -35px;
}

.footer .links ul li a,
.footer .social .contact ul li{
    font-size: 15px;
}

.footer .social .contact {
    /*margin-left: -35px;*/
}

.footer .copyright .left {
	float:none;
	text-align:center;
}
.footer .copyright .right {
	float:none;
	text-align:center;
	margin-top:10px;
}


.footer .single-footer {
	/*padding:20px 0;*/
}


}


/*for large desktop*/
@media screen and (min-width: 1280px) {
	.desktop-banner-img{
		height: 70vh;
	}

	.desktop-banner-iframe iframe{
		height: 100%;
	}
}

/*responsive ipad*/
@media only screen and (device-width: 768px) {

	.header {
 	   height: 80vh;
	}

	.top-search .top-search-content{
		top: 30vh;
		left: -100px;
    	right: -50px;
	}

	/* academy-facts */
	.academy-facts .facts:nth-of-type(1) {
	    position: absolute;
	    top: -10vh;
	    left: 0%;
	}

	.academy-facts .facts:nth-of-type(2) {
	    position: absolute;
	    top: -10vh;
	    left: 24.5%;
	}

	.academy-facts .facts:nth-of-type(3) {
	    position: absolute;
	    top: -10vh;
	    left: 49.1%;
	}

	.academy-facts .facts:nth-of-type(4) {
	    position: absolute;
	    top: -10vh;
	    left: 74%;
	}
	.academy-facts .facts-card {
   		 width: 180px;
    	height: 180px;
	}

	.academy-facts .facts-title{
		font-size: 16px;
	}
}
/*responsive ipad*/

/*responsive ipad pro*/
@media (width: 1024px){


	.header {
 	   height: 28vh;
	}


	.academy-facts .facts:nth-of-type(1) {
	    position: absolute;
	    top: -10vh;
	    left: 2%;
	}

	.academy-facts .facts:nth-of-type(2) {
	    position: absolute;
	    top: -10vh;
	    left: 26%;
	}

	.academy-facts .facts:nth-of-type(3) {
	    position: absolute;
	    top: -10vh;
	    left: 50%;
	}

	.academy-facts .facts:nth-of-type(4) {
	    position: absolute;
	    top: -10vh;
	    left: 74%;
	}

	.academy-facts .facts-card {
    	width: 220px;
	}
}
/*responsive ipad pro*/
/*for ipad and portrait*/


@media only screen and (device-width: 768px) {
  /* For general iPad layouts - ipad */

  /*header*/
   .top-title .title-text {
   	 	font-size: 22px;
	}

  	.top-search-content{
		top: 22vh;
	}
    /*header*/

	.section-title{
		font-size: 32px;
	}


	/*facts*/

    /*facts*/

	
	
}

/*particularly for ipad-pro*/
	@media (width: 1024px){
 	
 	/*top-bar*/

 	.top-title .title-text {
 	   font-size: 30px;
	}

 	/*top-bar*/

 	/*navbar*/

 	.top-nav a{
 		font-size: 13.5px;
 	}

   /*header*/

   .top-hero {
    	height: 20vh !important;
	}

  	.top-nav ul li.nav-item {
 	   margin-left: 0px;
	}

	.top-nav ul li.nav-item .nav-link{
		font-size: 12px;
		padding-left: 6px;
	}
	/*header*/

	/*facts&fig*/
	.section-title{
		font-size: 32px;
		margin-bottom: 15px;
	}

	
	/*courses*/


}
/*particularly for ipad-pro*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only - ipad-pro */
  	

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  
  
}

/*for ipad and portrait*/




