@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

/* font-family: 'Tangerine', cursive; */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* font-family: 'Oswald', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

/* font-family: 'Josefin Sans', sans-serif; */

body {
    background-color: black !important;
    overflow-x: hidden;
}


/* banner */
.banner-text h1 {
    position: absolute;
    top: 8%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: transparent;
    /* Set the color transparent */
    font-size: 175px;
    /* Adjusted font size */
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    line-height: 200px;
    z-index: 999;
    letter-spacing: 0.5em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(201, 171, 129, 0.2);
}


.banner-text h4 {
    position: absolute;
    top: 26%;
    left: 14%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    text-align: center;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}

.banner-text h2 {
    position: absolute;
    top: 39%;
    left: 26%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    font-weight: 200;
    font-size: 75px;
    line-height: 74px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-family: 'Oswald';
}

.banner-text p {
    position: absolute;
    top: 57%;
    left: 31%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 19px;
    color: #a6a6a6ff;
    font-family: 'Josefin Sans', sans-serif;
}

.banner-text a {
    position: absolute;
    top: 70%;
    left: 11.3%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    /* Adjusted font size */
    /* border: 2px solid; */
    border: 1px solid #715B3E;
    padding: 11px 34px;
    z-index: 1;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
}


.banner-text img {
    position: absolute;
    top: 81%;
    left: 26%;
    transform: translate(-50%, -50%);
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}


.faq-item {
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
    cursor: pointer;
}

.answer {
    display: none;
    margin-top: 5px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form div {
    position: relative;
}

form div i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

form div input[type="time"],
form div input[type="date"],
form div select {
    padding-left: 30px;
    /* Adjust as needed */
}


.banner-text h1 {
    position: absolute;
    top: 8%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 175px;
    line-height: 200px;
    z-index: 999;
    letter-spacing: 0.5em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(201, 171, 129, 0.2);
    color: transparent;
}


.banner-text h4 {
    position: absolute;
    top: 26%;
    left: 14%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    text-align: center;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}


.banner-text p {
    position: absolute;
    top: 57%;
    left: 31%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 19px;
    color: #a6a6a6ff;
    font-family: 'Josefin Sans', sans-serif;
}


.banner-text img {
    position: absolute;
    top: 81%;
    left: 26%;
    transform: translate(-50%, -50%);
}


/* banne end */


/* about */


.about-main-section {
    display: flex;
    background: #0a0a0aff;
    padding: 15% 4% 5%;
    margin-top: -20px;
}


.inner-dis-image::before {
    content: "";
    background: url(../images/shape-02.png) no-repeat center/100%;
    position: absolute;
    top: -18pc;
    left: -11pc;
    width: 130%;
    height: 157%;
    animation: moveUpDown 7s ease-in-out infinite;
}


.about-inner-1 h5 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
    margin: 5px;
}

.about-inner-1 h2 {
    font-size: 51px;
    font-family: 'Oswald';
    color: white;
}

.about-inner-1 h2 span {
    color: #c9ab81ff;
}


.about-inner-1 p {
    padding-top: 3%;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #b0b0b0;
    transition: all 500ms ease;
    width: 59%;
}

.about-inner-2::before {
    display: none;
}


.about-inner-2 img {
    width: auto;
}


.about-inner-1 img {
    padding-top: 19px;
}

.btn-about a {
    font-size: 18px;
    border: 2px solid #715B3E;
    padding: 11px 34px;
    z-index: 1;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
}


.about-inner-2::before {
    content: "Since 2022";
    font-family: 'Tangerine';
    font-weight: 700;
    font-size: 64px;
    line-height: 29px;
    color: #715b3e;
    transform: rotate(-90deg);
    position: absolute;
    top: 89pc;
    right: 0pc;
}


/* about end */


/* sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 85%; /* Adjust this value as needed */
    background-color: #0f1c21ff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 50px;
}

/* Default styles for close button */
/*
.sidenav .closebtn {
    position: fixed;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none; !* Initially hide the close button *!
}
*/


.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 34px; /* Adjust as needed */
}

.header img {
    max-width: 100px; /* Adjust the size of the logo */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

div#mySidenav img {
    width: 52%;
    /*padding-left: 1pc;*/
}


div#mySidenav {
    z-index: 99;
}


div#mySidenav {
    padding: 2pc 0pc;
    overflow: hidden;
}


