* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background-color: #000;
}

@font-face {
  font-family: "A Love of Thunder";
  src: url("../fonts/a_love_of_thunder/a_love_of_thunder.eot");
  src: url("../fonts/a_love_of_thunder/a_love_of_thunder.eot?#iefix") format("embedded-opentype"),
    url("../fonts/a_love_of_thunder/a_love_of_thunder.woff2") format("woff2"),
    url("../fonts/a_love_of_thunder/a_love_of_thunder.woff") format("woff"),
    /* chrome firefox */
    url("../fonts/a_love_of_thunder/a_love_of_thunder.ttf") format("truetype"),
    url("../fonts/a_love_of_thunder/a_love_of_thunder.svg#A Love of Thunder") format("svg");
}

@font-face {
  font-family: "Boton-Bold";
  src: url("../fonts/boton/Boton-Bold.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: all 400ms ease;
  color: #1d1d1d;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #ffd504;
}

p {
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  transition: all 400ms ease;
}

button:focus {
  outline: none;
}

input {
  outline: none;
  transition: all 400ms ease;
  outline: none;
}

input:focus {
  outline: none !important;
  box-shadow: unset !important;
}

textarea:focus {
  outline: none;
  box-shadow: unset !important;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.owl-carousel {
  display: block !important;
}

.headding-part .headding-sub {
  font-size: 50px;
  color: #ffd504;
  font-family: "Oswald", cursive;
}

.headding-part .headding-title {
  font-size: 70px;
  color: #1d1d1d;
  line-height: 58px;
  /*letter-spacing: 2px;*/
}

.btn i.fa~span {
  margin-left: 5px;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

/* - Headings Style   //---------------- */
h1 {
  font-size: 43px;
  padding: 0px;
  margin: 0;
}

h2 {
  font-size: 35px;
  padding: 0px;
  margin: 0;
}

h3 {
  font-size: 20px;
  padding: 0px;
  margin: 0;
}

h4 {
  font-size: 17px;
  padding: 0px;
  margin: 0;
}

h5 {
  font-size: 15px;
  padding: 0px;
  margin: 0;
}

h6 {
  font-size: 13px;
  padding: 0px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1d;
}

/* - Button Style  //----------------*/
.com-btn {
  background: #ffd504;
  border: 1px solid #ffd504;
  color: #ffffff;
  font-weight: 700;
  padding: 17px 41px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
}

.com-btn:hover {
  background: #fefefe;
  color: #ffd504;
}

.btn,
button {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  text-transform: uppercase;
}

.btn-color {
  color: #fff !important;
  background: #ffd504;
  border: none;
  border: 1px solid #ffd504;
}

.btn-color:hover {
  color: #ffd504 !important;
  background: transparent;
  border: 1px solid #ffd504;
}

.btn-green {
  color: #fff !important;
  background: #00d1b2;
  border: none;
}

.btn-green:hover {
  color: #fff !important;
  background: #00c4a7;
}

.btn-burgues-pedido {
  background: #ffd504;
  border: 1px solid #ffd504;
  color: #000;
}

.btn-burgues-pedido:hover {
  background: #000;
  color: #fff;
}

.btn-burgues-pedido:focus {
  background: #000;
  color: #fff;
}

.btn-galery {
  background: #ffd504;
  border: 1px solid #ffd504;
  color: #000;
  padding: 7px 7px;
}

.btn-galery:hover {
  border: 0;
  background: #000;
  color: #fff;
}

.stats span,
.span i {
  color: #000 !important;
}

button.owl-prev {
  left: 30px;
}

button.owl-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
}

button.owl-next {
  right: 30px;
}

button.owl-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
}

a.btn.btn-green {
  padding: 13px 15px !important;
}

a.btn.btn-green:hover {
  color: #000 !important;
  background: #ffd504;
}

.shopping-cart .btn {
  border-radius: unset;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px 26px;
}

.btn.small {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  border-radius: unset;
}

/* - Spacer Style  //---------------- */
.right-side {
  float: right;
}

.align-left {
  text-align: left !important;
}

.ptb {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ptb-null {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-sm-20 {
  margin-bottom: 20px;
}

/*----------- Top Scrolling Style -------------*/
.top-scrolling {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}

.top-scrolling.sticky {
  opacity: 1;
  visibility: visible;
}

.top-scrolling a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffd504;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
}

.top-scrolling a:hover {
  background: #000;
}

table.border {
  border-color: #e5e5e5 !important;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
header#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}

.navbar-brand img {
  max-width: 100%;
}

.navbar-header .navbar-brand {
  padding: 0;
  margin-right: 0;
}

/* - Navigation Menu Style   //----------------- */
.navbar-collapse.collapse {
  display: inline-block;
  padding-left: 0;
}

.navbar-collapse>ul {
  display: inline-block;
  float: none !important;
  text-align: left;
}

li.order-online {
  position: relative;
  top: 6px;
}

.nav>li {
  position: inherit;
  display: inline-block;
}

.navbar-nav>li>a {
  padding: 15px 18px;
  padding-left: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Boton-Bold", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  position: relative;
  letter-spacing: 1px;
}

.navbar-nav>li:last-child>a {
  padding-right: 0;
}

.navbar-nav>li:hover>a,
.navbar-nav>li:focus>a {
  color: #ffd504;
}

#menu {
  padding-right: 30px;
}

.menu-toggle {
  width: 30px;
  height: 27px;
  background: #363535;
  position: absolute;
  top: 10px;
  right: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}

.menu-toggle .toggle-bar {
  width: 80%;
  background: #fff;
  height: 2px;
  display: block;
  transition: all 400ms ease;
}

.menu-toggle .toggle-bar:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: all 400ms ease;
}

.menu-toggle .toggle-bar:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 3px;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: all 400ms ease;
}

