 html {
     margin: 0 ;
     padding: 0;
     scroll-behavior: smooth;
}

body{
  background-color: #000 !important;
}
.card>.mycard{
  background-color: #fef100 !important;
}
body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}
button{
    outline: none;
    border: none;
}
button:hover{
    outline: none;
    border: none;
}
#welcome_modal{
	z-index:9999999 !important
}
#welcome_text p{margin-bottom:0}
#welcome_text p>img{
	width:100% !important;
	height:auto !important
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*navbar*/
.navbar{
    margin:0px !important;
    background-color: #000;
    padding: 0px !important;
    width: 100%
   
}
.navbar-nav .nav-item a{
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    transition: .5s;
}
.navbar-nav .nav-item a:hover{
    color: #FE870C !important;
    transition: .5s;
}
.col-md-3 .first{
  padding:10px;
  border: 1px solid #FEF100;
  margin-top: 5px;
  transition: .2s;
}
.col-md-3 .first:hover{
  border: 1px solid #FB8603;
  transition: .2s;
  transform: scale(.9);
}
.col-md-3 .first img{
  transition: 2s;
}
.col-md-3 .first:hover img{
  transition: .5s;
  transform: rotateY(180deg);
}
.col-md-3 .first.t1{
 transition: 1s;
}
.col-md-3 .first:hover .t1{
  transition: 2s;
  transform: rotateX(360deg);
}
.nav-item{
  border-bottom:3px solid #000;
  transition: .5s;
  }
.nav-item:hover{
  transform: .5s;
  border-bottom:3px solid #F9C200 !important;
}
.nav-item{
   padding: 2px 0px 10px 0px;
}
.order_online_btn{
  transition: .5s;
}
.order_online_btn:hover{
  background-color:#FEF100 !important;
}
.order_online_btn:hover a{
  color: #000 !important;
}
/*our food*/
.elementor-heading-title p {
  display: flex;
  justify-content: center;
  align-items: center;
    color: #FEF100;
    font-size: 48px;
    font-weight: 700;
}
  .our_goal {
    color: #FB8603;
    font-family: "Aguafina Script", Sans-serif;
    font-size: 50px;
}
.content{
  color: #000000;
    font-size: 100%;
    font-weight: 500;
    padding: 5px 20px;
}
.our_specials_img_hover{
  transform: scale(1.2);
  transition: 2s;
}
.our_specials_img_hover:hover{
  transform: scale(1);
  transition: 2s;
}
.imgbox{
  overflow: hidden;
}
.spePadding{
  transition: 5s;
}
.spePadding:hover{
  transition: .5s;
  transform: skewY(.03turn);
}
.spePadding1:hover{
  transition: .5s;
  transform: skewY(-.03turn);
}
.spePadding2:hover{
  transition: 1s;
  transform: rotateX(30deg);
}
.curve_text {
    color: #EB6824;
    font-family: "Aguafina Script", Sans-serif;
    font-size: 45px;
}
.footer_menu a{
  text-decoration: none;
  transition: .5s;
  color: #FEF100 !important;
  line-height: 40px;
}
.footer_menu a:hover{
  transition: .5s;
  text-decoration: none;
  color: #FB8603 !important;
}
#scroll_top:hover{
  background-color: #FB8603 !important;
  color: #FEF100 !important;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pulse {
    width: 150px;
    height: 150px;
    background: rgb(255, 0, 64);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animate 2s linear infinite;
}
.about_us_btn:hover{
  transition: .5s;
  background-color: #fef100 !important;
  color: #000 !important;
}
.about_us_btn{
  transition: .5s;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0.7), 0 0 0 0 rgba(255, 0, 64, 0.7);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 0, 64, 0.7);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }
}

