html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: signature;
  src: url(../fonts/maddison_font.ttf);
}
body{
  font-family:'Raleway';
}
.wrapper{
	position: relative;
	overflow: hidden;
  background: #000;
}
.header{
  width: 100%;
    float: left;
    position: fixed;
    z-index: 1;
}
.nav-pos{
	position: fixed;
    z-index: 1;
    right: 2.7%;
    top: 39.8%;
}
.nav-pos .dot-pad .active {
    background: red !important;
    border-radius: 50%;
    padding: 0;
    width: 8px;
    height: 8px;
}
.dot-pad{
	padding: .55rem!important;
}
.dot-pad a{
	width: 5px;
    height: 5px;
    background: #777!important;
    border-radius: 50%;
    padding: 0;
}
.about{
	background-color: #15161B;
    width: 100%;
    background-image: linear-gradient(to bottom right, #15161B, #000);
    height: 100%;
}
#rmjs-1{
    overflow:auto;
}
.header a{
	padding: 0 1rem;
}
.header i{
	color: #8B8B8E;
}
#owl-small{
  display: none!important;
}
.onepage-pagination {
	position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -48px;
   }
.onepage-pagination li {
    padding: 0;
    text-align: center;
}
.onepage-pagination li a {
    padding: 10px;
    width: 15px;
    height: 15px;
    display: block;
    color: #777;
}
.about-content{
	color: #fff;
}
.sign{
  font-size: 55px;
  font-family: signature;
  margin-top: 10px;
}
.index{
 position: absolute;
    left: 365px;
    top: 130px;
    width: 343px;
}
.index-img{
	width: 100%;
  background-image: url('../images/Icons&Images/Index/manoj.png');
  background-size:cover;
  height: 735px;
  background-repeat: no-repeat;
  background-position:right;
}
.index-img img{
	width: 100%;
	height: 100%;
}
.logo-img{
  width: 100%;
}
.logo-img img{
  width: 100%;
  object-fit: cover;
  object-position: -10px;
}
.padding-sec{
  padding-top: 8%;
}
.paddin-sec{
  padding-top: 8%;
  padding-bottom: 13%;
}
.about-content h1{
	  font-size: 150px;
    line-height: .9;
    font-weight: 800;
    color: #222224;
    font-family: 'Nunito Sans';
}
.clr{
	color: #DA0201;
}
.clr:hover{
  text-decoration: none;
  color: #DA0201;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.15s;
}


