@charset "utf-8";
/* CSS Document */

/*google fonts---*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
@font-face {
  font-family: "Chunkfive";
  src: url("./Chunkfive.otf");
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  padding: 0px;
  list-style-position: inside;
}
ol,
li {
  margin-bottom: 0px;
  list-style: none;
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: inherit;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.v-0 {
  visibility: hidden;
}
.no-pad {
  padding: 0;
}
.no-l-pad {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-60 {
  padding-top: 60px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mtb-10 {
  margin: 10px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-30 {
  margin: 30px 0;
}
.mtb-60 {
  margin: 60px 0;
}
.ptb-10 {
  padding: 10px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-30 {
  padding: 30px 0;
}
.ptb-60 {
  padding: 60px 0;
}
.ptb-90 {
  padding: 90px 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.white {
  color: white;
}
.img-xs {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
/*=====================================
NAVBAR
=======================================*/
/* .header_bg {
  position: relative;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
} */
.header {
  position: relative;
  background: url(../images/header3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vh;
}
.header {
  position: absolute;
  top: 0;
  z-index: 1030;
  left: 0;
  right: 0;
}
.navbar {
  padding-top: 20px;
}
.nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 40px;
}
.nav-link:focus,
.nav-link:hover {
  color: #f92800;
}
.nav_social a {
  color: #fff;
  margin: 0 8px;
}
.nav_contact li {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 15px;
  font-size: 12px;
}
.nav_contact li i {
  margin-right: 10px;
}
/*=====================================
SLIDER
=======================================*/
.slider {
  position: relative;
}
.slider .carousel {
  position: relative;
}
.slider .carousel-inner {
  color: #fff;
}
.slider .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100vh;
}
.slide_data {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.slider .slide_content {
  font-family: "Chunkfive";
  text-align: center;
}
.slider .slide_content h4 {
  font-size: 34px;
  text-transform: capitalize;
  color: #ffd200;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  text-shadow: 0px 0px 20px #000;
  font-family: "Chunkfive";
}
.slider .slide_content h3 {
  font-size: 34px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  text-shadow: 0px 0px 20px #000;
  font-family: "Chunkfive";
}
.slider .slide_content .banner_btn {
  margin: 35px auto 10px auto;
  font-family: "Opensans", sans-serif;
}
.slider .slide_content a.slide_btn {
  border-radius: 00px;
  color: #f92800;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 28px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 30%;
}
.carousel-control-next span,
.carousel-control-prev span {
  font-size: 30px;
  color: #fff;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #f92800;
}

#modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.68);
			z-index: 99999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			width: 100%;
			border: 5px solid #e99028;
            border-radius: 15px;
			max-width:600px;
			padding: 20px 15px 30px;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	}
