* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --color-secondary: #f78da7;
    --color-primary: #fc3468;
}
@font-face {
    src: url(../fonts/Lobster-Regular.ttf);
    font-family: "Lobster";
}
body {
    font-family: "Poppins", sans-serif;
}
#page {
    overflow: hidden;
}
.admin-bar .sticky {
    position: fixed;
    top: 30px;
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
}

.container {
    max-width: 1140px;
}
.container-full {
    max-width: 100%;
}
.fancybox-nav span {
    visibility: unset  !important;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
a {
    color: white;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}

h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--color-primary);
}
h2.line-bottom {
    margin-bottom: 90px;
    position: relative;
}


h2.line-bottom::after {
    content: "";
    position: absolute;
    background-image: url(../images/home_bistro_sep1.png);
    bottom: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 154px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
}
h2.icon-bottom {
    margin-bottom: 50px;
    position: relative;
}
h2.icon-top {
    padding-top: 50px;
    position: relative;
}
h2.icon-top::before {
    content: "";
    position: absolute;
    background-image: url(../images/home_sushi_sep2.png);
    top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 208px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
}

h2.icon-bottom::after {
    content: "";
    position: absolute;
    background-image: url(../images/home_sushi_sep3.png);
    bottom: -30px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
}
h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
p {
    color: #333333;
    font-size: 16px;
}
@media (max-width: 768px) {
    h2 {
        font-size: 25px;
    }
}
.e-gap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.logo {
    width: 250px;
    height: 250px;
}
#logo img{
	width:120px;
	border-radius:50%;
}
#introduce-home {
    margin: 80px 0;
}
#introduce-home .bottom-section .image {
    padding: 0 35px;
}

#introduce-home .bottom-section .image p {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ff94b0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    color: white;
}
#introduce-home .bottom-section .image img {
    position: relative;
    bottom: -15px;
    transition: all ease 0.3s;
}
#introduce-home .bottom-section .image:hover img {
    transform: translateY(-15px);
}
@media (max-width: 768px) {
    #introduce-home .col-left {
        text-align: center !important;
    }
    #introduce-home .col-right {
        text-align: center !important;
    }
}
#service {
    margin-top: 100px;
    margin-bottom: 100px;
}
#service .service-content .row{
	row-gap:30px;
}
#service .service-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--color-primary);
}
#service .service-item img {
    border-radius: 50%;
}
#service .service-item:hover img {
    animation-name: hover-scale;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes hover-scale {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }
}
#info {
    margin-top: 200px;
    padding: 100px 0 70px;
    background-image: url(../images/bg.jpg);
    color: var(--color-primary);
}
#info .icon {
    background: white;
    color: var(--color-primary);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}
#info .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
}
#info h3 {
    margin: 15px 0;
}
#info p {
    color: var(--color-primary);
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #info .row {
        gap: 25px;
    }
}
#home-gallery ul li {
    width: 20%;
}

/* PAGE ABOUT */
#introduce {
    margin: 100px 0 90px;
}
#introduce img {
    aspect-ratio: 390/260;
    object-fit: cover;
}
#introduce h3 {
    font-weight: 400;
    color: var(--color-primary);
}
#introduce p {
    margin-top: 15px;
}
@media (max-width: 768px) {
    #introduce .row {
        gap: 15px;
        flex-direction: column-reverse;
    }
}
#why-choose-us h3 {
    color: var(--color-primary);
    font-weight: 400;
}
#why-choose-us .content h3 {
    margin-top: 30px;
}
#booking {
    margin-top: 40px;
    padding: 80px 0;
    background-color: #000000;
}
#booking .button-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}
#booking .button {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    transition: all ease 0.3s;
}
#booking .button-booking {
    background-color: var(--color-primary);
}
#booking p {
    color: white;
    font-size: 20px;
}
#booking .button-booking:hover {
    background-color: #910026;
}
#booking .button-contact {
    background-color: #141414;
}
#booking .button-contact:hover {
    background-color: white;
    color: #000000;
}
@media (max-width: 768px) {
    #booking .button-wrapper {
        flex-direction: column;
    }
}
#about-gallery {
    margin: 80px 0 80px;
}
#about-gallery ul {
    gap: 10px;
}
#about-gallery .item {
    width: 24%;
}
#about-gallery .item img {
    aspect-ratio: 277/185;
}
@media (max-width: 768px) {
    #about-gallery .item {
        width: 100%;
    }
    #about-gallery .item img {
        aspect-ratio: 370/247;
    }
}
/* PAGE CONTACT */
#contact-us {
    margin: 80px 0;
}
#contact-us .bottom-section {
    margin-top: 30px;
}
#contact-us i {
    font-size: 42px;
    color: var(--color-primary);
    margin-right: 25px;
}

#contact-us-map {
    margin-top: 80px;
    padding: 80px 0;
    background: #e9e9e9;
}
#contact-us-map h3 {
    font-weight: 400;
    color: var(--color-primary);
}

#contact-us-map iframe {
    height: 485px;
    width: 100%;
}
#social {
    padding: 80px 0;
}
#social a {
    width: 48px;
    height: 48px;
    display: block;
    font-size: 24px;
    margin-right: 15px;
    background: #272727;
    border-radius: 50%;
    position: relative;
}
#social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#service-page {
    margin: 80px 0;
}
#service-page .item {
    padding-top: 20px;
}