.sidenav a:hover {
    color: #f1f1f1;
}



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .section-1-about {
        display: block;
        padding: 3pc 3pc;
    }
    .section-1-about-inner img {
        width: 100%;
    }

    .main-section-about {
        padding: 8pc 0pc !important;
    }


}


.main-menu li {
    border-top: 1px solid;
    border-bottom: 0px solid;
    border-color: #818181;
}


.main-menu ul {
    list-style: none;
    padding: 0px;
}

.main-menu {
    padding-top: 3pc;
}

.main-menu a {
    color: white !important;
    font-size: 16px !important;
    font-family: 'Josefin Sans' !important;
}

.contact-info {
    padding: 27px;
}

.contact-info h2 {
    color: white;
    font-family: 'Oswald';
    font-size: 23px;
    padding-bottom: 21px;
}

.contact-info p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Josefin Sans';
    font-size: 15px;
}

.social-iconz {
    display: flex;
    gap: 18px;
    padding-top: 21px;
}

.social-iconz a {
    padding: 0px;
    font-size: 19px;
}


/* sidenav end */


/* Blog */

.main-blog {
    background: #0a0a0aff;
    padding: 4pc 3pc 6pc 3pc;
}

.main-blog h3 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
    margin-bottom: -35px;
}

.main-blog h2 {
    font-size: 48px;
    font-family: 'Oswald';
    color: white;
    padding-bottom: 0pc;
    margin-bottom: 15px;
}

.main-blog p {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #b0b0b0;
    transition: all 500ms ease;
    width: 41%;
    padding-top: 1pc;
    padding-bottom: 2pc;
}

.main-blog-sec {
    display: flex;
}

.blog-section img {
    border-radius: 4% 4% 0% 0%;
    width: 666px;
}


.btn-blog a {
    color: white;
    font-family: 'Josefin Sans';
}

.btn-blog a:hover {
    color: #c9ab81ff;
    text-decoration: none;
    transition: 1s;
}

.btn-blog a {
    color: white;
    font-family: 'Josefin Sans';
}

.admin-sec {
    display: flex;
    gap: 29px;
    color: #abb0b0ff;
    font-size: 18px;
    padding-bottom: 28px;
}

.admin-sec a {
    color: #abb0b0ff;
    FONT-FAMILY: 'Josefin Sans';
}

.admin-sec p {
    width: 100% !IMPORTANT;
}

.inner-back p {
    width: 100%;
    line-height: 32px;
    padding-bottom: 0px;
}


.admin-sec p {
    width: 100% !IMPORTANT;
}


/* blog end */


/* Book a Table */

.bookatable-main-1 {
    background: #0a0a0aff;
    display: flex;
    padding: 7% 5% 0 5%;
    gap: 4%;
}

.bookatable-main-img-section img {
    border-radius: 4%;
}


.book-a-2 h2 {
    font-size: 56px;
    font-family: 'Oswald';
    color: white;
    padding-bottom: 1pc;
}

.book-a-2 p {
    padding-top: 1pc;
    /* padding-top: 3%; */
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #b0b0b0;
    transition: all 500ms ease;
    width: 84%;
}

.btn-book {
    display: flex;
    gap: 28px;
    align-items: baseline;
    justify-content: center;
}

#reservaionalign
{
    padding-left: 172px;
}

#reservaionalignimg
{
    padding-left: 225px;
}

.book-a-2 h3 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}


.booka-tabel-inner1 h1 {
    font-size: 47px;
    font-family: 'Oswald';
    color: white;
    width: 73%;
}

.booka-tabel-inner1 p {
    width: 75%;
}

.booka-tabel-inner2 input {
    background: #0b1214ff;
    border: 1px solid rgba(176, 176, 176, 0.2);
    padding: 11px 66px 11px 33px;
}


.booka-tabel-inner2 button {
    padding: 9px 42px;
    background: #c9ab81ff;
    color: white;
    border: 2px solid black;
    font-family: 'Josefin Sans';
}

.booka-tabel-inner2 input::placeholder {

    color: white;
    font-family: 'Josefin Sans';
}

.booka-tabel-inner2 select#persons {
    background: #0b1214ff;
    border: 1px solid rgba(176, 176, 176, 0.2);
    padding: 16px 0px 16px 41px;
    color: white;
    font-family: 'Josefin Sans';
}

