html,body  {
  width: 100%;
  height: 100%; 
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 400;
  color: #d3d3d3;
}

  /*------Spacing Class------------*/
.space5{
  margin-top: 5px !important;
}
.space10{
  margin-top: 10px !important;
}
.space20{
  margin-top: 20px !important;
}
.space25{
  margin-top: 25px !important;
}
.space30{
  margin-top: 30px !important;
}
.space40{
  margin-top: 40px !important;
}
.space50{
  margin-top: 50px !important;
}
.space60{
  margin-top: 60px !important;
}
.space70{
  margin-top: 70px !important;
}
.space80{
  margin-top: 80px !important;
}
.space90{
  margin-top: 90px !important;
}
.space100{
  margin-top: 100px !important;
}
/*--------------------------------------*/
.f300{
  font-weight: 300 !important;
}
.f400{
  font-weight: 400 !important;
}
.f500{
  font-weight: 500 !important;
}
.f700{
  font-weight: 700 !important;
}
.f900{
  font-weight: 900 !important;
}

.m0{
  margin: 0 !important;
}

.mb0{
  margin-bottom: 0 !important;
}
.pad0{
  padding: 0 !important;
}
.f52{
  font-size: 52px !important;
}
.mb0{
  margin-bottom: 0 !important;
}
/*===================Main Styles=======================*/

header{
  background: #ffffff;
  padding: 20px 0px;
}

header .flex-items , #contact .flex-items.valign-center{
  align-items: center;
}

.flex-items{
  display: flex;
}


.logo-img{
  display: block;
  margin: 0 auto;
}

/*#demo {
  display: table;
  width: 100%;
  height: 100%;
}*/

.location-box {
  padding: 170px 80px;
  color: #d3d3d3;
}

.menu-items {
    padding: 90px 0px;
}

.location-box h2{
  font-size: 38px;
  font-weight: 400;  
}

.location-box h3{
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.menu-items h2{
  font-size: 52px;
}

.menu-items li a{
  font-size: 38px;
  display: block;
  color: #d3d3d3;
  margin: 30px 0;
}

.menu-items li a:hover{
  text-decoration: none;
}

.back-gray{
  background: #333;
}

.black-box {
  padding: 170px 80px;
  background: #000000;
}
.oj-box {
 padding: 170px 80px;
 background: #fab800;
}

.black-box h3{
  font-size: 38px;
  margin-top: 0;
}

.sec-title {
  font-size: 38px;
  margin-top: 0;
}

.sec-copy {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 400;
}

ul.sec-list li {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 400;
}

.black-box h4 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 400;
}

.green-box {
  background: #2b8535;
}

.back-red{
  padding: 30px 50px;
  background: #df0f16;
}

.menu-list li{
  vertical-align: top;
  width: 24.7%;
}

.menu-list h2{
  font-size: 38px;
}
.menu-list h4{
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.black-box h4 span.menu-item-name{
  width: 90%;
  display: inline-block;
  vertical-align: top;
}

.black-box h5{
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

footer{
  background: #505050;
  padding: 65px 0;
}

footer h2{
  font-size: 36px;
  font-weight: 400;
  margin-top: 0;
}
footer h2 a{
  color: #d3d3d3;
  text-decoration: none;
}

footer h2 a:hover{
  color: #d3d3d3;
}

.social-icons li a{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  color: #000;
  background: #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
}



.img-wrapper img{
  width: 100%;
}



.img-wrapper {
  position: relative;
}
.img-wrapper img {
  width: 100%;
  height: 450px;
}

.img-overlay {
  background: rgba(136, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  cursor: pointer;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 65%;
  }
}

#nextButton {
  color: #fff;
  font-size: 5em;
  transition: opacity 0.8s;
  cursor: pointer;
}


#prevButton {
  color: #fff;
  font-size: 5em;
  transition: opacity 0.8s;
  cursor: pointer;
}


#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}

#demo{
  /*padding-top: 130px;*/
}

.carousel-control.left,.carousel-control.right{
  background: none;
  opacity: 1;
  text-shadow: none;
  font-size: 60px;
  position: absolute;
  top: 35%;
}
.carousel-inner .item img{
    height: 820px;
    object-fit: cover;
}



