/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********

RESET CSS

**************/

body {
    font-family: "Forum", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    scroll-behavior: smooth;
    width: 100%;
    font-size: 17px;
    padding: 0px;
    overflow-x: hidden;
    color:#000;  
    background: #fff;
    white-space: normal;
}
body {
      cursor: url(''), auto;
}

body,html,ul,li {

    font-size: 18px;
   font-family: "Forum", serif;
}
.styled {
   font-family: "Cinzel Decorative", serif;
  font-weight: 600;
   /*    line-height: 70px;
 font-size: 50px;*/
  font-style: normal;
  color: #ec9600;
  letter-spacing: 2px;
  line-height: 1.7;
 }
a:hover{
    color: #1976d2;
    text-decoration: none;
}
.pdlr{
    padding:0;
}
p{
    font-size: 19px;
    line-height: 1.5;
    text-align: left;
    transition: all 500ms ease;
    color: #000;
   font-family: "Forum", serif;
/*word-break: break-all;*/
}

*, *::before, *::after {
  box-sizing: border-box;
  white-space: normal;
}
.btn{
    border-radius: 50px;
    background: #ec9600;
    font-size: 18px;
    color: #000;
    border:1px solid #000;
}
.navbar-inverse .navbar-nav>li>.btn:hover{
    background: #ec9600;
    color: #333;
}
.head-social .fa{
    padding: 0 10px;
}
.navbar-inverse {
    background-color: #000;
    border-color: transparent;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    display: inline-block;
    text-align:left;
}
.navbar-nav {
/*    display: flex;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    margin: 0;
    padding: 15px 0;
}
.navbar-inverse .navbar-nav>li>a {
    color:#ddd;
    text-transform: uppercase;
    word-spacing:5px;
    font-weight: 600;
    padding:15px 30px;
    font-size: 20px;
     font-family: "Cinzel Decorative", serif;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#ec9600;
    background-color: transparent;
        font-family: "Cinzel Decorative", serif;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
        font-family: "Cinzel Decorative", serif;
}
.nav.navbar-nav > li.active a{
    color:#ec9600;
    background-color: transparent;
        font-family: "Cinzel Decorative", serif;
}
.navbar>.container .navbar-brand{
    padding: 10px;
    height: auto;
}
.navbar-inverse .navbar-nav>li>.btn-danger{
    color: #000 !important;
        font-size: 18px;
}
.navbar-inverse .navbar-nav>li>.btn-danger:hover, .navbar-inverse .navbar-nav>li>.btn-danger:visited{
    color: #000 !important;
    background: #ec9600;
        font-size: 18px;
}
.navbar>.container .navbar-brand{
    padding:0;
}
.transition {
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
}
.translate-y{
    -webkit-animation: translate-y 0.5s ease-out alternate;
    -moz-animation: translate-y 0.5s ease-out alternate;
    animation: translate-y 0.5s ease-out alternate;
}
.abt-img{
    box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);
    border-radius: 15px;
}
/*.g-recaptcha, .rc-anchor-normal{*/
/*    width:100% !important;*/
/*}*/
.word {
  margin: auto;
  color: white;
  font: 750 normal 3.5em '';
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}
 .bigtxt{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
 } 
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #080d15;
    opacity: 0.4;
}