.booka-tabel-inner2 svg {
    position: relative;
    left: 4px;
    top: 35px;
    color: white;
}


.btn-book a {
    background: #705a3eff;
    padding: 15px 31px;
    border-radius: 5px;
    color: white;
    font-family: 'Josefin Sans';
}

.btn-2-book a {
    background: content-box;
    border: 2px solid;
    padding: 18px 31px;
}


.booka-tabel-inner {
    background: black;
    display: flex;
    padding: 7% 7%;
    margin-top: 4.5pc;
    border-radius: 5%;
    width: 85%;
}


/* Book a Table end */


/* chef section */

.Skilledchef-section-3 {
    display: flex;
    background: #0a0a0aff;
}

.Skilledchef-section-inner {
    display: flex;
}

.Skilledchef-section-inner-2 {
    display: flex;
    padding-top: 12%;
}

.main-silled-sec {
    padding: 70px 70px 148px 70px;
    background: black;
}

.Skilledchef-section-3 h3 {
    color: white;
    font-family: 'Oswald';
    padding: 13px 0px;
}

.Skilledchef-section-3 p {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #b0b0b0;
    width: 74%;
    text-align: center;
    margin-left: -42px;
    margin-top: -12px;
}

.Skilledchef-section-3 {
    padding-bottom: 9pc;
}

.Skilledchef-section-3 a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Josefin Sans';
}

.fish-img {
    position: absolute;
    top: 172pc;
    left: 32pc;
}


/* chef section end */


/* feedback */


.client-feedback {
    display: flex;
    gap: 10pc;
    padding-top: 9pc;
    padding-left: 30px;
    padding-right: 30px;
    background: #0a0a0aff;
}

.client-feedback-inner-1 img {
    width: 600px;
}

.client-feedback-inner-2 h3 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}

.client-feedback-inner-2 h2 {
    font-size: 48px;
    font-family: 'Oswald';
    color: white;
    padding-bottom: 1pc;
}

.client-feedback-inner-2 p {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #b0b0b0;
    transition: all 500ms ease;
    width: 84%;
    padding-top: 1pc;
}

.client-feedback h6 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}

.div-customer p {
    color: white;
}

.testimonial-slider .div-customer {
    flex: 1;
}


/* feedback end */


/* Reservations */


.Reservations-main {
    display: flex;
    justify-content: space-between;
    padding: 15% 3%;
    gap: 15%;
}

.Reservations-main-inner {
    text-align: center;
    margin-top: 11%;
    margin-left: 5pc;
}

.Reservations-main-inner i {
    font-size: 108px;
    background: white;
    color: #c9ab81ff;
    BORDER: 2px solid;
    border-radius: 55%;
    margin-bottom: 22px;
}

.Reservations-main-inner h3 {
    letter-spacing: 0.15em;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Oswald';
    color: white;
    width: 138%;
    margin-left: -68px;
    margin-top: 7px;
}

.Reservations-main-inner-2 h4 {
    font-size: 46px;
    color: #c9ab81;
    font-family: 'Tangerine', cursive;
}

.Reservations-main-inner-2 h2 {
    font-size: 56px;
    font-family: 'Oswald';
    color: white;
    padding-bottom: 1pc;
}


.Reservations-main-inner-2 h2 span {
    color: rgb(201, 171, 129);
}

.Reservations-main-inner-2 p {
    padding-top: 1pc;
    /* padding-top: 3%; */
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #b0b0b0;
    transition: all 500ms ease;
    width: 81%;
}

.Reservations-main-inner-2 h5 {
    color: antiquewhite;
    font-family: 'Josefin Sans';
}

.Reservations-main-inner svg {
    width: 100px;
    height: 100px;
    /* padding-bottom: 1pc; */
    background: white;
    color: #c9ab81ff;
    border-radius: 50%;
}


/* Reservations end */


/* Gallery silder */


/* slider */


.slider {

    overflow: hidden;

    margin: 0 auto;

    position: relative;

    background: #0a0a0aff;
}

.slides {
    display: flex;
    transition: all 0.5s ease;
}

.slide {
    flex: 0 0 33.33%;
}

.slide img {
    width: 100%;
    display: block;
}

.arrow {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #c9ab81ff;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 77px;
    text-align: center;
    font-size: 20px;
}

.prev {
    left: -23px;
}

.next {
    right: -26px;
}

div#main-slider img {
    padding: 0px 30px;
}