.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay a {
  text-decoration: none;
    font-size: 4rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

.overlay .closebtn {
  position: absolute;
    top: 0px;
    right: 45px;
    font-size: 60px;
}
.contact{
	background-color: #222;
	width: 100%;
	display: block;
  padding: 80px 0px;
}
.contact input{
	border: none;
    background: transparent;
    border-bottom: 1px solid #494A4E;
    border-radius: 0;
    font-size: 20px;
}
.contact input:focus{
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.contact input::placeholder{
    color: #777;
}
.contact textarea{
	border: none;
    background: transparent;
    border-bottom: 1px solid #494A4E;
    border-radius: none;
    border-radius: 0;
    font-size: 20px;
    color: #777;
}
.contact textarea:focus{
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.contact h2 {
    font-size: 70px;
    color: #3D3D3F;
    font-weight: 800;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}
.add-events{
	background-color: #222;
	width: 100%;
	display: block;
  padding: 50px;
}
.add-events h2{
	    font-size: 100px;
    color: #3D3D3F;
    font-weight: 800;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: 'Nunito Sans';

}
.selector{
  width: 330px;
    height: 200px;
    border: 2px solid #fff;
    position: absolute;
    left: 39%;
    top: -190px;
}
.event-img{
	width: 280px;
}
.event-img img{
	width: 100%;
}
.event{
	color: #fff;
  cursor: pointer;
}
.cursr{
  cursor: pointer;
}
.date-container{
	background: #29282D;
    text-align: center;
    line-height: 1;
    padding: 20px;
}
.date-container small{
	font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.date-container span{
	font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.p-size{
	font-size:18px;
}
.scroll{
	height: 550px;
	overflow-y: scroll;
  overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #DA0201; 
  border-radius: 10px;
}

.Works{
  width: 100%;
  height: 100%;
	
      }
.work-div{
    background: #000;
    background-image:url('../images/Icons&Images/TheWorks/manoj&knife.png'),url('../images/Icons&Images/TheWorks/smoke.png');
    background-position: center, left top;
    background-repeat: no-repeat;
    background-size: cover, 57% 65%;
      }
.work-div h2{
	font-size: 100px;
    text-transform: uppercase;
    color: #222224;
    line-height: .9;
    font-family: 'Nunito Sans';
}
.work-div p{
	color:#fff;
}
.pad-sec{
	padding-top: : 10%!important;
}
.signature{
  background:linear-gradient(to bottom right, #15161B, #000);
  color: #fff;
}
.signature-img{
}
.signature-img img{
	width: 100%;
}
.cuisine-info h2{
  font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
    color: #3D3D3F;
    line-height: .9;
    font-family: 'Nunito Sans';
}
.owl-theme .owl-nav {
  margin: 0!important;
  }
  .owl-prev{
    position: absolute;
    top: 23px;
    left: -96px;
  }
  .owl-next{
    position: absolute;
    top: 23px;
    right: -96px;
  }
.owl-theme .owl-nav [class*=owl-] {
  padding: 0!important;
  background: none !important;
  margin: 0!important;
  display: inline-flex!important;
  }
.contact-img{
	width: 100%;
}
.contact-img img{
	width: 100%;
}

.select-field{
  width: 320px;
    height: 210px;
    border: 2px solid #fff;
    position: absolute;
    left: 35%;
    top: -27px;
}
.mb{
  margin-bottom: 2.5rem;
}
.bttn{
  background: transparent;
    border: none;
    color: red;
}
.cuisineTxt {
  font-size: 19px;
    font-family: 'Raleway';
}
.name{
  font-size: 24px;
}
.knw-more{
  font-size: 18px;
}
.content-clr{
  color: #838383 !important;
  font-size: 16px;
  font-family: 'Raleway';
}
.sub{
  font-size: 24px;
  font-family: 'Raleway';
  line-height: 1.1;
}
.slick-class{
 display: flex;
}
.item{
 width: 210px!important;
    height: 150px;
    margin: 10px;
}
.item img{
  width: 100%;
  height: 100%;
}
.arrow{
  position: relative;
}
.arrow-prev{
  position: absolute;
    top: -132px;
    left: 5%;
}
.arrow-next{
  position: absolute;
    top: -132px;
    right: 5%;
}
.date-pad{
  display: block;
  padding: 5px 0;
}
.press-cnt{
  margin-bottom:1.5rem;
}
/* media queries */
@media screen and (max-width: 1024px) {
.index {
    position: absolute;
    left: 234px;
    top: 77px;
    width: 167px;
}
.index-img{
  height: 481px;
}
.name {
    font-size: 18px;
}
.content-clr {
    font-size: 14px;
  }
  .knw-more {
    font-size: 16px;
}
.cuisineTxt {
    font-size: 17px;
    }
 .sign {
    font-size: 44px!important;
}
.event-img {
    width: 180px;
}
.about-content h1{
  font-size: 80px;
}
.arrow-prev img{
  width: 30px;
}
.arrow-next img{
  width: 30px;
}
.arrow-prev {
    position: absolute;
    top: -112px !important;
    left: 1% !important;
}
.arrow-next {
    position: absolute;
    top: -112px !important;
    right: 1% !important;
}
.selector{
  width: 264px;
  left: 37%;
}
.cuisine-info h2 {
    font-size: 80px;
    }
    .signature-img {
    height: 375px;
}
.signature-img img{
  height: 100%;
  }
.work-div h2 {
    font-size: 80px;
    }
    .add-events h2 {
    font-size: 80px;
  }
  .px-md-5{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
.item{
  width: 176px!important;
}
.bttn {
    margin-top: 20px;
}
.add-events{
  padding: 40px 20px;
}
.event-img {
    width: 180px!important;
}
.date-container small {
    font-size: 16px;
    }
    .date-container span {
    font-size: 30px;
  }
  .sub {
    font-size: 18px;
  }
  #spy .nav-pos{
    display: none!important;
  }
  .contact h2 {
    font-size: 59px;
  }
}
 @media screen and (max-width: 1366px) {
 .event-img {
    width: 250px;
}
.arrow-next {
    position: absolute;
    top: -132px;
    right: 2%;
}
.arrow-prev {
    position: absolute;
    top: -132px;
    left: 2%;
}
.signature-img {
    height: 430px;
}
.signature-img img {
    height: 100%;
}
.index {
    top: 105px;
  }
.sign {
    font-size: 52px;
}
@media  screen and (max-width: 768px) {
  .index-img {
    height: 900px;
    background-size: cover;
}
.sign {
    font-size: 55px;
    font-family: signature;
    margin-top: 10px;
}
.press-cnt {
    margin-bottom: 2rem;
}
.about-content h1 {
  padding-right: 30%;
  font-size: 5rem;
  }
  .sub{
    font-size: 18px;
  }
  .index {
    width: 160px;
    position: absolute;
    left: 215px;
    top: 47px;
  }
  .padding-sec{
    padding-top: 10%;
  }
  .cuisine-info h2{
    font-size: 3.5rem;
  }
  .cuisine-info .pl-5{
    padding-left: 0!important;
  }
  .cuisine-info .ml-5 {
    margin-left: 0!important;
  }
 .signature-img{
  display: none;
 }
.select-field {
    display: none;
}
.selector {
    width: 330px;
    height: 190px;
    border: 2px solid #fff;
    position: absolute;
    left: 28%;
    top: -215px;
}
.arrow-prev img{
  width: 30px;
}
.arrow-next img{
  width: 30px;
}
.arrow-next {
    position: absolute;
    top: -140px!important;
    right: 1%;
}
.arrow-prev {
    position: absolute;
    top: -140px!important;
    left: 1%;
}

  .work-div{
    background-size: 0;
    height: auto;
  }
  .px{
    padding: 0 1.5rem!important;
  }
  .scroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.add-events h2 {
    font-size: 3.5rem;
    }
    .work-div h2 {
    font-size: 3.5rem;
  }
  .add-events {
    display: block;
    padding: 25px 10px;
}
.contact-img{
  display: none;
}
.contact {
    padding: 40px 0px;
}
.contact h2 {
    font-size: 3.5rem;
    }
.bttn {
    margin-top: 0px;
}
.item {
    width: 210px!important;
}
#spy .nav{
  display: none;
}
}
@media screen and (max-width: 480px) {
  .sign {
    font-size: 40px!important;
}
.selector{
  display: none;
}
.index-img {
    height: 490px;
    background-size: cover;
}
.index {
    top: 18px;
}
.item{
  width: 330px!important;
}
.item img{
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.arrow-next {
    position: absolute;
    top: -108px!important;
    right: 2.5% !important;
}
.arrow-prev {
    position: absolute;
    top: -108px!important;
    left: 4% !important;
}
.px-mob {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.mobile-pad{
    padding-right: 2.5rem!important;
    padding-left: 1.5rem!important;
    padding-bottom: 3rem!important;
}
.item {
    width: 370px!important;
}
.px {
    padding: 0 2rem!important;
}
.overlay a {
    text-decoration: none;
    font-size: 2rem;
    }
}

@media screen and (max-width: 375px) {
  .about-content h1 {
    padding-right: 30%;
    font-size: 3rem;
}
.index {
    width: 90px;
    position: absolute;
    left: 132px;
    top: 24px;
}
.sign {
    font-size: 27px!important;
    font-family: signature;
    margin-top: 10px;
}
.mobile-pad{
    padding-right: 2.5rem!important;
    padding-left: 1.5rem!important;
    padding-bottom: 3rem!important;
}
.index-img {
    height: 450px;
}
.arrow-prev img {
    width: 18px;
}
.arrow-next img {
    width: 18px;
}
.selector{
  display: none;
}
.arrow-prev {
    position: absolute;
    top: -114px!important;
    left: 1%;
}
.arrow-next {
    position: absolute;
    top: -114px!important;
    right: 1%;
}
.item {
    width: 340px!important;
    height: 150px;
    margin: 10px;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: contain!important;
}
.add-events {
    display: block;
    padding: 25px 22px;
}
.px {
    padding: 0 2rem!important;
}
.px-mob{
  padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.scroll {
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mp{
margin-bottom: 30px;
}
.overlay a {
    text-decoration: none;
    font-size: 2rem;
    }
    .contact h2 {
    font-size: 2.5rem;
}
}
