* {
  outline: 0;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
.log {
  width: 1170px;
}
/*----------------------------preloader start--------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ripple div {
position: absolute;
border: 4px solid #fb5849;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
  top: 36px;
  left: 36px;
  width: 0;
  height: 0;
  opacity: 1;
}
100% {
  top: 0px;
  left: 0px;
  width: 72px;
  height: 72px;
  opacity: 0;
}
}


/*----------------------------nav bar start--------------------------*/
.navbar {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 99;
}
.nav-item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 30px;
  color: #2a2a2a;
  padding-right: 0px;
  transition: all 0.3s;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fb5849;
}
.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f1594c;
}
.navbar-brand {
  padding: 10px 0px;
}
.dropdown-toggle::after {
  visibility: hidden;
  margin-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  left: 30px;
  padding: 0px;
  margin: 0px;
  min-width: 12.5rem;
}
.dropdown-divider {
  margin: 0px;
}
.dropdown-item {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 9px 1.5rem;
  font-weight: 400;
  color: #212529;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #f1594c;
  background-color: #fff;
  padding-left: 30px;
}

.bg {
  background: #fff;
  box-shadow: 4px 10px 4px -5px #2a2a2a30;
  animation: menu 1s;
  height: 70px;
  z-index: 999;
}
@keyframes menu{
  from{top: -50px}
  to{top: 0}
}

/*----------------------------banner start--------------------------*/

.left {
  width: 100%;
  padding-top: 266px;
  padding-bottom: 267px;
  background: rgba(241, 89, 76, 0.92);
  float: left;
  display: flex;
  justify-content: center;
  align-self: center;
}
.left-overlay h4 {
  font-family: "Dancing Script", cursive;
  font-size: 54px;
  font-weight: 700;
  color: #fff;
}
.left-overlay h6 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 5px;
}
.left-overlay a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #f1594c;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 25px;
}
.left-overlay a:hover {
  opacity: 0.9;
}
.slider img {
  height: 700px;
}
.icon-slider {
  position: relative;
}
.icon-slider i {
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #f1594c;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}
.icon-slider i:hover {
  opacity: 1;
}
.chev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin-left: 50px;
}
.ron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin-right: 50px;
  right: 0;
}

/*----------------------------about start--------------------------*/
#about {
  padding-top: 115px;
  padding-bottom: 115px;
}
.about-top h6 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #f1594c;
  padding-left: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.about-top h6:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #f1594c;
  left: 0;
  top: 8px;
}
.about-top h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #2a2a2a;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-top h2 span {
  display: block;
}
.about-top p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 25px;
  color: #2a2a2a;
  margin-bottom: 25px;
}
.about-right {
  padding-left: 30px;

  position: relative;
}
.about-right-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-right-overlay i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f1594c;
  color: #fff;
  line-height: 70px;
  font-size: 16px;
}
.about-right-overlay i:hover {
  opacity: 0.9;
}

/*----------------------------food item start--------------------------*/
#item {
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #f15a4c1e;
}
.food-main {
  padding-top: 50px;
}
.food-item {
  width: 360px;
  height: 400px;
  float: left;
  margin: 0px 15px;
  position: relative;
}
.dollar h6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #f1594c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  line-height: 70px;
}
.food-item img {
  height: 100%;
}
.item-details {
  position: absolute;
  height: 20%;
  width: 100%;
  background-color: #f1594c;
  bottom: 0;
  transition: all 0.6s;
}
.item-details h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 30px 30px 20px 30px;
}
.item-details p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 0px 30px;
  line-height: 25px;
}
.item-details a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s;
  padding: 0 30px;
}
.detail-2 {
  opacity: 0;
}
.food-item:hover > .item-details {
  height: 50%;
}
.food-item:hover > .item-details .detail-2 {
  opacity: 1;
}
.food-arrow-item i {
  z-index: 99;
  color: #f1594c;
  font-size: 24px;
  font-weight: 700;
  opacity: 0.8;
}
.food-arrow-item {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  margin-top: 60px;
}
.food-arrow-item i:hover {
  opacity: 1;
}
.it-l {
  margin-right: 10px;
}