/* end */


div#main-slider h1 {
    color: white;
    font-family: 'Oswald';
    text-align: center;
    padding-top: 7%;
}

div#main-slider h5 {
    text-align: center;
    font-size: 50px;
    margin-top: -28px;
}

.slides {
    display: flex;
}

.slide {
    flex: 0 0 auto;
    margin-right: 10px;
}


.main-text-slide {
    position: absolute;
    bottom: 20px;
    /* Adjust as needed */
    left: 20px;
    /* Adjust as needed */
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Optional: Add shadow to text for better visibility */
}

/* silder end  */


div#main-header {
    background: black;
    padding: 28px 0px;
    border-bottom: 2px solid #fffcf6;
}

.main-header {
    display: flex;
}

.innerhead-1 img {
    width: 169px;
    margin-left: 0;
}

.inner-haed-2 img {
    width: 26%;
}

.main-header {
    background: #030405ff;
    padding: 24px 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-color: black;
    border-block-color: black;
}

.banner-text a:hover {
    background: #c9ab81ff;
    transition: 1s;
}

.innerhead-2 {
    position: absolute;
    right: 40px;
    top: 57px;
}

.innerhead-1 {
    width: 100%;
    text-align: center;
}


.banner-text h2 span {
    color: rgb(201, 171, 129);
}

.btn-about {
    margin-top: 32px !important;
}
div#new_ozzy_change {}

div#new_ozzy_change img {
    width: 100%;
    /*height: 435px;*/
    overflow: hidden;
    object-fit: cover;
}

.about-inner-2 {
    width: 40%;
}

.about-main-section {
    margin-bottom: 150px;
}

.inner-dis-image img {width: 100%;}

.inner-dis-image {
    position: absolute;
    /*top: 97pc;
    left: 30pc;*/
    top: 86.4pc;
    left: 51pc;
}


.inner-dis-image img {
    animation: imgRotate 50s linear infinite;
    /* Apply the animation to .inner-dis-image */
}

@keyframes imgRotate {
    from {
        transform: rotate(0deg);
        /* Start the rotation from 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate the element 360 degrees */
    }
}

.panel {
    border-top: 1px solid #3b3937ff;
    margin-bottom: 20px;
    padding: 3% 0%;
    border-bottom: 1px solid #3b3937ff;

}

.toggle-input {
    display: none;
}

.toggle-label {
    cursor: pointer;
    font-size: 45px;
    /* padding: 10px; */
    /* background-color: rgb(135, 135, 134); */
    /*float: inline-start;*/
    color: rgb(135, 135, 134);
    position: relative;
    top: -65px;
    left: 25pc;
}

.panel-content {
    padding: 10px;
}

.panel-title {
    margin-top: 0;
}

.panel-text {
    margin-bottom: 0;
}

.toggle-input:checked+.toggle-label::after {
    content: "-";
}

.panel-content {
    display: none;
}

.toggle-input:checked~.panel-content {
    display: block;
}

div#main-panel-home h5 {
    color: white;
    font-family: 'Josefin Sans';
}

.pring-tab ul {
    list-style: none;
}

.pring-tab li {
    display: flex;
    justify-content: space-between;
}

.pring-tab span {
    color: #b0b0b0;
    font-family: 'Josefin Sans';
    margin-left: -3pc;
    font-size: 18px;
    margin-top: 9px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

.arrow {
    cursor: pointer;
}

/* You may need to add styles for the prev and next arrows */

.testi-main {
    display: flex;
    gap: 5%;
}

.div-img img {
    border-radius: 50%;
}

/* testi */


.testimonial-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.testimonial-slider .testi-main {
    display: flex;
    flex-wrap: nowrap;
}

.testimonial-slider .div-img {
    margin-right: 10px;
}

.testimonial-slider .div-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


.testimonial-slider .prev,
.testimonial-slider .next {
    position: absolute;
    top: 96%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 1;
    color: #c9ab81ff;
}

.testimonial-slider .prev {
    left: 10px;
}

.testimonial-slider .next {
    right: 35pc;
}

.testi-main {
    display: none;
    /* Hide all testimonial items by default */
}

.testi-main.active {
    display: flex;
    /* Show the active testimonial item */
}


.testi-main h4 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
}

button.prev:focus-visible {
    outline: none !important;
}

button.next:focus-visible {
    outline: none;
}

