* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    list-style: none;
    text-decoration: none;
}
body {
    background-color: #1e1e1e;
}
html{
    scroll-behavior: smooth;
}
.section {
    margin: 1vh 6.25vw;
    overflow: hidden;
    margin-top: 70px;
}
/* Header */
.header {
    margin: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 10%, rgba(30, 30, 30, 0.8) 70%, rgba(30, 30, 30, 1) 90%), url('Pics/luxurybg4 1.png');
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vh 22.25vw;
}
/* Navbar */
.navbar ul li a, .reservation-btn button {
    font-family: 'Cormorant SC', serif;
    font-size: 1.25rem;
    font-weight: 400;
}
.header .container .logo {
    margin-left: 0;
    position: relative;
    /* right: 240px; */
}
.navbar ul .nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.navbar ul li a {
    color: #fff;
    transition: 0.5s ease-in-out;
}
.navbar ul li a:hover {
    color: #F5BE32;
}
.logo img {
    width: 82px;
    height: 82px;
}
.logo img:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
/* Hamburger icon */
.container .hamburger {
    display: none;
    font-size: 1.6em;
    color: #F5BE32;
    float: right;
    position: relative;
}
#check {
    display: none;
}
.header button {
    display: flex;
    font-family: 'Cormorant SC', serif;
    font-size: 1.25em;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px;
    border: 2px solid #F5BE32;
    box-shadow: 0 1px 15px 0 #F5BE32;
    align-items: center;
    gap: 10px;
    transition: 0.5s ease-in-out;
}

.reservation-btn button {
    color: #F5BE32;
    background: none;
}
.reservation-btn button:hover {
    background-color: #F5BE32;
    color: #fff;
}
.line1 {
    width: 51px;
    border: 2px solid #F5BE32;
    height: 0px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}
.reservation-btn button:hover .line1 {
    border-color: #fff;
}
/* Hero section */
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.hero-text h2 {
    font-size: 1.563em;
    font-weight: 400;
    text-align: center;
    font-family: "Great Vibes", cursive;
    letter-spacing: 5px;
    text-transform: capitalize;
    color: #fff;
}
.hero-text h1 {
    font-size: 3.75em;
    font-weight: 700;
    color: #F3D382;
    font-family: 'Cinzel', serif;
    width: 794px;
    text-align: center;
    line-height: 100%;
}
.hero-text p, .section p {
    font-size: 1.313em;
    font-weight: 400;
    text-align: center;
    width: 350px;
    color: #D9D9D9;
    line-height: 100%;
    font-family: "DM Sans", sans-serif;
}
.hero-text button {
    color: #000;
    background-color: #F5BE32;
    margin-top: 30px;
}
.hero-text button:hover {
    background-color: #fff;
    color: #000;
}
.hero-text .line1 {
    width: 51px;
    border: 2px solid #000;
    height: 0px;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}
