@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');


/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #000000;
    
}
body {
    color: #000000;
    font-weight: 400;
    font-family: Special Elite;
}
.selector-for-some-widget {
    box-sizing: content-box;
}
a:hover {
    text-decoration: none
}
a, button, input, textarea{
    outline: none !important;
}
.section-padding{
    padding: 80px 0;
}

.container{
    max-width: 1170px;
}



.hero-area {
    height: 960px;
    background-color: #C7C7C7;
    background: url(../img/bg.jpeg);
    background-position: center;
    background-size: cover;
    padding: 65px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
img.sushi {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: -1;
    transition: .6s ease-in-out;
}
img.sushicolored {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
img.plate {
    position: absolute;
    left: 0;
    bottom: 14%;
    z-index: -1;
    transition: .6s ease-in-out;
}
img.platecolored {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

a.btn-white:hover ~ .sushi {
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
a.btn-white:hover ~ .sushicolored {
    opacity: 1;
    visibility: visible;
    transition: .6s ease-in-out;
}








a.btn-white:hover ~ .plate {
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

a.btn-white:hover ~ .platecolored {
    opacity: 1;
    visibility: visible;
    transition: .6s ease-in-out;;
}



.btn-black:hover ~ .plate{
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.btn-black:hover ~ .platecolored{
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.btn-black:hover ~ .sushi{
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}
.btn-black:hover ~ .sushicolored{
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

img.chiken-garden {
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: -1;
    transition: .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
a.btn-black:hover ~ .chiken-garden{
    opacity: 1;
    visibility: visible;
    transition: .6s ease-in-out;
}

img.momos-garden {
    position: absolute;
    bottom: 12%;
    right: 0;
    z-index: -1;
    transition: .6s ease-in-out;
    opacity: 0;
    visibility: hidden
}
a.btn-black:hover ~ .momos-garden{
    opacity: 1;
    transition: .6s ease-in-out;
    visibility: visible;
}






.header-bar a {
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
}
.header-bar {
    max-width: 960px;
    margin: 0 auto;
}
.header-center p {
    font-style: normal;
    font-weight: normal;
    font-size: 21.9633px;
    line-height: 22px;
    color: #D53645;
}
.location-btn button {
    cursor: pointer;
    display: inline-block;
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #FF3A4E;
    transition: .3s;
}
.location-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.location-btn button.active {
    color: #000000;
}
.hero-btn a {
    width: 400px;
    display: block;
    height: 130px;
    margin: 0 auto;
    border-radius: 5px;
    border: 3px solid #000;
    line-height: 130px;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: #151313;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 50px;
    background: url(../img/bg.jpeg);
    background-position: center;
    background-size: cover;
}
.hero-btn a:hover {
    background: #000;
    color: #fff;
}




footer {
    padding: 80px 0;
    background: #000000;
    color: #fff;
}
.time-tabel p {
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 5px;
}
footer h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-left li {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    color: #fff !important;
}
.footer-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-link li a {
    color: #fff;
    transition: .5s;
    opacity: 1;
}
.social-link {
    margin-top: 25px;
}
.social-link li a:hover {
    opacity: .7;
}
.contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 24px;
}
.contact li a {
    color: #fff;
font-size: 20px;
}
.contact li a span {
    color: #FF3A4E;
    font-size: 20px;
}
.time-tabel a {
    color: #FF3A4E;
    display: inline-block;
    margin-top: 15px;
}
.footer-left p {
    font-size: 20px;
}




.menu_trigger{
    display: none;
}
.side_menu{
    display: none;
}
img.sushi.momos {
    bottom: 15%;
}
img.plate.chicken {
    bottom: 22%;
}