.button:focus {
    outline: none !important;
}


.inner-back {
    background: black;
    width: 95%;
    padding: 3pc 3pc;
    border-radius: 0% 0% 4% 4%;
}


.inner-back p {
    width: 100%;
    line-height: 32px;
    padding-bottom: 0px;
}

.inner-back h2:hover {
    color: #c9ab81ff;
}

.ne-bor::before {
    content: "";
    border-left: 2px solid;
    position: relative;
    left: -16px;
}

.ne-bor::after {
    content: "";
    border-left: 2px solid;
    position: relative;
    left: 13px;
}




.main-footer h3 {
    color: antiquewhite;
    font-family: 'Tangerine';
    font-size: 47px;
}

.innerfooter h3 {
    text-align: center;
}


svg.svg-inline--fa.fa-map {
    font-size: 25px;
    color: rgb(201, 171, 129);
}

svg.svg-inline--fa.fa-phone {
    font-size: 25px;
    color: white !important;
}

.main-footer P {
    COLOR: WHITE;
    FONT-FAMILY: 'Josefin Sans';
    FONT-SIZE: 16PX;
}




.innerfooter {
    display: flex;
    align-items: baseline;
    gap: 5%;
    JUSTIFY-CONTENT: center;
}

.main-footer h3 {
    color: antiquewhite;
    font-family: 'Tangerine';
    font-size: 47px;
}

.innerfooter h3 {
    text-align: center;
}


svg.svg-inline--fa.fa-map {
    font-size: 25px;
    color: rgb(201, 171, 129);
}

svg.svg-inline--fa.fa-phone {
    font-size: 25px;
    color: rgb(201, 171, 129);
}


.main-footer P {
    COLOR: WHITE;
    FONT-FAMILY: 'Josefin Sans';
    FONT-SIZE: 16PX;
}

.linediv {
    border: 2px solid;
    color: #c9ab81ff;
    height: 21pc;
}

.main-footer {
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    border-bottom: 1px solid #c9ab81; /* Add top border line */
}

.main-footer-2 {
    width: 100%; /* Adjust width as needed */
    text-align: center;
    margin-right: 78px;
}

.linediv {
    width: 2px;
    height: 160px; /* Adjust height as needed */
    background-color: black;
}

.innerfooter {
    display: flex;
    align-items: center;
    margin-right: 78px !important;
}

.innerfooter h3 {
    margin-left: 10px; /* Adjust margin as needed */
}

.innerfooter i {
    font-size: 24px; /* Adjust icon size as needed */
    color: black; /* Adjust icon color as needed */
    margin-right: 10px; /* Adjust margin as needed */
}


.mian-ffooter-2 {
    padding: 90px;
}




/* Apply flexbox properties to center the image */
.footer-container {
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */


}



/* Adjust image width and padding */
.footer-2 img {
    width: 13%; /* Adjust the width as needed */
    padding-bottom: 2%; /* Adjust the padding as needed */
}



.footer-2 {
    padding-top: 23px;
    background: black;
    align-items: center; /* Center content vertically */
    text-align: center;
    justify-content: center; /* Center content horizontally */

}

.main-footer-2 ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 5%;
}

.main-footer-2 a {
    color: white;
    font-family: 'Josefin Sans';
}

.main-footer-2 {
    padding-bottom: 0pc;
}

.main-footer-menu ul {
    display: flex;
    list-style: none;
    gap: 6%;
    justify-content: center;
    padding-bottom: 4pc;
}

.main-footer-menu a {
    color: white;
    font-family: 'Josefin Sans';
}

.main-footer-menu a:hover {
    color: #c9ab81ff;
    text-decoration: none;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
        /* Start position */
    }

    50% {
        transform: translateY(-50px);
        /* Move up */
    }

    100% {
        transform: translateY(0);
        /* Move back down */
    }
}


#fish-img {
    position: absolute;
    bottom: 330px;
    /* Start the image at the bottom */
    animation: moveUpDown 7s ease-in-out infinite;
    /* Play the animation infinitely */
}


@keyframes moveUpDown {
    0% {
        transform: translateY(0);
        /* Start position */
    }

    50% {
        transform: translateY(-50px);
        /* Move up */
    }

    100% {
        transform: translateY(0);
        /* Move back down */
    }
}