.menu-toggle.active .toggle-bar {
  background: transparent;
}

.menu-toggle.active .toggle-bar:before {
  transform: rotate(-45deg);
  top: 12px;
}

.menu-toggle.active .toggle-bar:after {
  transform: rotate(45deg);
  bottom: 13px;
}

.navbar-toggle {
  width: 30px;
  height: 27px;
  background: #363535;
  position: absolute;
  top: 7px;
  right: -15px;
  border-radius: unset;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  z-index: 99999;
}

.navbar-toggle span {
  width: 80%;
  background: #fff;
  height: 2px;
  display: block;
  transition: all 400ms ease;
}

.navbar-toggle span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: all 400ms ease;
}

.navbar-toggle span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 3px;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: all 400ms ease;
}

.navbar-toggle.active span {
  background: transparent;
}

.navbar-toggle.active span:before {
  transform: rotate(-45deg);
  top: 12px;
}

.navbar-toggle.active span:after {
  transform: rotate(45deg);
  bottom: 13px;
}

.opener.plus {
  display: none;
}

.header-right-link {
  float: right;
}

.header-right-link>ul>li {
  float: left;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.header-right-link ul li:hover {
  overflow: visible;
}

.header-right-link ul li>a {
  display: inline-block;
  padding: 11px 11px;
}

.header-right-link>ul>li>a span.icon {
  height: 35px;
  width: 35px;
  float: left;
  color: #fff;
  margin-top: 3px;
  margin-right: 8px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.header-right-link>ul>li>a .link-text {
  display: inline-block;
  margin-top: 4px;
  font-family: "A Love of Thunder", sans-serif;
  font-size: 18px;
  color: #fff;
}

.header-right-link ul li.cart-icon>a span.icon {
  background-position: -9px -14px;
  position: relative;
}

.header-right-link>ul>li>a:hover .link-text,
.header-right-link ul li.cart-icon>a:hover span.icon {
  color: #ffd504;
  transition: ease all;
}

.header-link-dropdown {
  background: #fff;
  border-top: 3px solid #ffd504;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 290px;
  display: inline-block;
  right: 0;
  top: 100%;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  z-index: 3;
}

.header-right-link .link-dropdown-list>li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.header-right-link .link-dropdown-list>li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.cart-dropdown ul li a:hover {
  color: #ffd504;
}

.cart-dropdown .cart-list li .media {
  padding-right: 25px;
  margin-top: 0;
}

.cart-dropdown .media-body span {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.cart-dropdown .cart-list li .media .pull-left {
  width: 105px;
  padding-right: 20px;
}

.cart-dropdown .cart-list li .media .pull-left img {
  max-width: 100%;
}

.close-cart {
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  padding: 0 !important;
}

.input-text.qty {
  border: 1px solid #dedede;
  border-radius: 5px;
  max-width: 50px;
  padding: 4px 13px;
  float: left;
  text-align: center;
  margin: 0 5px;
  margin-right: 0;
}

.cart-list.link-dropdown-list {
  text-align: left;
}

.cart-dropdown .input-text.qty {
  background-color: transparent;
  padding: 2px 13px;
}

.cart-dropdown .cart-price {
  font-weight: 500;
  font-size: 16px;
}

.product-qty {
  margin-top: 10px;
}

.custom-qty {
  display: inline-flex;
}

.side-toggle {
  display: none;
}

#header .col-xl-9 {
  position: unset;
}

#header .row.m-0 {
  position: relative;
}

/* - Banner Style  //---------------- */
.banner {
  background-color: #121619;
  position: relative;
  min-height: 800px;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/fondo1920x1080.jpg);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.jumbotron {
  background-color: #121619;
  position: relative;
  min-height: 800px;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/fondo1920x1080.jpg);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.banner-text {
  text-align: center;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1;
}

.banner-headding {
  font-size: 80px;
  font-family: "A Love of Thunder", sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
}

.banner-headding span {
  color: #ffd504;
}

.banner-sub-hed {
  font-size: 60px;
  font-family: "Boton-Bold", sans-serif;
  font-weight: 900;
  color: #ffd504;
  text-transform: uppercase;
  letter-spacing: 9px;
  text-shadow: 1px 1px 2px black;
}

.banner-images {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.owl-carousel .owl-item img {
  display: inline;
  width: 250px !important;
}

.owl-carousel .owl-item .pizza-img {
  width: unset;
}

.owl-carousel .owl-item .pizza-it {
  width: unset;
}

.banner .fade:not(.show) {
  opacity: unset;
}

.banner .owl-item.active {
  opacity: 1;
}

.banner .owl-item {
  opacity: 0;
  transition: all 400ms ease;
}

.all-img-banner {
  position: relative;
}

.banner .owl-item {
  overflow: hidden;
}

.pizza-it {
  position: absolute;
}

.pizza-1 {
  bottom: 30px;
  right: -70px;
}

.pizza-2 {
  top: 20px;
  right: -120px;
  max-width: 350px;
}

.pizza-3 {
  top: 50px;
  left: 360px;
}

.pizza-4 {
  bottom: 80px;
  left: -20px;
}

.banner-slide-2 .banner-box,
.banner-slide-3 .banner-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 110px;
}

.banner-slide-2 .banner-text,
.banner-slide-3 .banner-text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  transform: unset;
  text-align: unset;
  position: unset;
  align-items: center;
  display: flex;
}