.aboutus-home p{
    color: #000;
    font-size: 20px;
}
.slider-home{
    /*background:linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/2.jpg);*/
    background:#000;
    background-position: center;
    background-size: cover;
    height:100vh;
    text-align: center;
    padding-top: 80px;
}
.slider-home .img-center{
    width: 400px;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


#order, #callnow{
    display: none;
}
#toTop {
    position: fixed;
    cursor: pointer;
        right: 3px;
    bottom: 55px;
    background: #fff;
    padding: 4px 13px;
    border-radius: 50%;
    color: #551117;
    font-size: 25px;
    display: none;
    z-index: 111;
    border: 5px solid #ec971f;
}
.aboutus-home{
    padding:0 0 50px 0;
    display: inline-block;
    width:100%;
    
}
.aboutus-home p{
    text-align: justify;
}
.contactform {
    padding: 30px;
    width: 100%;
    display: inline-block;
    background: #ddd;
    height: 100%;
    color: #000;
}
.contactform .form-control{
    height:50px;
    border:none;
    box-shadow: none;
    color:#000;
    background: transparent;
        border-bottom: 1px solid #959595;
    border-radius: 0px;
    margin:0;
}
.bg-fixed{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background:#000;
    /*background-image:linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/banner12.jpg);*/
}
.menu-bg-color{
/*    background: #212226;*/
    background-image:linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/art-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    color: #ddd;
    padding: 10px 0;
    text-align:center;
    margin:0 auto;
}
.half-section-div{
     display: inline-block;
    width: 100%;
    padding: 30px 0;
}
footer h2{
    color:#ec9600;
     font-family: "Cinzel Decorative", serif;
}
.half-section-div img{
    transition: all 500ms ease;
}
.half-section-div img:hover{
        transform: scale(1.05);
}
.menu-bg-color .pattern-layer .pattern-3{    
    position: absolute;
    left: 20px;
/*    top: 133px;*/
    width: 202px;
    height: 202px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}
.half-section-div .pattern-layer .pattern-3{
    position: absolute;
    left: 90px;
     top: 10px; 
    width: 202px;
    height: 202px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}
.testimonials{
/*    background: #000;*/
    background: url(../img/art-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 30px 0;
}

.video-top{
    height: 100vh;
    width: 100%;
    z-index:-1;
    display:block;
}
#myvideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    /*position: absolute;*/
    top: 0;
    left: 0;
}
.round-img{
   width:150px;
    text-align: center;    
        position: absolute;
        top: 5px;
        right: 25px;
        background: #FFF;  
        border-radius:50%;
        padding:5px;
}
.round-img-2{
    width:150px;
   text-align: center;    
        position: absolute;
        top: 10px;
        left: 25px;
        background: #FFF;  
        border-radius:50%;
        padding:5px;
}
.pattern-layer{
    display:inline-block;
}
.pattern-layer .round-img{
    animation: animName 2s linear infinite;
    animation-duration: 15s;
    text-align: center;    
        position: relative;
        display:inline-block;
        top: 10px;
        left: 25px;
        background: #FFF;  
        border-radius:50%;
}
.content-halal{
    padding: 80px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
/*    background: #fff;*/
}
.content-halal p{
    color: #fff;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.content-menu-home{
    display:inline;
}
.gluten-free{
			color: green;
			border:0.5px solid green;
			border-radius: 50%;
			padding: 5px;
			font-size: 12px;
    font-weight: 800;
		}
.content-menu-home .inner-box {
    position: relative;
    display: inline-block;
    padding: 20px 60px;
    background: #fff;   
    box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
    color: #333;
}
.content-menu-home h2{
   margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: 80%;
}
.catering-enquiry-form{
    padding: 20px 0;
    background: #ddd;
}
.catering {
    border:0.5px solid #ec9600;
    padding: 25px;
    border-radius: 15px;
}
.catering  .form-control{
    height:50px;
    border:none;
    box-shadow: none;
    background: transparent;
    border-bottom:1px solid #959595;
    border-radius: 0px;
    margin:15px 0;
    font-size:18px;
    color:#000;
}
.catering label{
    font-size: 25px;
    color: #fff;
}