/*----------------------------service part start--------------------------*/
#service {
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
}
.serv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
}
#service .about-top h6:before {
  opacity: 0;
}
.service-item {
  border: 1px solid #afafaf;
  margin-top: 185px;
  padding: 5px;
  border-radius: 3px;
  transition: all 0.3s;
}
.service-item:hover {
  border: 1px solid #f1594c;
}
.service-image {
  position: relative;
}
.service-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2a2a2ad7;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0;
}
.service-item:hover > .service-image .service-item-overlay {
  opacity: 1;
}
.service-item-overlay i {
  width: 40px;
  height: 40px;
  color: #2a2a2a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  background-color: #fff;
  margin: 5px;
  cursor: pointer;
}
.service-item-overlay i:hover {
  background-color: #f1594c;
}
.item-content {
  padding: 20px 0px;
}
.item-content h4 {
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  transition: all 0.3s;
}
.service-item:hover > .item-content h4 {
  color: #f1594c;
}
.item-content span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2a2a2a;
  text-decoration: capitalize;
}
/*----------------------------reservation start--------------------------*/
#reservation {
  padding-top: 115px;
  padding-bottom: 115px;
  background-image: url(../images/reservation-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reserve h6 {
  color: #fff;
}
.reserve h2 {
  color: #fff;
}
.reserve p {
  color: #fff;
}
#reservation .about-top h6:before {
  background-color: #fff;
}
.number {
  background-color: #fff;
  width: 100%;
  height: 161px;
  border-radius: 5px;
  text-align: center;
  margin-top: 65px;
}
.contact-icon i {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #fb5849;
  border-radius: 50%;
  font-size: 24px;
  margin-top: -35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card {
  margin-left: 30px;
}
.number h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
.number span a {
  font-size: 14px;
  color: #2a2a2a;
  transition: all 0.3s;
}
.number span a:hover {
  color: #fb5849;
}

.table h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #2a2a2a;
}
.form-control {
  padding: 9px 0.75rem;
}
.form-control:focus {
  border-color: #fb5849;
  box-shadow: none;
}
.btn {
  margin-top: -10px;
  font-size: 13px;
  color: #fff;
  background-color: #fb5849;
  padding: 12px 25px;
  width: 100%;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-outline-danger {
  color: #fff;
  border-color: #fb5849;
  background-color: #fb5849;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fb5849;
  border-color: #fb5849;
  opacity: 0.9;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: none;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: none;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #fb5849;
  border-color: #fb5849;
}

/*----------------------------klassy week start--------------------------*/
#klassy-week {
  padding-top: 115px;
  padding-bottom: 115px;
}
#klassy-week .about-top h6:before {
  opacity: 0;
}
.tabs-item {
  margin-top: 180px;
}
.tabs-item .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fb5849;
  background-color: #fff;
}
.tabs-item .nav-pills .nav-link .tab-button h6 {
  padding-top: 8px;
  font-weight: 600;
  font-size: 12px;
}
.tabs-item .nav-pills .nav-link {
  padding: 0.5rem 9px;
}
.tabs-img {
  float: left;
  padding-right: 16px;
}
.tabs-item-details h4 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
  margin-right: 100px;
}
.tabs-item-details {
  position: relative;
  margin-top: 40px;
}
.tabs-item-details p {
  margin-right: 165px;
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}
.price h5 {
  position: absolute;
  top: 15px;
  right: 79px;
  width: 70px;
  height: 70px;
  background-color: #fb5849;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
/*----------------------------bottom start--------------------------*/
#bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fb5849;
}
.bottom-icon a i {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #fb5849;
  transition: all 0.3s;
  margin-right: 15px;
  margin-top: 5px;
}
.bottom-icon a i:hover {
  color: #212529;
  background-color: #fff;
}
.coparight p {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
/*----------------------------back top start--------------------------*/
.back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.back-top i {
  width: 70px;
  height: 70px;
  background:#2a2a2a;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}
.back-top i:hover{
  opacity: .8;
}
/*----------------------------nav bar start--------------------------*/

/*----------------------------nav bar start--------------------------*/

/*----------------------------nav bar start--------------------------*/