.banner-slide-2 .banner-images,
.banner-slide-3 .banner-images {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: unset;
  transform: unset;
}

.banner-slide-2 .banner-box {
  padding-top: 120px;
}

.owl-carousel .owl-item .banner-slide-2 .pizza-img {
  margin: 0 auto;
}

.banner-slide-2 .pizza-it {
  position: absolute;
}

.banner-slide-2 .pizza-1 {
  top: -70px;
  right: -10px;
}

.banner-slide-2 .pizza-2 {
  top: -10px;
  left: 30px;
}

.banner-slide-2 .pizza-3 {
  top: 70px;
  left: -20px;
}

.banner-slide-2 .pizza-4 {
  bottom: -60px;
  right: 230px;
  left: unset;
}

.banner-slide-2 .pizza-5 {
  bottom: -60px;
  right: 10px;
}

.banner-slide-2 .pizza-6 {
  bottom: 60px;
  right: -20px;
}

.banner-slide-3 .pizza-it {
  position: absolute;
}

.banner-slide-3 .pizza-1 {
  top: -40px;
  left: 140px;
}

.banner-slide-3 .pizza-2 {
  bottom: -20px;
  left: 0px;
  top: unset;
}

.banner-slide-3 .pizza-3 {
  top: -20px;
  right: -20px;
}

.banner-slide-3 .pizza-4 {
  bottom: -10px;
  right: -30px;
  left: unset;
}

.banner-slide-3 .pizza-5 {
  top: 70px;
  right: -30px;
}

.banner-slide-3 .pizza-6 {
  top: 30px;
  left: 0px;
}

.active .banner-headding {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}

.active .banner-sub-hed {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}

.active .pizza-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUpBig;
  animation-delay: 0.5s;
}

.active .pizza-1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.3s;
}

.active .pizza-2 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.8s;
}

.active .pizza-3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 2s;
}

.active .pizza-4 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 2.5s;
}

.active .banner-slide-2 .banner-headding {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: rotateInDownLeft;
  animation-delay: 0.5s;
}