/*---------------- media query -----------*/

@media(max-width: 1440px){
  .black-box h3 {
    font-size: 35px;
  }
  footer h2 {
    font-size: 30px;
  }
  .menu-items li a {
    font-size: 33px;
    display: block;
  }
  .menu-items h2 {
    font-size: 48px;
  }
  .black-box, .oj-box {
    padding: 100px 50px;
  }
  .black-box h5 {
    font-size: 23px;
    line-height: 32px;
  }
  .menu-list li {
    width: 24%;
}
.img-wrapper img {
    height: 370px;
}
.back-red {
    padding: 30px;
}
.carousel-inner .item img {
    height: auto;
    
}
}

@media(max-width:1366px){
    .carousel-inner .item img {
    height: 640px;
    
}
}

@media(max-width: 1336px){
  .black-box h3 {
    font-size: 32px;
  }
  .location-box {
    padding: 100px 80px;
  }
  .menu-items {
    padding: 50px 0px;
  }
  .black-box, .oj-box {
    padding: 100px 30px;
  }
  .carousel-inner .item img {
    height: 500px;
    
}
}

@media(max-width: 1280px){
  footer h2 {
    font-size: 26px;
  }
  .carousel-inner .item img {
    height: auto;
    
}
  .black-box h3 {
    font-size: 30px;
  }
  .black-box h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .img-wrapper img {
    height: 350px;
}

}


@media(max-width: 1199px){
  .location-box {
    padding: 100px 30px;
  }
  .black-box, .oj-box {
    padding: 100px 30px;
  }
  .menu-items {
    padding: 80px 0px;
  }
  .back-gray .col-md-offset-4 {
    margin-left: 25.333333%;
  }
  
  .menu-list li {
    width: 49%;
}

.back-red {
    padding: 30px;
}
  .menu-list h4{
    font-size: 15px;
  }
  .black-box h3 {
    font-size: 26px;
  }
  .black-box h4 {
    font-size: 16px;
    line-height: 23px;
  }
  .f52 {
    font-size: 32px !important;
  }
  .black-box h5 {
    font-size: 18px;
    line-height: 25px;
  }
  footer h2 {
    font-size: 22px;
  }
  #demo{
    /*padding-top: 130px;*/
  }
}

@media(max-width: 991px){
  .flex-items{
    display: block;
  }
  header .flex-items{
    display: flex;
  }
  .img-wrapper img {
    width: 100%;
    height: 280px;
}
  .back-gray .col-md-offset-4 {
    margin-left: 0;
  }
  .back-gray{
    padding: 0 30px;
  }
  .menu-list{
    margin-bottom: 0;
  }
  .pizza-back,.hotel-pic,.salad-pic,.glass-pic{
    height: 500px;
  }
  footer{
    text-align: center;
  }
  header{
    padding: 10px 15px;
  }
  .loc_ov{
	background: rgba(0, 0, 0, 0.63);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loc{
z-index: 999;
    position: relative;
}
}


@media(max-width: 767px){
    
  .menu-list li{
    display: block;
    width:100%;
  }
  .img-wrapper img{
      height:auto;
      
  }
  .back-red {
    padding: 5px 15px;
  }
  .black-box, .oj-box {
    padding: 30px 15px;
  }
  .location-box {
    padding: 30px 15px;
  }
  .back-gray {
    padding: 0 15px;
  }
  .menu-items li a {
    font-size: 26px;
    margin: 15px 0;
  }
  .black-box h4 {
    font-size: 13px;
  }
  footer h2 {
    font-size: 17px;
  }
  #demo{
    height: auto;
    /*padding-top: 95px;*/
  }
  .location-box h3 {
    font-size: 18px;
  }
  #nextButton,#prevButton{
    font-size: 3em;
  }
}


@media(max-width: 360px){
  .location-box h3 {
    font-size: 20px;
  }
  .location-box h2 {
    font-size: 35px;
  }
  #demo{
    /*padding-top: 80px;*/
  }
}