#fish-img {
    position: absolute;
    bottom: 330px;
    /* Start the image at the bottom */
    animation: moveUpDown 7s ease-in-out infinite;
    /* Play the animation infinitely */
}


@media only screen and (max-width: 767px) {


    .section-1-about {
        display: block !important;
        padding: 3pc 3pc !important;
    }
    .section-1-about-inner img {
        width: 100% !important;
    }

    .innerhead-1 img {
        margin: 0px;
        width: 43%;
    }

    .innerhead-1 {
        width: fit-content !important;
    }

    .inner-haed-2 {
        margin-top: 10px !important;
    }

    .inner-haed-2 img {
        width: 35% !important;
        margin: -12px;
    }

    .sidenav {
        position: fixed;
        left: 72px !important;
    }

    .about-main-section {
        display: block !important;
    }

    .about-inner-1 p {
        width: 100% !important;
    }

    .btn-about {
        margin-bottom: 4pc !important;
        margin-top: 3pc !important;
    }

    .about-inner-1 h2 {
        width: auto !important;
        font-size: 33px !important;
    }

    .Skilledchef-section-3 {
        display: block !important;
    }

    .Skilledchef-section-inner {
        display: block !important;
    }

    .Skilledchef-section-3 p {
        width: 100%;
    }

    .Skilledchef-box {
        padding-bottom: 42px;
    }

    .Skilledchef-section-inner-2 {
        display: block;
    }

    .Skilledchef-section-inner-2 {
        padding: 0px;
    }

    .main-silled-sec-2 img {
        width: 100%;

    }

    .main-silled-sec {
        padding: 70px 0px 48px 40px;
    }


    div#panel-home-1 {
        margin-top: 3pc;
    }

    .panel {
        padding: 10% 0%;
    }


    .bookatable-main-1 {
        display: block;
    }

    .bookatable-main-img-section img {
        width: 100%;
        margin-bottom: 30px;
    }

    .book-a-2 h2 {
        font-size: 36px;
        width: 129%;
    }

    .book-a-2 p {
        width: 100%;
        padding-bottom: 41px;
    }

    .btn-book a {
        padding: 13px 15px;
        border-radius: 5px;
    }


    .fish-img {
        display: none;
    }

    .main-blog {
        padding: 5pc 3pc 6pc 3pc;
    }

    .main-blog p {
        width: 100% !important;
    }

    .main-blog-sec {
        display: block !important;
    }

    .blog-section img {
        width: 100% !important;
    }

    .inner-back {
        width: 100% !important;
        padding: 41px 20px !important;
    }

    .admin-sec {
        display: block !important;
    }

    .main-blog h2 {
        font-size: 31px;
    }

    .inner-blog-section {
        margin-bottom: 3pc;
    }





    .banner-text h1 {
        display: none;
    }


    .banner-text h1 {
        display: none;
    }

    .banner-text h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .banner-text h4 {
        font-size: 22px !important;
        margin-left: 13px !important;
        padding-bottom: 26px !important;
    }

    .banner-text p {
        position: absolute !important;
        font-size: 10px !important;
        top: 148px !important;
        width: 100% !important;
        left: 231px !important;
        line-height: 16px !important;
    }

    .banner-text a {
        padding: 8px 17px !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 204px !important;
        left: 59px !important;
    }

    .owl-carousel .owl-item img {
        height: 14pc !important;
    }

    .social-iconz a {
        padding: 0px !important;
    }


    /* end */

}

/* Additional CSS styles */


@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.faq-item {
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
    cursor: pointer;
}

.answer {
    display: none;
    margin-top: 5px;
}


form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form div {
    position: relative;
}

form div i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

form div input[type="time"],
form div input[type="date"],
form div select {
    padding-left: 30px;
    /* Adjust as needed */
    width: 100%;
    color: white;
}


.main-banner-reservations {
    /* height: 26pc; */
    background-size: cover !IMPORTANT;
    padding: 14pc 0pc;
}

.main-banner-reservations h2 {
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 200;
    font-size: 75px;
    line-height: 74px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-family: 'Oswald';
}


.res-form {
    background: #0a0a0aff;
    padding: 54px 0px;
}

.main-banner-reservations {
    position: relative;
}

.main-banner-reservations::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity as needed */
    z-index: 1;
    /* Ensure the overlay sits above the image */
}

.main-banner-reservations h2 {
    position: relative;
    /* Ensure the content is above the overlay */
    z-index: 2;
    /* Ensure the content sits above the overlay */
    color: white;
    /* Adjust text color to ensure readability */
}