.active .banner-slide-2 .banner-sub-hed {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: rotateInUpLeft;
  animation-delay: 0.5s;
}

.active .banner-slide-2 .pizza-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1s;
}

.active .banner-slide-2 .pizza-1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 1.3s;
}

.active .banner-slide-2 .pizza-2 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 1.8s;
}

.active .banner-slide-2 .pizza-3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 2s;
}

.active .banner-slide-2 .pizza-4 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 2.5s;
}

.active .banner-slide-2 .pizza-5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 1.5s;
}

.active .banner-slide-2 .pizza-6 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 1.8s;
}

.active .banner-slide-3 .banner-headding {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.5s;
}

.active .banner-slide-3 .banner-sub-hed {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.8s;
}

.active .banner-slide-3 .pizza-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1s;
}

.active .banner-slide-3 .pizza-1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 1.3s;
}

.active .banner-slide-3 .pizza-2 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 1.8s;
}

.active .banner-slide-3 .pizza-3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 2s;
}

.active .banner-slide-3 .pizza-4 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 2.5s;
}

.active .banner-slide-3 .pizza-5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 1.5s;
}

.active .banner-slide-3 .pizza-6 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInDown;
  animation-delay: 1.8s;
}

.banner .owl-nav button {
  position: absolute;
  top: 50%;
  font-size: 0 !important;
  transform: translateY(-50%);
  line-height: 0 !important;
}

.banner .owl-nav button:hover {
  color: #ffd504 !important;
}

/* Site Services Features Block css Star */
.info-section {
  background: #ffd504;
  position: relative;
}

.info-section .info-img {
  max-width: 90px;
  transition: all 400ms ease;
}

.info-section .col-xl-4:hover .info-img {
  filter: invert(1) sepia(0) saturate(0) hue-rotate(175deg);
}

.info-section .info-title {
  font-size: 30px;
  font-weight: 700;
  color: #121619;
  padding-top: 10px;
  padding-bottom: 8px;
}

.info-section .info-des {
  font-size: 14px;
  color: #121619;
}

