@font-face {
    font-family: 'Alirght_sans';
    src: url('../fonts/AlrightSans-Regular.woff2') format('woff2'),
        url('../fonts/AlrightSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tw-font-f';
    src: url('../fonts/tw-font-f.woff2') format('woff2'),
        url('../fonts/tw-font-f.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tw-font-h';
    src: url('../fonts/Condensedfont-Regular.woff2') format('woff2'),
        url('../fonts/Condensedfont-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tw-font';
    src: url('../fonts/tw-font.woff2') format('woff2'),
        url('../fonts/tw-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {box-sizing: border-box;}
html {width: 100%; height: 100%; margin: 0; padding: 0; background-color: #363636; width: 100%; color: #fff;}
body {width: 100%; height: 100%; margin: 0; padding: 0;}

.mobile-hide {display: block;}
.mobile-show {display: none;}

.iframe-box {
padding-top: 200px;
width: 85%;
margin: 0 auto;
}

iframe {
width:100%;
height: 100vh;
border: 0px;
}


/* ------------------------------------------------------header */

#fixednav {
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	z-index: 50;	
  /*background: red;*/
}

.menu-button {position: fixed; top: 35px; right: 50%; margin-right: -350px; z-index: 51; background: #efeae6; color: #000; font-weight: bold; font-size: 19px; padding: 12px 50px; border-radius: 20px;}

#logo-box {width: 200px; margin: 0 auto;}
#logo-box img {width: 100%;}

.nav {width: 85%; display: flex;}
.menu-box {width: 85%;}
.social-box {width: 15%; text-align: right; margin: 0%;}
.social img {width: 40px;}

.social-box i {font-size: 21px; margin: 0; padding: 0;}

h1 {font-size: 52px; margin-top: 0px; font-family: 'tw-font-f';}
h2 {font-family: tw-font-h; font-size: 200px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; margin: 0; line-height: 165px;}
h3 {font-weight: bold; font-size: 22px;}
h4 {font-size: 45px; padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; line-height: 50px; font-family: 'tw-font-f';}
h5 {font-family: Whitney HTF; font-weight: bold; font-size: 44px; margin: 0px; padding: 0px;}

p, li {font-family: Alirght_sans; font-size: 20px; color: #fff; }
a {font-size: 20px; color: #fff; font-family: Alirght_sans;}

section {width: 100%;}

.arrow-row {margin: 0 auto; width: 20px; padding-bottom: 15px;}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #fff;
}

.button-row {margin-bottom: 10px; text-align: center;}
.big-button {background: #3facaa; font-family: 'tw-font-f'; text-decoration: none; padding: 30px; display: block; font-size: 40px; border-radius: 35px; max-width: 500px; margin: auto; cursor: pointer;}
.online-order-logos {margin-top: 10px; display: none;}
.online-order-logos ul {list-style-type: none; margin: 0 0 0 0; padding: 0;}
.online-order-logos li {margin: 0 0 15px 0; padding: 0;}

.online-order-logos ul .big-button img {}
.online-order-logos ul .big-button p {font-size: 24px;}

/*.bg-logo-fade {width:100%; height: 100vh; position: fixed; z-index: 2; background: url(../images/bg-logo-fade.png) no-repeat center center; background-size: cover;}*/

.top-row-bg {background: url(../images/hero-horizontal.jpg) no-repeat center center; background-size: cover;width: 100%; height: 100%; position: relative;}
.top-row-noheight {background: red;}

.top-row-title {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}
.top-row-nocenter {text-align: center; margin: 0 auto; padding-top: 250px; padding-bottom: 100px;}

.body-row-nocenter {text-align: center; margin: 0 auto; padding-top: 100px; padding-bottom: 100px;}
.max-width-500 {max-width: 500px;}


.hero-delivery-logos {position: fixed; bottom: 50px; width: 100%; z-index: 100;}
.hero-delivery-logos ul {list-style-type: none; margin: 0; padding: 0px 0px 50px 0px; width: 100%; text-align: center;}
.hero-delivery-logos li {display: inline-block; margin: 0; padding: 0 10px; vertical-align: middle; text-align: center;}

.hero-delivery-row {width: 100%; text-align: center;}
.button-order {background: white; color: #c40629; font-family: 'tw-font-f'; text-decoration: none; padding: 25px; font-size: 26px; border-radius: 35px;}

@keyframes blinking {
        0% {
          background-color: #fff;
          border: 0px solid #666;
        }
        100% {
          background-color: #d69299;
          border: 0px solid #666;
          /*color: #fff;*/
        }
      }
      #blink {
        width: 200px;
        height: 200px;
        animation: blinking 2s infinite;
      }

.logo-ubereats {width:100%; max-width: 138px;}
.logo-skipthedishes {width:100%; max-width: 144px;}
.logo-doordash {width:100%; max-width: 185px;}
.logo-fantuan {width:100%; max-width: 111px;}


.section-menu-items-red {background-color: red; text-align: center; padding: 25px 50px 75px 50px;}
.section-menu-items-orange {background-color: orange; text-align: center; padding: 25px 50px 75px 50px;}

.row-combo {padding: 100px 0px 0px 0px;}
.row-combo-title {margin: 0px; padding: 0;}
.row-combo h2 {font-family: tw-font-h; font-size: 200px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; margin: 0; line-height: 165px;}
.row-combo h3 {font-family: tw-font-h; font-size: 100px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; margin: 0; line-height: 100px;}

.row-combo-price {display: flex; margin: 0 auto; justify-content: center;}
.row-combo-price-col {margin-right: 15px;}
.price-item-font {font-size: 50px; line-height: 50px}
.row-combo-pic {margin-top: -50px;}

.row-menu-container {max-width: 1300px; background: #fffaf0; border-radius: 20px; padding: 20px; margin: 20px auto;}
.row-menu-container h2 {margin: 0;}

.row-menu-title {padding: 10px;}
.row-menu-title h2 {font-family: tw-font-f; color: #e41d19; font-size: 45px; line-height: 60px;}
.row-menu-title h3 {font-family: tw-font-f; color: #e41d19; font-size: 32px; line-height: 45px; margin-top: 0px;}

.row-menu-items {display: none; width:100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 1%;}  
.menu-item-box {width: 23%; position: relative; text-align: left; }
.menu-item-box-inside {position: relative;}

.menu-item-title {position: absolute;}
.menu-item-title p {font-family: tw-font; margin: 0; padding: 10px; color: #975d37; font-size: 40px; width: 100%; line-height: 42px; border:1px solid red;} 
.menu-item-img img {display: block; margin: 0; padding: 0; vertical-align: top;}
.menu-item-nocombo {color: #977b6a; font-family: tw-font; font-size: 21px;}
.menu-item-nocombo p {margin-top: 8px;}

.catering-item-title p {font-family: tw-font-f; margin: 0; padding: 10px 10px 0px 0px; color: #985099; font-size: 40px; width: 100%; line-height: 42px;}
@media screen and (max-width: 899px) { 
.catering-item-title p {font-size: 18px; line-height: 19px;}
}

.frozen-item-title p {font-family: tw-font-f; margin: 0; padding: 10px 10px 0px 0px; color: #975d37; font-size: 40px; width: 100%; line-height: 42px;}
.frozen-item-title-chinese {margin-top: 10px;}
.frozen-item-title-chinese p {margin: 0; color: #975d37; font-size: 22px; width: 100%; line-height: 25px;}
.icon-enlarge {position: absolute; top: 10px; right: 10px;}
.icon-enlarge img {width: 25px;}

.red-box {color: #fff; background: red; padding: 6px; margin-top: 6px; display: inline-block; font-family: tw-font-f; font-size: 21px;}
.chilli-box {width: 40px; background: white; display: block; padding: 7px; border-radius: 5px;}
.chilli-box img {width: 100%;}

.menu-item-nocombo p {color: #975d37;}

.style-addons {background: #fa572a;}
.style-addons h2 {color: #fff;}
.style-addons .menu-item-nocombo p {color: #fff9f1;}

.style-drinks {background: #3facaa;}
.style-drinks h2 {color: #fff;}
.style-drinks .menu-item-nocombo p {color: #fff9f1;}

.style-sides {background: #a85875;}
.style-sides h2 {color: #fff;}
.style-sides .menu-item-nocombo p {color: #fff9f1;}

.photo3-container {width:100%; display: flex; flex-wrap: wrap;}
.photo3-col-a {width: 50%; height: 100vh;}
.photo3-col-b {width: 50%; height: 100vh;}
.photo3-col-b-row-1 {height: 50vh;}
.photo3-col-b-row-2 {height: 50vh;}

.photo3-col-b-row-1 img,
.photo3-col-b-row-2 img,
.photo3-col-a img {object-fit: cover; width:100%; height:100%;}

/* *********** text box ************** */

.section-text-box {background: #f1ebe2; padding: 125px 50px;}
.text-box {max-width: 1500px; margin: 0 auto;}
.section-text-box h1, 
.section-text-box h2 {font-family: tw-font-f; color: #706759; font-size: 70px; line-height: 80px;}


/* catering divs */

.section-col-box {background: #f58728; padding: 50px 50px;}
.section-col-box .col-row {max-width: 1500px; margin: 0 auto; display: flex; gap: 50px;}
.col-box {max-width: 500px; width: 33.3333%;}

.section-col-box h1 {font-family: tw-font-f; color: #fff; font-size: 50px; line-height: 60px;} 
.section-col-box h2 {font-family: tw-font-f; color: #fff; font-size: 32px; line-height: 40px;}
.section-col-box p {color: #fff; font-size: 24px;}

@media screen and (max-width: 899px) {

.section-col-box .col-row {flex-direction: column;}
.col-box {width: 100%;}


}    

/* *********** footer ************** */

.section-footer {background: #f00300; font-family: tw-font-f; padding: 100px 50px;}
.section-footer h2 {font-size: 45px; line-height: 55px;}
.section-footer h3 {font-size: 31px;}

.footer-copyright,
.footer-logo {max-width: 1500px; margin: 40px auto;}
.footer-row {display: flex; flex-wrap: wrap; max-width: 1500px; margin: 0 auto;}

.footer-col-a {width: 65%;}
.footer-col-b {width: 35%; font-size: 30px;}
.footer-col-b table {width: 100%; text-align: left;}
.footer-col-b td {padding: 10px 0px;}
.footer-col-b td {border-bottom: 3px solid white;}
.footer-col-b .cell-hours {text-align: right;}

.footer-content {display: flex; margin: 30px 0px;}
.footer-address {margin-right: 45px;}
.footer-map img {width: 100%; max-width: 287px;}
.footer-delivery-logos {margin: 50px 0px;}
.footer-delivery-logos ul {list-style-type: none; margin: 0; padding: 0;}
.footer-delivery-logos li {display: inline-block; padding: 0 10px; vertical-align: middle;}

.footerhours-table {margin-top: 30px;}

footer {text-align: center; padding: 50px; border:1px solid white;}
footer p, footer a {font-size: 17px; text-decoration: none;}