/* Basic styling for the form */
#form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-label {
    display: block;
    margin-bottom: 5px;
}

.form-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit-button {
    background-color: #c9ab81;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 17px;
    font-family: 'Josefin Sans';
}

.submit-button:hover {
    background-color: #c9ab81;
}

.res-form label {
    color: white;
    font-family: 'Josefin Sans';
    font-size: 19px;
}


.btn-cash-inner {
    border: 2px solid black;
    width: fit-content;
    padding: 10px 24px;
    background: #c9ab81ff;
    border-radius: 6px;
}

.btn-cash {
    display: flex;
    gap: 1%;
    justify-content: center;
    padding-top: 3pc;
}

.btn-cash a {
    color: white;
    font-family: 'Josefin Sans';
    font-size: 19px;
    text-decoration: none;
}

.btn-cash a:hover {
    color: white;
    text-decoration: none;
}



.menustarts {
    display: flex;
    align-items: center;
    gap: 3%;
    padding-top: 26px;
}

.menustarts p {
    font-size: 18px;
    color: white;
    font-family: 'Oswald';
}

.menustarts img {
    /* border-radius: 71%; */
    width: 8%;
}



button.addbtn {
    margin-left: 20px;
    padding: 9px 26px;
    font-family: 'Oswald';
    background: #c9ab81ff;
    color: white;
    border: 2px solid #0a0a0aff;
    border-radius: 6px;
}





@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .inner-haed-2::after {
        content: "";
        border-left: 2px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 1px;
        left: 1284px;
        width: 18px;
        height: 42%;
    }

    .inner-haed-2::before {
        content: "";
        border-left: 2px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 0px;
        left: 1170px;
        width: 18px;
        height: 42%;
    }

    .inner-dis-image {
        position: absolute !important;
        top: 88pc !important;
        left: 42pc !important;
    }

    .testimonial-slider .next {
        right: 25pc;
    }

    .sidenav {

        left: 69pc !important;

    }




    .inner-back {
        background: black;
        width: 96.9%;
        padding: 3pc 3pc;
        border-radius: 0% 0% 4% 4%;
    }

    .blog-section img {
        border-radius: 4% 4% 0% 0%;
        width: 608px !important;
    }


}


.inner-haed-2 {
    width: 35%;
    margin-top: 34px;
    margin-left: 42px;
}

.inner-haed-2::before {
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 42%;
}


.inner-haed-2::after {
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 1px;
    left: 0px;
    width: 8px;
    height: 42%;
    /* color: black; */
    border-color: black;
}


/*.inner-haed-2::after {
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 1px;
    !* Adjusted left value to prevent overflow *!
    left: calc(100% - 18px);
    width: 18px;
    height: 42%;
}*/


/*

  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }

  .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-color: #000000;
    border-radius: 0%;
    cursor: pointer;
  }

  .owl-dot.active {
    background-color: #c9ab81ff !important;
  }

  .owl-dots {
    position: absolute;
    top: 44pc;
    left: 47pc;
}

.owl-dots button {
    border: 2px solid white !important;
    margin: 0px 13px;
}
*/