/* Section 1 */
.section-1 {
    margin-top: 50px;
}
.section h3 {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
    line-height: 40px;
    color: #fff;
    font-family: "Great Vibes";
    text-transform: capitalize;
}
.section h2 {
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    color: #F3D382;
    font-family: "DM Serif Display", serif;
    line-height: 100%;
    text-transform: capitalize;
}
.section p {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: #D9D9D9;
    line-height: 100%;
    font-family: "DM Sans", sans-serif;
    width: 32%;
    margin: auto;
    margin-top: 20px;
}
.section-1 .row-1 .rows-cols {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.section-1 .row-1 .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 380px;
    height: 634px;
    gap: 20px;
    padding-bottom: 50px;
    background-color: #2E2E2E;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.section-1 .row-1 .col:hover {
    transform: scale(1.05);
}
.section-1 .row-1 .col-2 {
    border-bottom: 1px solid #000;
    background-color: #1e1e1e
}
.section-1 .col h4, .section-2 .row .col-2 h4 {
    font-size: 1.563em;
    font-weight: 700;
    font-family: "Cinzel", serif;
    color: #F3D382;
}
.section-1 .col h4, .section-1 .col p {
    padding: 0 15px;
}
.section-1 .row-1 .col img {
    width: 440px;
    height: 293px
}
.section-1 .col p {
    text-align: left;
    margin-top: 0;
    width: 100%;
    line-height: 30px;
}
.section-1 .col .rating {
    padding-left: 15px;
    display: flex;
    gap: 10px;
}
.section-1 .col .rating img {
    width: 40px;
    height: 40px;
}
.section-1 .col .order-btn button, .section-4 .about-btn button {
    margin-left: 15px;
    margin-top: 10px;
    padding: 10px;
    width: 190px;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-family: "Cormorant SC", serif;
    color: #F5BE32;
    border: 2px solid #F5BE32;
    background: none;
    box-shadow: 0 0 8px 0 #F5BE32;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.section-1 .col .order-btn button:hover, .section-4 .about-btn button:hover {
    background-color: #F5BE32;
    color: #fff;
}
.section-1 .col .order-btn button:hover .line1, .section-4 .about-btn button:hover .line1 {
    border-color: #fff;
}
/* Image Divider */
.img-divider {
    margin-top: 100px;
}
/* Section-2 */
.section-2 .row-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1.25em;
    flex-wrap: wrap;
    gap: 10px;
    text-transform: capitalize;
}
.section-2 .box {
    flex: 1 0 185px;
    border: 1px solid #fff;
    padding: 10px;
    width: fit-content;
}
.section-2 .box-1 {
    background-color: #F5BE32;
    border-color: #000;
    color: #000;
}
.section-2 .box-2 {
    width: 185px;
}
.section-2 .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    margin-top: 40px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1.25em;
    gap: 50px;
    flex-wrap: wrap;
}
.section-2 .sushi-desc {
    display: flex;
    flex-direction: column;
}
.section-2 .row .col-1 {
    width: 688px;
    height: 450px;
    overflow: hidden;
}
.section-2 .row .col img {
    width: 100%;;
}
.section-2 .row .col-2 {
    width: 33%;
}
.section-2 .row .col-2 p {
    width: 100%;
    text-align: left;
    font-size: 20px;
}
.section-2 .row .col-2 h5 {
    margin-top: 30px;
    font-family: 'Cinzel', serif;
    font-size: 2.188em;
    color: #F3D382;
}
.section-2 .row-3 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -20px;
}
.section-2 .row-4 {
    margin-top: -1px;
}
/* Section 3 */
.section-3 .box {
    flex-direction: row;
    width: 200px;
    border: 1px solid #fff;
    height: 50px;
}
.section-3 .boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    text-transform: capitalize;
    gap: 20px;
    font-size: 1.25em;
    flex-wrap: wrap;
}
.section-3 .box-1 {
    background-color: #F5BE32;
    color: #000;
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-3 .box-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.section-3 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-3 .row-1 {
    margin-top: 50px;
}
.section-3 .row h5 {
    font-family: 'Cinzel', serif;
    color: #F3D382;
    font-size: 20px;
}
.section-3 .row h5 span {
    font-family: 'Cinzel', serif;
    font-size: 2.813em;
}
.section-3 .row p {
    width: 40%;
    text-align: left;
    margin-left: 7.813vw;
}
.section-3 .row .col-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.section-3 .row .col-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1e1e1e, transparent 66%);
    pointer-events: none;
}
.section-3 .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: -3px;
}
.section-3 .row-2 .col-2::before {
    background: linear-gradient(to left, #1e1e1e, transparent 66%);
}
.section-3 .row-2 .col-2 img {
    z-index: -200;
}
.section-3 .row-2 .col-1 {
    z-index: 1001;
}
.section-3 .row-2 .col-1 p {
    text-align: right;
    width: 45%;
    margin-left: -3.125vw;
}
.section-3 .row-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -3px;
}
.section-3 .row-3 .col-1 p {
    margin-left: 9.115vw;
}
/* Section 4 */
.section-4 .row {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    gap: 20px;
}
.section-4 .row .shef-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section-4 .row .col-2 .row-2 {
    margin-top: -4px;
}
.section-4 .row .about-text p {
    text-align: left;
    width: 460px;
    line-height: 25px;
}
.section-4 .row .about-text .about-btn button {
    margin-top: 50px;
    width: 263px;
    padding-left: 20px;
    margin-left: 0;
}
/* Footer */
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    flex-direction: column;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 10%, rgba(30, 30, 30, 0.8) 70%, rgba(30, 30, 30, 1) 90%), url('Pics/finedining3\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    overflow: hidden;
    padding: 20px 0;
}
.footer h2 {
    font-size: 3.438em;
    font-family: 'Cinzel', serif;
    color: #F3D382;
    width: 52%;
    margin: auto;
}
.footer .add-cont {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-family: 'Dm Sans', sans-serif;
    font-size: 1.25em;
    margin-top: 30px;
    flex-wrap: wrap;
    margin: 20px;
}
.footer .address, .footer .contact {
    display: flex;
    align-items: start;
    text-align: left;
    color: #fff;
    gap: 10px;
}
.footer .reserve-table {
    margin-top: 50px;
}
.footer .reserve-table button {
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    background-color: #F5BE32;
    font-family: 'Cormorant SC', serif;
    font-size: 1.25em;
    width: 190px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
}
.footer .reserve-table button:hover {
    background-color: #fff;
    color: #000;
}
.footer .footer-logo {
    margin-top: 100px;
}
.footer .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.footer .social-links a {
    color: #fff;
    font-size: 1.25em;
    transition: 0.5s ease-in-out;
    font-family: 'Cormorant SC', serif;
}
.footer .social-links a:hover {
    color: #F5BE32;
}   
.footer .social-links .line1 {
    width: 55px;
}