<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Montserrat', sans-serif;
    height: auto;
    background: url(../images/clean-gray-paper.png);
}

h5 {
    font-size: 32px;
    margin: 0 0 30px 0;
}
header {
    height: 700px;
    background: url(../images/WTB.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

footer {
    background: #000000e0 url(../images/low-contrast-linen.png);
    border-top: 10px solid #f6dd00;
    padding: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin: 0px 0 0 0;
    color: #f6dd00;
    background-position: bottom;
}
.about-section-main .inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section-main .inner .text-col{
    flex: 1.5;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.about-section-main .inner .image-col{
    flex: 0.6;
}
.about-section-main .inner .image-col img{
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    width: 100%;
    height: 550px;
}
.about-section-main .inner .text-col .intro{
    max-width: 70%;
    width: 100%;
    margin: 30px auto;
}
.about-section-main .inner .text-col .intro h2{
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0px;
    line-height: 45px;
}
.about-section-main .inner .text-col .intro p{
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    margin: 10px 0px 20px;
}

.banner .top-nav{
    display: flex;
    flex-direction: row;
    padding: 40px 60px;
    background: linear-gradient(black, #13131300);
}
.banner .top-nav .logo{
    padding: 10px;
}
.banner .top-nav .logo img{
    object-fit: contain;
    object-position: 50% 50%;
    font-family: 'object-fit: contain; object-position: 50% 50%;';
    width: 350px;
    height: auto;
}
.banner .top-nav .utility-buttons{
    flex: 2;
    text-align: right;
    margin-top: 15px;
}
.banner .top-nav .utility-buttons .contact{
    display: inline-block;
}
.banner .top-nav .utility-buttons .get-directions{
    display: inline-block;
}
.banner .top-nav .utility-buttons a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 3px solid #f6dd00;
    padding: 8px 15px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 26px;
    margin: 0px 10px;
}
.banner .intro-text{
    text-align: center;
    padding: 100px 0px 40px;
}
.banner .intro-text h3{
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
    margin: 20px 0px;
    color: #fff;
}
.banner .intro-text h1{
    font-size: 65px;
    line-height: 74px;
    font-weight: bolder;
    color: #fff;
    font-style: italic;
    text-shadow: 2px 2px 3px #f6dd00;
    margin: 20px 0px 30px;
}
.banner .intro-text .view-menu{
    text-decoration: none;
    color: #000;
    background: #f6dd00;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    display: block;
    width: 120px;
    margin: 40px auto;
    letter-spacing: 0.6px;
}
.map_inner {
    border: 10px solid #fff;
}

.menu {
    max-width: 1140px;
    margin: 100px auto;
    padding: 0 60px;
    position: relative;
}
.menu .menu-header {
    text-align: center;
}
.menu .menu-header .menu-img {
    margin-bottom: 30px;
}
.menu .menu-header .menu-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px dotted #f6dd00;
}
.menu .menu-header h3 {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.menu .menu-header p {
    font-size: 16px;
}
.menu .menu-content {
  margin: 60px 0;
  width: 100%;
  padding: 67px 0;
}
.menu .menu-content.appetizer{
  height: auto;
  background: url(../images/abstract-pattern.png) no-repeat;
  background-position: left;
}
.menu .menu-content.biryani{
  height: auto;
  background: url(../images/abstract-pattern.png) no-repeat;
  background-position: right;
}
.menu .menu-content .inner-content{
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    box-shadow: 3px 4px 8px 3px rgb(0 0 0 / 20%);
}
.menu-content .menu-item .menu-item-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
    color: #636060;;
    font-weight: bold;
    text-shadow: 1px 1px #e0cb12;
}
.menu-content .menu-item .menu-item-inner h3 {
    text-transform: uppercase;
}
.menu-content .menu-item .menu-item-inner .price {
    justify-content: end;
    display: grid;
    font-weight: 600;
}
.menu-content .menu-item p.description {
    font-size: 14px;
    font-weight: 100;
    line-height: normal;
    margin-top: 5px;
    width: 80%;
}
.menu-content .menu-item .menu-item-list {
  padding: 10px 20px 20px;
}
.menu-content .menu-item .menu-item-list li {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
}
.menu-content .menu-item .menu-item-list li .name{
  position: relative;
}
.menu-content .menu-item .menu-item-list li .name::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f5cd1c;
    top: 5px;
    left: -20px;
    border: 2px solid #f6dd00;
    border-radius: 3px;
}
.menu-content .menu-item .menu-item-list .price {
  justify-content: end;
  display: grid;
  font-weight: 600;
  color: #636060;
  text-shadow: 1px 1px #e0cb12;
}
.map-section {
    background:#fff;
    justify-content: center;
    position: relative;
    margin-top: -55px;
    z-index: 99999 !important;
}
.coming-soon {
    background: url(../images/coming-soon-bg.jpg) no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    font-size: 46px;
    color: #fff;
}
.coming-soon-content {
    margin: 0 auto;
    display: grid;
    width: 60%;
    text-align: center;
    height: 100%;
    align-content: center;
}
.top-logo img{
    object-fit: contain;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    width: 100%;
}
.top-logo {
    margin-bottom: 40px;
}
.coming-soon-content h1 {
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 200;
    color: #fff;
}
.timer-section {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    width: 500px;
    margin: 0 auto;
}
.timer-section div {
    font-size: 20px;
    justify-content: center;
    border:3px solid #f6dd00;
    border-radius: 5px;
    padding: 0;
}
.timer-section div span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    padding: 20px 0;
}
.timer-section div span.text {
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    border-top: 3px solid #f6dd00;
    background: #f6dd00;
    color: #000;
}
.social-icons {
    margin-top: 30px;
    display: grid;
    justify-content: center;
    grid-auto-flow: column;
    align-content: center;
    grid-gap: 20px;
}
.social-icons a {
    width: 40px;
    border: 2px solid #fff;
    height: 40px;
    border-radius: 5px;
    display: grid;
    justify-content: center;
    grid-auto-flow: column;
    align-content: center;
}
.social-icons a img {
    width: auto;
    height: 20px;
}
.view-menu-btn{
  margin-bottom: 35px;
}
.view-menu-btn .menu-pdf{
    background: #fff;
    border: 3px solid #f6dd01;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 4px;
}
/* button hover  */
.menu-box{
  width: 25%;
  margin: 50px auto 20px;
  vertical-align: initial;
  text-decoration: none;
}
.btn{
	color: #000;
	transition: all 0.3s;
	position: relative;
}
.btn:hover, .btn:active{
  color: #fff;
}
.btn span {
	transition: all 0.3s;
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
  z-index: 9;
  font-weight: 600;
}
.btn::before{
	  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffeb3b;
    border-bottom-color: #ffeb3b;
    transform: scale(0.1, 1);
}
.btn:hover span {
	letter-spacing: 2px;
}
.btn:active span {
	letter-spacing: 2px;
}
.btn:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.btn:active::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.btn::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: #fff;
  border: 3px solid #f6dd01;
  border-radius: 3px;
}
.btn:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}
.btn:active::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}
.phn-addres{
  /* margin: 20px 0px; */
}
.phn-addres a{
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 35%;
  display: block;
  margin: 0 auto 20px;
}
.phn-addres a span{
  width: 25px;
  height: 25px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.phn-addres a span img{
  width: 25px;
  height: 25px;
}
.phn-addres a:hover{
  border-bottom: 2px solid #fff;
  width: 30%;
  color: #f6dd01;
}
.phn-addres p{
  font-size: 25px;
  line-height: 35px;
}
.phn-addres p span{
  width: 20px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.phn-addres p span img{
  width: 20px;
  height: 28px;
}

/* Our mixin positions a copy of our text
 directly on our existing text, while
 also setting content to the appropriate
 text set in the data-text attribute. */
 .glitch {
    position: relative;
    color: white;
    font-size: 4em;
    letter-spacing: 0.3em;
    /* Animation provies a slight random skew. Check bottom of doc
     for more information on how to random skew. */
    animation: glitch-skew 1s infinite linear alternate-reverse;
  }
  .glitch::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 2px;
    text-shadow: -2px 0 #ff00c1;
    /* Creates an initial clip for our glitch. This works in
     a typical top,right,bottom,left fashion and creates a mask
     to only show a certain part of the glitch at a time. */
    clip: rect(44px, 450px, 56px, 0);
    /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
     with an alternating animation to keep things fresh. */
    animation: glitch-anim 5s infinite linear alternate-reverse;
  }
  .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -2px;
    text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
    animation: glitch-anim2 1s infinite linear alternate-reverse;
  }
  /* Creates an animation with 20 steaps. For each step, it calculates
   a percentage for the specific step. It then generates a random clip
   box to be used for the random glitch effect. Also adds a very subtle
   skew to change the 'thickness' of the glitch.*/
  @keyframes glitch-anim {
    0% {
      clip: rect(75px, 9999px, 23px, 0);
      transform: skew(0.59deg);
    }
    5% {
      clip: rect(25px, 9999px, 47px, 0);
      transform: skew(0.6deg);
    }
    10% {
      clip: rect(14px, 9999px, 43px, 0);
      transform: skew(0.94deg);
    }
    15% {
      clip: rect(17px, 9999px, 5px, 0);
      transform: skew(0.01deg);
    }
    20% {
      clip: rect(64px, 9999px, 94px, 0);
      transform: skew(0.11deg);
    }
    25% {
      clip: rect(46px, 9999px, 14px, 0);
      transform: skew(0.6deg);
    }
    30% {
      clip: rect(7px, 9999px, 84px, 0);
      transform: skew(0.06deg);
    }
    35% {
      clip: rect(31px, 9999px, 13px, 0);
      transform: skew(0.09deg);
    }
    40% {
      clip: rect(62px, 9999px, 43px, 0);
      transform: skew(0.98deg);
    }
    45% {
      clip: rect(77px, 9999px, 44px, 0);
      transform: skew(0.15deg);
    }
    50% {
      clip: rect(34px, 9999px, 43px, 0);
      transform: skew(0.3deg);
    }
    55% {
      clip: rect(87px, 9999px, 71px, 0);
      transform: skew(0.85deg);
    }
    60% {
      clip: rect(13px, 9999px, 37px, 0);
      transform: skew(0.11deg);
    }
    65% {
      clip: rect(42px, 9999px, 15px, 0);
      transform: skew(0.41deg);
    }
    70% {
      clip: rect(30px, 9999px, 20px, 0);
      transform: skew(0.41deg);
    }
    75% {
      clip: rect(69px, 9999px, 29px, 0);
      transform: skew(0.78deg);
    }
    80% {
      clip: rect(48px, 9999px, 50px, 0);
      transform: skew(0.83deg);
    }
    85% {
      clip: rect(43px, 9999px, 95px, 0);
      transform: skew(0.62deg);
    }
    90% {
      clip: rect(83px, 9999px, 54px, 0);
      transform: skew(0.12deg);
    }
    95% {
      clip: rect(75px, 9999px, 59px, 0);
      transform: skew(0.29deg);
    }
    100% {
      clip: rect(95px, 9999px, 61px, 0);
      transform: skew(0.85deg);
    }
  }
  @keyframes glitch-anim2 {
    0% {
      clip: rect(16px, 9999px, 16px, 0);
      transform: skew(0.32deg);
    }
    5% {
      clip: rect(74px, 9999px, 39px, 0);
      transform: skew(0.29deg);
    }
    10% {
      clip: rect(58px, 9999px, 51px, 0);
      transform: skew(0.68deg);
    }
    15% {
      clip: rect(32px, 9999px, 79px, 0);
      transform: skew(0.23deg);
    }
    20% {
      clip: rect(64px, 9999px, 15px, 0);
      transform: skew(0.39deg);
    }
    25% {
      clip: rect(94px, 9999px, 68px, 0);
      transform: skew(0.94deg);
    }
    30% {
      clip: rect(18px, 9999px, 50px, 0);
      transform: skew(0.98deg);
    }
    35% {
      clip: rect(86px, 9999px, 61px, 0);
      transform: skew(0.11deg);
    }
    40% {
      clip: rect(4px, 9999px, 66px, 0);
      transform: skew(0.94deg);
    }
    45% {
      clip: rect(7px, 9999px, 19px, 0);
      transform: skew(0.25deg);
    }
    50% {
      clip: rect(99px, 9999px, 71px, 0);
      transform: skew(0.82deg);
    }
    55% {
      clip: rect(74px, 9999px, 67px, 0);
      transform: skew(0.42deg);
    }
    60% {
      clip: rect(66px, 9999px, 84px, 0);
      transform: skew(0.35deg);
    }
    65% {
      clip: rect(57px, 9999px, 97px, 0);
      transform: skew(0.18deg);
    }
    70% {
      clip: rect(76px, 9999px, 74px, 0);
      transform: skew(0.8deg);
    }
    75% {
      clip: rect(37px, 9999px, 88px, 0);
      transform: skew(0.23deg);
    }
    80% {
      clip: rect(14px, 9999px, 65px, 0);
      transform: skew(0.48deg);
    }
    85% {
      clip: rect(56px, 9999px, 46px, 0);
      transform: skew(0.61deg);
    }
    90% {
      clip: rect(65px, 9999px, 86px, 0);
      transform: skew(0.19deg);
    }
    95% {
      clip: rect(83px, 9999px, 69px, 0);
      transform: skew(0.07deg);
    }
    100% {
      clip: rect(6px, 9999px, 71px, 0);
      transform: skew(0.39deg);
    }
  }
  @keyframes glitch-skew {
    0% {
      transform: skew(2deg);
    }
    10% {
      transform: skew(5deg);
    }
    20% {
      transform: skew(3deg);
    }
    30% {
      transform: skew(4deg);
    }
    40% {
      transform: skew(1deg);
    }
    50% {
      transform: skew(4deg);
    }
    60% {
      transform: skew(-2deg);
    }
    70% {
      transform: skew(-2deg);
    }
    80% {
      transform: skew(3deg);
    }
    90% {
      transform: skew(-2deg);
    }
    100% {
      transform: skew(2deg);
    }
  }

@media screen and (max-width: 767px) {
    .coming-soon-content {
        width: 80%;
    }
    .timer-section {
        width: 100%;
    }
    .menu .menu-content {
        grid-template-columns: none;
        grid-template-rows: 1fr;
    }
    .menu-box{
      width: 60%;
    }
    .phn-addres a{
      width: 100%;
      font-size: 25px;
    }
    .phn-addres a:hover{
      border-bottom: 2px solid #fff;
      width: 100%;
      color: #f6dd01;
    }
}
</pre></body></html>