@media only screen and (max-width: 768px) {
    /* Styles from the first media query */
    * {
        overflow-x: hidden !important;
    }

    .main-contact-page {
        margin-left: 3pc !important;
    }

    .screen {
        width: 100% !important;
    }

    .main-section-about h2 {
        font-size: 45px !important;
    }

    p.slider__txt {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    input.slider__nav {
        top: 9pc !important;
        position: relative !important;
    }

    .about-inner-2::before {
        display: none;
        left: 1pc;
    }

    .main-section-about {
        padding: 8pc 0pc !important;
    }

    .main-footer p {
        color: white;
        font-family: 'Josefin Sans';
        font-size: 12px;
    }

    .main-footer-2 ul {
        display: none;
    }

    .inner-dis-image {
        position: absolute;
        top: 97pc;
        left: 8pc;
        overflow: hidden !important;
    }

    .about-inner-2 {
        overflow-x: hidden !important;
    }

    .inner-dis-image {
        display: none;
    }

    .Skilledchef-section-inner-2 {
        display: block !important;
        padding-top: 12%;
    }

    .Reservations-main {
        display: block !important;
    }

    .Reservations-main-inner {
        margin: 0px !important;
    }

    .Reservations-main-inner h3 {
        width: 101%;
        margin: 0 auto;
    }

    .Reservations-main-inner {
        padding-bottom: 8pc;
    }

    .Reservations-main-inner-2 {
        padding: 0px 33px;
    }

    .Reservations-main-inner-2 p {
        width: 100%;
    }

    .bookatable-main-1 {
        display: block !important;
    }

    .booka-tabel-inner {
        display: block !important;
    }

    .booka-tabel-inner1 h1 {
        width: 100% !important;
    }

    /*.booka-tabel-inner2 {*/
    /*    margin-left: -21px !important;*/
    /*}*/

    .booka-tabel-inner2 button {
        margin-left: 12px !important;
    }

    .booka-tabel-inner2 input {
        background: #0b1214ff;
        border: 1px solid rgba(176, 176, 176, 0.2);
        padding: 11px 117px 11px 37px !important;
    }

    .client-feedback {
        display: block !important;
    }

    .client-feedback-inner-1 img {
        width: 100% !important;
    }

    .client-feedback-inner-2 {
        padding-top: 3pc !important;
    }

    .client-feedback-inner-2 p {
        width: 100% !important;
    }

    .testimonial-slider .testi-main {
        display: block !important;
    }

    .sidenav {
        left: 70%; /* Adjust the sidenav width and position for larger screens */
    }

    /* Styles from the second media query */
    div#mySidenav {
        padding: 1pc 0pc;
        overflow-x: hidden;
        z-index: 99;
        margin: 0 130px;
    }

    h2,
    h4,
    h5,
    h1 {
        overflow: hidden !important;
    }

    .btn-about a {
        display: flex;
        width: 46%;
        z-index: 9999;
    }

    .btn-book a {
        display: flex;
    }

    .sidenav .closebtn {
        right: 20px !important;
    }

    .booka-tabel-inner2 select#persons {
        width: 100% !important;
    }

    .owl-carousel.owl-drag .owl-item {
        overflow: hidden;
    }
}


button.prev:focus {
    outline: none !important;
}

button.next:focus {
    outline: none !important;
}





.success-popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


button.tab-button {
    text-transform: uppercase;
    background: black;
    border: 2px solid wheat;
    color: white;
    padding: 13px 57px;
    border-radius: 3px;
    letter-spacing: 2px;
}

button.tab-button:hover {
    text-decoration: underline;
}


.main-section-about {
    padding: 14pc 0pc;
}

.main-section-about h2 {
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 200;
    font-size: 75px;
    line-height: 74px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-family: 'Oswald';
}

.section-1-about {
    display: flex;
    gap: 25%;
}

.section-1-about-inner img {
    width: 245%;
    border-radius: 7px;
}

.section-1-about {
    padding: 6pc 8pc;
}

.section-1-about p {
    color: white;
    font-family: 'Josefin Sans';
    font-size: 18px;
    padding-top: 3pc;
}

.input-group {
    width: 130%;
}

.input-group input {
    padding: 15px 0px 15px 41px !important;
    width: 82%;
    border-radius: 5px;
}

.input-group svg.svg-inline--fa {
    font-size: 16px !important;
    left: 12px;

}

.booka-tabel-inner2 {
    margin-right: 43px;
}

.input-group select#persons {
    padding: 15px 45px !important;
}


a {
    color: white !important; /* Set the color to inherit from its parent */
    text-decoration: none !important; /* Remove underline */
}

a:hover {
    color: #c9ab81ff !important; /* Set the hover color to inherit from its parent */
}




select#time {
    padding: 15px 0px 14px 44px !important;
    font-family: 'Josefin Sans';
    font-size: 14px;

}

.booka-tabel-inner2 button {
    width: 130%;
    padding: 19px 0 !important;

}


body div#custom-slider {
    width: 90% !important;

}



div#New_defterchoka h2 {
    color: #c9ab81 !important;
    font-family: 'Oswald' !important;
    font-size: 35px;
    text-transform: capitalize;

}

div#New_defterchoka h2 span {
    color: white !important;

}

div#defte_manually_int_cmnd a:hover {
    color: white !important;


}

div#defte_manually_int_cmnd a {
    background: #c9ab81;
    padding: 16px 50px !important;
    line-height: 60px;
    font-size: 18px;
    border-radius: 5px;

}