.modalContent {padding: 0 2em;
    text-align:center;
}
.modalContent p{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.modalContent h1{
        margin-top: 20px;
    letter-spacing: 0;
    font-size: 32px;
    margin-bottom: 20px;
    color: #dc0f00;
}


/*=====================================
ABOUT
=======================================*/
.about_bg {
  background: #ff2400;
  height: 278px;
}
.about_left_img {
  position: relative;
  z-index: 3;
}
.about_left_img img {
  /* margin-top: -38%; */
  z-index: 3;
}
.abt_right .abt_header {
  position: relative;
  margin-bottom: 0px;
}
.abt_header .about_head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -12%;
  background: #fff;
  width: 80%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 30px #0000007a;
}
img.cht {
  animation: ber_anim linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 100%;
  -webkit-animation: ber_anim linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 100%;
}
.abt_header h4 {
  font-family: "Berkshire Swash", cursive;
  font-size: 24px;
}
.abt_right .abt_header img {
  position: absolute;
  right: 0;
  top: -90px;
  width: 230px;
  height: auto;
  z-index: 3;
}
.abt_text {
  padding-top: 70px;
}
.abt_text p {
  margin-bottom: 0;
  margin-top: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.abt_btndiv {
  margin-top: 30px;
}
.abt_btndiv a {
  color: #fff;
  font-weight: 500;
}

/*=====================================
MENU
=======================================*/
.menu_bg {
  position: relative;
  background: url(../images/menu_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.menu_left_image {
  height: 600px;
  position: relative;
  margin-right: 20px;
}
.ml_head {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
}
.ml_head p {
  font-family: "Berkshire Swash", cursive;
  font-size: 28px;
  margin-bottom: 0;
}

.menu_left_image .img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.leaf {
  width: 183px;
  height: 132px;
  object-fit: contain;
  position: absolute;
  bottom: -6%;
  left: -21%;
}
.menu_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.menu_item_detail {
  overflow: hidden;
  width: 80%;
}
.menu_item_detail h5 {
  color: #fee4c8;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.menu_item_detail p {
  color: #fee4c8;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.menu_item_price {
  width: 20%;
}
.menu_item_price p {
  font-weight: 600;
  font-size: 14px;
  color: #fee4c8;
}

/*=====================================
GALLERY
=======================================*/
.gallery {
  position: relative;
}
.gal_header {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.gal_header h4 {
  font-family: "Berkshire Swash", cursive;
  font-size: 28px;
  text-transform: capitalize;
}

.gallery_product {
  margin-bottom: 0px;
}
.gallery_product a img {
  width: 100%;
  margin: auto;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.fancybox-skin {
  padding: 0px !important;
}
.fancybox-next span,
.fancybox-prev span {
  background-color: #000;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: #000;
  color: #ffffff;
  visibility: visible;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.fancybox-next span:before {
  content: "\f061";
}
.fancybox-prev span:before {
  content: "\f060";
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  border: 1px solid #000;
  color: #000;
}
.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icon-cross.png) center center no-repeat;
  background-color: #000;
}
.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}
.btn-order {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 14px;
}
.btn-order:hover {
  color: #fff;
}
/*=====================================
FOOTER
=======================================*/
footer {
  position: relative;
  background: #000;
  color: #fff;
}
footer h3{
	font-size: 20px;
}
.logo_sml {
  position: absolute;
  top: -3%;
  left: 0;
  right: 0;
  text-align: center;
}
.logo_sml img {
  object-fit: contain;
  width: 130px;
  height: 40px;
}
.footer_logo {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer_logo img{
  width: 150px;
}
.footer_time{
	text-align: left;
}
.footer_ad i {
  font-size: 22px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.footer_ad p {
  margin-bottom: 2px;
}
.footer_ph li i {
  margin-right: 5px;
}
.footer_time p {
  margin-bottom: 3px;
}
.footer_social {
  display: flex;
  flex-direction: row;
}
.footer_social a {
  margin: 20px 15px;
}
.foot_right img {
  width: 100%;
  object-fit: contain;
}
.foot_bottom {
  background: #f92800;
  padding: 15px 0;
}
.foot_bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

/*=====================================
ABOUT PAGE
=======================================*/
.page_bg {
  position: relative;
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
}
.page_head {
  margin-top: 0px;
}
.page_head h3 {
  font-family: "Berkshire Swash", cursive;
  font-size: 26px;
  color: #fff;
}

/*=====================================
MENU PAGE
=======================================*/
.btn-red {
  background-color: #f92800;
}
.btn-red:hover {
  color: #fff;
}
/*=====================================
GALLERY PAGE
=======================================*/

/*=====================================
CONTACT PAGE
=======================================*/

.cpb_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
}
.cpb_lt {
  width: 15%;
}
.cpb_ic {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  border-radius: 100%;
  background: #f92800;
}
.cpb_ic i {
  font-size: 16px;
  color: #fff;
}
.cpb_rt {
  width: 80%;
}
.cpb_rt p {
  margin-bottom: 0;
}
.cpb_form {
  background: #fff;
  padding: 10px 10px;
}
.cpb_form .form-group .form-control {
  font-size: 14px;
  border-radius: 0px;
}
.form-button {
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
}
.cpb_btn {
  position: absolute;
}
.cpb_btn a {
  background: #f92800;
  color: #fff;
  font-size: 15px;
  width: 144px;
  display: flex;
  padding: 12px 30px 12px 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cpb_btn .arrow-right {
  position: absolute;
  right: -30px;
  top: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 30px solid #f92800;
}

/*======================================
MOBILE MENU
=========================================*/
#overlay {
  position: fixed;
  display: none;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  background-color: #3d1611;
  z-index: 1031;
  cursor: pointer;
}
#overlay:hover {
  cursor: pointer;
}
.overlay_close i {
  position: absolute;
  top: 5%;
  right: 10%;
  color: #fff;
  font-size: 32px;
}
#menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
}
#menu li a {
  z-index: 26;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
#menu ul li {
  display: inline-block;
}
#menu:hover {
  cursor: pointer;
}
/* .arrow {
transform: rotate(-90deg);
} */
.arrow.rotate {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.menu-items ul li {
  line-height: 60px;
  text-align: center;
}
.menu-items ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
.mob-toggler li {
  transition: all 0.3s;
}
.mob-toggler li i {
  color: #fff;
}
.mob-toggler {
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
}
/*=====================================
MEDIA QUERY STARTS
=======================================*/

@media screen and (max-width: 767px) {
	footer {
    text-align: center !important;
}
.footer_time {
    text-align: center;
}
.footer_social {
    display: inline-block;
    flex-direction: row;
	margin-bottom: 30px;
}	
.about_page_image img{
	width: 90%;
}	
	
}
	
@media screen and (min-width: 320px) and (max-width: 767px) {
  .xs-mt-30 {
    margin-top: 30px;
  }
  .navbar {
    padding-top: 36px;
  }

  .about_bg {
    height: auto;
  }
  .abt_right .abt_header img {
    display: none;
  }
  .abt_header .about_head {
    left: -5%;
  }
  .abt_text {
    padding-top: 38px;
  }
  .abt_btndiv {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logo_sml {
    top: -20px;
  }
  .menu_left_image {
    height: 320px;
    margin-right: 0;
  }
  .leaf {
    width: 140px;
    height: 132px;
    object-fit: contain;
    position: absolute;
    bottom: -10%;
    left: -5%;
  }
  .gallery-list {
    padding: 0 15px;
  }
  .gallery_page .gallery_product a img {
    width: 100%;
    margin: auto;
    height: 110px;
  }
  .footer_logo img {
    width: 60%;
    margin: 0 auto 25px auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .navbar-toggler {
    z-index: 1;
  }
  .navbar-toggler span {
    font-size: 22px;
  }
  .navbar-collapse {
    background: #3d1611;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -68px;
    padding: 100px 0 40px;
  }
}
@media screen and (min-width: 320px) {
}
@media screen and (min-width: 768px) {
  .header {
    height: 13vh;
  }
  .abt_right .abt_header img {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .v-lg {
    visibility: visible;
  }
  .header {
    height: 13vh;
  }
  .mob-toggler {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
  .header {
    height: 25vh;
  }
}

@media screen and (min-width: 1400px) {
  /* .container {
    width: 1370px;
  } */
  .navbar {
    padding-top: 42px;
  }
}

.cht {
  animation: ber_anim linear 10s;
  animation-iteration-count: infinite;
  transform-origin: 50% 100%;
  -webkit-animation: ber_anim linear 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 100%;
}
@keyframes ber_anim {
  0% {
    transform: translate(0px, 0px) rotate(2deg);
  }
  25% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(-2deg);
  }
  78% {
    transform: translate(0px, 8px);
  }
  100% {
    transform: translate(0px, 0px) rotate(2deg);
  }
}

@-moz-keyframes ber_anim {
  0% {
    -moz-transform: translate(0px, 0px) rotate(2deg);
  }
  25% {
    -moz-transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    -moz-transform: translate(0px, 0px) rotate(-2deg);
  }
  78% {
    -moz-transform: translate(0px, 8px);
  }
  100% {
    -moz-transform: translate(0px, 0px) rotate(2deg);
  }
}

@-webkit-keyframes ber_anim {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(2deg);
  }
  25% {
    -webkit-transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotate(-2deg);
  }
  78% {
    -webkit-transform: translate(0px, 8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(2deg);
  }
}

@-o-keyframes ber_anim {
  0% {
    -o-transform: translate(0px, 0px) rotate(2deg);
  }
  25% {
    -o-transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    -o-transform: translate(0px, 0px) rotate(-2deg);
  }
  78% {
    -o-transform: translate(0px, 8px);
  }
  100% {
    -o-transform: translate(0px, 0px) rotate(2deg);
  }
}

@-ms-keyframes ber_anim {
  0% {
    -ms-transform: translate(0px, 0px) rotate(2deg);
  }
  25% {
    -ms-transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    -ms-transform: translate(0px, 0px) rotate(-2deg);
  }
  78% {
    -ms-transform: translate(0px, 8px);
  }
  100% {
    -ms-transform: translate(0px, 0px) rotate(2deg);
  }
}