#service-page table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 5px;
}
#service-page table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, 0.06);
}
#service-page table td {
    background: none;

    border-width: 0 1px 1px 0;
    padding: 15px 25px;
    border-color: rgba(0, 0, 0, 0.08);
}
#service-page table td.c1 {
    text-align: left;
    width: 70%;
}
#service-page .table_menu td.c2 {
    text-align: center;
    color: #ff3636;
    font-size: 26px;
    line-height: 26px;
    width: 30%;
    border-right: 0;
}
#service-page table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, 0.06);
}
#service-page p {
    color: var(--color-primary);
}
#service-page img {
    aspect-ratio: 1;
    border-radius: 50%;
}
#service-page h2.line-bottom {
}
#service-page .row {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #service-page .row {
        gap: 30px;
        margin-bottom: 20px;
    }
}
#service-page span {
    font-size: 26px;
}
@media(max-width:768px){
	#service-page span {
    font-size: 16px;
		white-space:nowrap;
		
}
	
}
#service-page p {
    font-size: 18px;
	margin:0;
}
/* PAGE GALLERY */
#gallery-page {
    margin: 80px 0;
}
#gallery-page ul {
    gap: 10px;
}
#gallery-page .item {
    width: 32%;
}
#gallery-page .item img {
    aspect-ratio: 373/249;
    object-fit: cover;
}
@media (max-width: 768px) {
    #gallery-page .item {
        width: 100%;
    }
}

/* HEADER */
#welcome {
    height: 100vh;
    background-image: url(../images/bg-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-position: center;
}
#welcome h2 {
    font-family: "Lobster", Sans-serif;
    color: white;
}
#welcome p {
    font-size: 23px;
    color: white;
}
#welcome img{
	border-radius:50%;
}

#header {
    background-color: var(--color-primary);
    padding: 15px 0;
    z-index: 99;
}
#header ul {
    display: flex;
    margin-bottom: 0;
}
#header ul li {
    padding: 13px 20px;
}
#header .menu-mobile {
    display: none;
}
.icon-mobile {
    display: none !important;
}
@media (max-width: 768px) {
    #header i.fas {
        position: relative;
    }

    #header i.fas::after {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        width: 30px;
        height: 30px;
    }
    .icon-mobile {
        display: flex !important;
    }
    .icon-mobile i {
        color: white;
        font-size: 20px;
    }
    .menu-mobile {
        height: 0;
        overflow: hidden;
        transition: height ease 0.3s;
    }
    .menu-mobile.active {
        height: 100%;
        visibility: unset;
    }
    #header .main-menu-wrapper {
        display: none !important;
    }
    #header .menu-mobile {
        display: block;
    }
    #header .menu-mobile .icon {
        display: flex;
        justify-content: flex-end;
    }
    #header .menu-mobile #menu-main-menu-1 {
        flex-direction: column;
    }
    #header .menu-mobile #menu-main-menu-1 li {
        background-color: white;
        text-align: center;
        transition: all ease 0.3s;
    }
    #header .menu-mobile #menu-main-menu-1 li a {
        color: var(--color-primary);
    }

    #header .menu-mobile #menu-main-menu-1 li.current_page_item {
        background-color: #3f444b;
    }
}
#header ul li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
#header ul li.current-menu-item a {
    color: #860023;
}
#header ul li.current-menu-parent a {
    color: #860023;
}
#header ul li:hover a {
    color: #860023;
}
#header ul li.menu-item-has-children {
    position: relative;
}
#header ul li.menu-item-has-children i.fas {
    margin-left: 15px;
}
#header ul li.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 3;
    width: auto;
    background-color: white;
    display: none;
    flex-direction: column;
    top: 55px;
}
#header ul li.menu-item-has-children::after {
    width: 100%;
    height: 30px;
    position: absolute;
    content: "";
    left: 0;
    top: 30px;
}
#header ul li.menu-item-has-children:hover .sub-menu {
    display: flex;
}
#header ul li.menu-item-has-children .sub-menu a {
    color: var(--color-primary);
    
	width:100%;
	display:block;
	margin:0;
	white-space:nowrap;
    border-left: 8px solid transparent;
    font-weight: 400;
	font-size:13px;
}
#header ul li.menu-item-has-children .sub-menu li {
    transition: all ease 0.3s;
}
#header ul li.menu-item-has-children .sub-menu li:hover {
    background-color: rgb(63, 68, 75);
}
#footer {
    overflow: hidden;
}

#footer .description {
    background-color: #ff94b0;
    min-height: 200px;
}
#footer .description p {
    font-size: 24px;
    color: white;
}
#footer .description a {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    background-color: var(--color-primary);
    transition: all ease 0.3s;
    font-weight: 700;
}
#footer .description a:hover {
    background: #860023;
}
#footer .footer-wrapper .name p {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
}
#footer .footer-wrapper {
    min-height: 90px;
    padding: 10px 0;
}
#footer .footer-wrapper ul {
    display: flex;
    margin-bottom: 0;
}
#footer .footer-wrapper ul li {
    padding: 13px 20px;
}
#footer .footer-wrapper ul li a {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
}
#footer .footer-wrapper ul .sub-menu {
    display: none;
}
#footer ul li.current-menu-item a {
    color: var(--color-primary);
}
#footer a {
    transition: all ease 0.3s;
}
#footer ul li:hover a {
    color: var(--color-primary);
}

#footer .social a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    background-color: #000000;
    position: relative;
}
#footer .social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#footer .copy-right {
    padding-top: 30px;
    position: relative;
    margin-bottom: 40px;
}
#footer .copy-right::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
    #footer .description {
        min-height: 300px;
    }
    #footer .description .des {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-wrapper .social {
        margin: 20px auto 20px;
    }
    #footer .copy-right {
        margin-bottom: 100px;
    }
}