.inner-box{
    background: url(../img/shape-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    display: inline-block;
    padding: 65px 35px;
    margin: 10px 0;
    width: 100%;
}
.inner-box-tray{
    background: url(../img/shape-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    display: inline-block;
    padding: 65px 35px;
    margin: 10px 0;
    width: 100%;
}

footer{
    borde-topr:15px #fff;
    background: #000;
    color: #fff;
    padding: 45px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
footer  p{
    color: #fff;
    font-size: 20px;
}
footer .shape .shape-1 {
    position: absolute;
    left: 406px;
    margin: 0 10px;
/*    top: 0px;*/
    width: 60px;
    height: 329px;
    background-repeat: no-repeat;
}
footer{
    borde-topr:15px #fff;
    background: #000;
    color: #fff;
    padding: 45px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
footer .shape .shape-2 {
    position: absolute;
    right: 406px;
/*    top: 0px;*/
    width: 60px;
    height: 329px;
    background-repeat: no-repeat;
}
footer .social-footer a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ec9600;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin:0 5px;
}
.bold{
    color: #ec9600;
    font-weight: bold;
}
 .middle{
    padding:0 20px;
}
.described-menu{
    background:#000;
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    position: relative;
    
    /*overflow: hidden;*/
}
.menu-detail{
    position: relative;
}
.desktop{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.menu-row-1{
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 15px 0;
}
 .menu-row-1 p{
font-size: 18px;color: #fff;
}
.catergory-name{
    background:url(../img/cat-bg-img.jpeg);
    background-size:cover;
    padding:10px;
    border-radius:50px;
}
h2 small{
    color: #000;
    font-weight:bold;
}
.row-oo{
        border-bottom:0.5px solid #ec9600;
    display: inline-block;
    width: 100%;
}
.row-oo h3{
    margin-top:10px;
}
.menu-bg{
   z-index:0;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    left: 0;
    position: absolute;
    top: 0;
}
@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.catering-home{
    padding: 10px 0;
    background: #000;
/*    background: url(../img/art-bg.jpg);*/
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}
.catering-menu, .catering-about{
    background:#000;
    color: #fff;
    padding: 30px;
    /*margin-bottom: 10px;*/
}
.catering-about p{
    color: #fff;
}
.inner-menu{
    border-radius: 15px;
    border-bottom:0.5px solid #ec9600;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 10px 0;
}
.inner-menu p{
    color: #fff;
}
.catering-menu .img-with-bg{
    background: url(../img/wooden-bg.jpg);
    width: 100%;
    border-radius: 20px;
    background-size:cover;
    height: 200px;
    padding: 10px;
}


.card{  
    margin: 30px 0; 
    border-radius: 0;
    /*background: #fff;*/
    height: 350px;
    display: inline-block;
    width: 100%;
}
.inner-box-tray .card{
    height:290px;
}
.card p{color: #000;}
.white-bg p{color: #fff;}
.white-bg{
/*    background: #fff;*/
    padding: 20px;
    color: #fff;
/*    margin: 20px;*/
    border-radius: 10px;
}
.card h4{
    padding: 7px;
    margin: 10px 0;
    text-align: center;
    background:#000;
}
.dashed{
    border-bottom: 1px dashed #333;
    width: 100%;
    display: inline-block;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
 .slider-home .img-center{
         width: 450px;
}
.inner-box-tray .shape-3{
    position: absolute;
    left: 15px;
    top: -52px;
    width: 440px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.inner-box .shape-4{
    position: absolute;
    left: 15px;
    bottom: -50px;
    width: 338px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
/*for smsung fold z*/
/*@media screen and (max-width: 2208px) {*/
/*    .container{*/
/*        width:100%;*/
/*    }*/
/*    .slider-home .img-center{*/
/*    width: 35%;*/
/*}*/
/*p{*/
/*    font-size:30px;*/
/*}*/
/*.described-menu, .catering-home, .bg-fixed, .contactform{*/
/*    padding:70px;*/
/*}*/
/*.contactform .form-control {*/
/*    height: 100px;*/
    
/*}*/
/*.slider-home{*/
/*    height:1100px;*/
/*        padding-top: 150px;*/
/*}*/
/*.waves{top:950px;}*/
/*.aboutus-home p{font-size:40px;}*/
/*}*/