.info-top {
  position: absolute;
  top: -234px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.info-top img {
  width: 100%;
  max-width: 100%;
}

.info-bottom {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.info-bottom img {
  width: 100%;
  max-width: 100%;
}

.info-section .padding-lf {
  padding: 0px 60px;
}

/* Site Services Features Block css End */

/* Special Menu Block css start */
.special-menu {
  background: #121619;
  position: relative;
  padding-bottom: 120px;
}

.special-menu:before {
  content: "";
  background-image: url(../images/background/chef-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: inherit;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special-menu .separator {
  background: url(../images/layout/separator.png) no-repeat;
  max-width: 254px;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
}

.special-menu .headding-title {
  font-family: "Boton-Bold", sans-serif;
}

.special-menu .headding-part h2 {
  color: #fff;
}

.special-menu .menu {
  padding: 15px 15px;
}

.special-menu .menu img {
  margin: 20px 0 5px;
}

.special-menu .menu h4 {
  font-size: 14px;
  color: #ffd504;
  font-family: "A Love of Thunder", cursive;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.special-menu .menu ul {
  padding-top: 5px;
}

.special-menu .menu li {
  text-transform: uppercase;
  font-family: "A Love of Thunder", cursive;
  font-style: italic;
  font-weight: 200;
  margin-top: 2px;
  margin-bottom: 5px;
  text-align: left;
  color: #ffd504;
  font-size: 20px;
}

.special-menu .menu li.drinks {
  font-size: 18px;
  margin-bottom: 7px;
}

.special-menu .menu li span {
  font-family: "A Love of Thunder", cursive;
  float: right;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
}

.special-menu .menu p {
  font-size: 10px;
  color: #fff;
  font-family: "arialbold", "Questrial", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.menu-top-bg {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}

.menu-top-bg img {
  width: 100%;
}

.menu-bottom-bg {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
}

.menu-bottom-bg img {
  width: 100%;
}

/* Special Menu Block css End */
/* About Block css start */
.about-burgues {
  background-color: #fff;
}


.about-burgues .max-w-390 {
  max-width: 460px;
}

.about-burgues .online-des {
  padding-top: 30px;
}

.about-more-z {
  margin-top: 35px;
  text-transform: uppercase;
}

.about-burgues-img {
  margin-top: -160px;
  padding-left: 60px;
}

.about-burgues-img .burgues-ab {
  max-height: 580px;
}

/* About Block css End */
/* Customer reviews Block css start */
.customer {
  background: #121619;
  position: relative;
  /* overflow: hidden; */
}

.customer-inner .headding-part h2 {
  color: #fff;
}

.customer-img {
  width: 180px;
  float: left;
}

.customer-img-in {
  width: 135px;
  text-align: center;
}

.customer-img .customer-image {
  width: 135px;
  height: 135px;
  border: 5px solid #fd9d3e;
  border-radius: 100%;
}

.customer-img .customer-name {
  font-size: 20px;
  color: #fd9d3e;
  text-transform: uppercase;
  padding-top: 10px;
}

.customer-reviews {
  width: calc(100% - 180px);
  float: left;
  background: #fff;
  padding: 40px 50px;
  position: relative;
}

.customer-reviews .review-cus {
  font-size: 18px;
  color: #999999;
  padding-bottom: 15px;
  font-style: italic;
}

.customer-reviews .post-name {
  color: #fd9d3e;
  text-transform: uppercase;
}

.customer-reviews .post-name span {
  font-size: 12px;
  text-transform: lowercase;
}

.customer-detail {
  display: flex !important;
  width: 100%;
  align-items: center;
  padding: 20px 0px;
}

.customer-reviews:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 18px 17.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.customer-top-bg {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}

.customer-top-bg img {
  width: 100%;
}

.customer-bottom-bg {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}

.customer-bottom-bg img {
  width: 100%;
}

.customer-slide ul {
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateY(-50%);
}

.customer-slide ul li {
  display: inline-block;
  padding: 0px 2px;
}

.customer-slide ul li button {
  font-size: 0;
  background: transparent;
  border: 2px solid #fd9d3e;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.customer-slide ul li.slick-active button {
  background: #fd9d3e;
}

.customer .owl-dots {
  text-align: center;
}

.customer button.owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fd9d3e;
  border-radius: 100%;
  margin: 0px 5px;
  transition: all 400ms ease;
}

.customer button.owl-dot.active {
  background: #fd9d3e;
}

/* Customer Block css End */

footer {
  background: #121619;
  padding-top: 100px;
}

.copyright {
  padding: 60px 0px;
}

.copyright .copy-text {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 10px;
}

.copyright .copy-text a {
  color: #ffd504;
}

.copyright .copy-text a:hover {
  color: #fff;
}

.copyright ul {
  text-align: center;
}

.copyright ul li {
  display: inline-block;
  padding-left: 15px;
}

.copyright .svg {
  width: 50px;
  height: 50px;
}

/*SECTIONS*/
.page-banner {
  padding-top: 185px;
  padding-bottom: 120px;
}

.page-title {
  text-align: center;
}

.page-headding {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.page-name:hover {
  color: #ffd504;
}

/* about Page  //----------------------------*/
.about-section .headding-part .headding-title {
  font-size: 50px;
  color: #1d1d1d;
  line-height: 58px;
  letter-spacing: 0px;
}

.about-section .about-bottom-bg {
  position: absolute;
  bottom: -690px;
  left: 0;
  width: 100%;
}

.flex-center {
  align-items: center;
}

.about-img {
  position: relative;
}

.about-img.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 400ms ease;
}

.about-img.overlay:hover:before {
  opacity: 1;
}

.about-img.overlay {
  position: relative;
}

.about-img img {
  width: 100%;
  object-fit: cover;
}

.about-text {
  padding-left: 15px;
}

.about-desc {
  padding-top: 25px;
}

.desc-about {
  font-size: 14px;
  color: #121619;
  padding-bottom: 20px;
}

.our-story {
  background: #000;
  margin-top: 100px;
}

.our-story .headding-part .headding-title {
  font-size: 70px;
  color: #fff;
  line-height: 58px;
  letter-spacing: 2px;
}

.story {
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
}

.story-text {
  color: #fff;
  padding-bottom: 20px;
}

.story img {
  margin-top: 25px;
}

.experience {
  padding-bottom: 100px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon span {
  border: 8px solid #fd9d3e;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: #fd9d3e;
  padding-left: 9px;
  display: block;
  transition: all 400ms ease;
}

.play-icon:hover span {
  border: 8px solid #fff;
  color: #fff;
}

.experience .modal-content {
  background: transparent;
  border: unset;
  position: relative;
}

.experience button.close {
  position: absolute;
  right: -10px;
  top: -15px;
  color: #fff;
  opacity: 1;
  font-size: 30px;
  z-index: 2;
}

.experience button.close:hover {
  color: #fd9d3e;
}

.experience .video-play {
  height: 300px;
}

.about-cus {
  position: relative;
}

/* .about-cus:before {
  content: "";
  background-image: url(../images/background/chef-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/* about Page End */

.grid-item {
  margin-bottom: 30px;
}

/* events Page  //----------------------------*/
.events-section {
  background-color: #000;
}

.events-section .headding-part .headding-title {
  font-size: 50px;
  color: #1d1d1d;
  line-height: 58px;
  letter-spacing: 0px;

}

.events-section .about-bottom-bg {
  position: absolute;
  bottom: -690px;
  left: 0;
  width: 100%;
}

.events-section .headding-part .headding-sub {
  font-size: 23px;
}

.events-section>.card {
  border-radius: 0px;
  border-color: #ffd504;
}

.events-section .card>.card-header {
  background-color: #ffd504;
  border-radius: 0px;
}

.events-section .card>.card-body {
  background-color: #ffd504;
}

.events-section .card>.card-header>.card-title {
  margin-bottom: 0px;
}

.events-section .card>.card-body>p {
  color: #777;
}

.events-section .card>.card-img-top {
  height: 180px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.events-description {
  background: #000;
  margin-top: 100px;
}

.events-description .headding-part .headding-title {
  font-size: 70px;
  color: #fff;
  line-height: 58px;
  letter-spacing: 2px;
}

.coments {
  padding-top: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.coments a {
  color: #fff;
}

.coments a:hover {
  color: #ffd504;
}

.events-description .story img {
  margin-top: 5px;
}

.galery-burgues {
  background-color: #000;
}

.galery-burgues .card .card-img,
.galery-burgues .card .card-img-top {
  height: 350px;
  object-fit: cover;
}

.galery-burgues .bg-gallery {
  background: #ffd504;
  border: 1px solid #ffd504;
}

.galery-burgues .card .card-img-overlay {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.galery-burgues .card .card-img-overlay .card-title {
  font-size: 23px;
  color: #ffd504;
  margin-bottom: 0;
  text-transform: uppercase;
}

.galery-burgues .card .card-img-overlay .card-desc {
  font-size: 16px;
}

.galery-burgues .card .card-img-overlay .card-time {
  font-size: 12px;
  margin-top: 0.5rem;
}

.galery-burgues .card .card-footer {
  z-index: 2;
}

.galery-burgues .card .card-overlay {
  position: absolute;
  bottom: 70px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  width: 75%;
}

.galery-burgues .card-img-overla a {
  color: #fff;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 10px;
}

.gallery-item {
  position: relative;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 1));
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.galery-item:nth-child(4) {
  grid-column-start: span 2;
}

.galery-item:nth-child(5) {
  grid-column-start: span 2;
}

.galery-item:nth-child(9) {
  grid-column-start: span 2;
}

@media (min-width: 1024px) {
  .gallery-container {
    grid-template-columns: repeat(5, 1fr);
  }

  .gallery-item:nth-child(1) {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }

  .gallery-item:nth-child(2) {
    grid-column-start: span 2;
  }

  .gallery-item:nth-child(3) {
    grid-column-start: span 2;
  }

  .gallery-item:nth-child(4) {
    grid-column-start: span 3;
    grid-row-start: span 3;
  }

  .gallery-item:nth-child(10) {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }

  .gallery-item:nth-child(15) {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }

  .gallery-item:nth-child(16) {
    grid-column-start: span 2;
    grid-row-start: span 3;
  }
}

@media (min-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .galery-item:nth-child(3) {
    grid-column-start: span 2;
  }

  .galery-item:nth-child(4) {
    grid-column-start: span 3;
  }

  .galery-item:nth-child(5) {
    grid-column-start: span 3;
  }

  .galery-item:nth-child(9) {
    grid-column-start: span 3;
  }
}

@media (max-width: 767px) {
  .gallery-container {
    margin-left: 10px;
    margin-right: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Contact Section*/
.contact-section {
  background: #000;
}

.contact-section::before {
  content: "";
  background-image: url(../images/background/bg-pattern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comment-area .sub-section-title h3 {
  font-size: 25px;
  font-weight: 400;
  font-family: "Oswald", cursive;
}

.comment-input-area .input-group {
  background-color: #ffd504;
  border-radius: 10px;
  padding: 15px 20px;
}

.comment-input-area .input-group .form-control {
  color: #b4b4b4;
  resize: none;
}

.custom-control {
  margin-right: 10px;
}

.custom-control input {
  opacity: 0;
}

.custom-control input:checked~.custom-control-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
}

.custom-control-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid #ffd504;
  border-radius: 0;
}

.custom-control-label::after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  line-height: 1.1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.custom-control-label::after {
  top: 2px;
  left: -13px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #ffd504;
  border-color: #ffd504;
}

.custom-control-input:not(:disabled):active~.custom-control-label::after {
  color: #fff;
  opacity: 1;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #ffd504;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ffd504;
  background-color: #ffd504;
}

.custom-control-input:checked~.custom-control-label::after {
  opacity: 1;
}

.custom-control-label {
  cursor: pointer;
  color: #ffd504;
  padding-left: 15px;
  position: relative;
}

.color-white {
  color: #fff !important;
}

.comment-area .input-group {
  border: 2px dashed #ffd504;
  border-radius: 40px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: transparent;
}

.comment-area .form-control {
  padding: 0;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}

.contact-item {
  border: 2px dashed #ffd504;
  padding: 30px;
  border-radius: 30px;
}

.contact-item-title {
  margin-bottom: 30px;
}

.contact-item-title h3 {
  color: #222;
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald" the great, cursive;
  margin-bottom: 0;
}

.contact-info-list {
  border-top: 1px dashed #444;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-info-list h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffd504;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-info-list p {
  font-size: 16px;
  margin-bottom: 0;
  color: #444;
}

.contact-info-link {
  font-size: 16px;
  margin-bottom: 0;
  color: #444;
  font-weight: 400;
}

.google-map-content {
  width: 100%;
  height: 450px;
  /* border: 1px solid #ffd504; */
  border-radius: 5px;
}

.google-map-content iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #ffd504;
  border-radius: 5px;
}

.contact-map {
  background-color: #000;
}

.chat {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.chat__bubble {
  width: 200px;
  height: 50px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


.chat__bubble span {
  color: #fff;
  font-weight: 500
}

.chat__bubble--facebook {
  background-color: #2196f3;
}

.chat__bubble--whatsapp {
  background-color: #4caf50;
}

.chat__icon {
  color: #fff;
  font-size: 1.5rem;
}

.chat-bubbles {
  position: fixed;
  right: 15px;
  bottom: 60px;
  width: 45px;
  z-index: 1;
}

.chat-bubbles__list {
  padding: 0;
  margin: 0;
}

.chat-bubbles__list--active {
  display: flex;
  flex-direction: column;
}

.chat-bubbles__list-item {
  margin-bottom: 10px;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.chat-bubbles__list-item--active {
  opacity: 1;
}

/* END CHAT BUBBLE */

.search-container.show {
  display: block;
}

.search-container {
  padding: 10px 30px;
  /*background: #454545;*/
  display: none;
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
}

.search-h2 {
  font-family: "Boton-Bold", sans-serif;
}

.search-p {
  font-size: 20px !important;
  width: 700px;
}

.search-container.show {
  display: block;
}

.search-container.close {
  display: none;
}

.search-container form {
  max-width: 943px;
  margin: 0 auto;
  position: relative;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-container input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 45px;
  font-family: "Exo", sans-serif;
  color: #9e9c9c;
  padding-left: 20px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid #000;
  border-right: 0;
}

.search-container button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  padding: 0 35px;
  border-radius: 0px !important;
  border-radius: 40px !important;
  background: #000;
}

.search-container button:hover,
.search-container button:focus {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.search-container .search-icon {
  display: none;
}

@media screen and (max-width: 992px) {
  .search-container button {
    padding: 0 20px;
  }

  .search-container .search-icon {
    display: inline-block;
  }

  .search-container .search-text {
    display: block;
  }
}


.lightbox .lb-outerContainer video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  border: none;
  outline: none;
}

.lightbox .lb-outerContainer video:hover,
.lightbox .lb-outerContainer video:focus {
  border: none;
  outline: none;
}

.lightbox .lb-outerContainer.animating video {
  opacity: 0;
}

.lightbox .lb-container {
  position: relative;
}

.lightbox .lb-container .lb-image {
  border: none;
}